Adam Hathcock
|
ea5c8dc063
|
Merge pull request #614 from adamhathcock/ensure-dest-dir-exists
SharpCompress / build (ubuntu-latest) (push) Failing after 53s
SharpCompress / build (windows-latest) (push) Has been cancelled
Ensure destination directory exists.
|
2021-09-12 08:56:42 +01:00 |
|
Adam Hathcock
|
0209d00164
|
Minor updates and prep for 0.29
|
2021-09-12 08:52:00 +01:00 |
|
Adam Hathcock
|
a8d065dc9e
|
Ensure destination directory exists
|
2021-09-12 08:47:30 +01:00 |
|
Adam Hathcock
|
7bd9711ade
|
Merge pull request #610 from cyr/master
Bugfix for TarWriter - too much padding in large files
|
2021-09-12 08:43:20 +01:00 |
|
cyr
|
61802eadb4
|
Merge branch 'adamhathcock:master' into master
|
2021-09-12 09:37:07 +02:00 |
|
Adam Hathcock
|
b425659058
|
Merge pull request #611 from Thunderstr1k3/fix-zipheader-seeking
Allowing to seek empty zip files
|
2021-09-12 08:28:05 +01:00 |
|
Christian
|
3e32e3d7b1
|
Allowing to seek empty zip files
|
2021-09-02 13:54:32 +02:00 |
|
cyr
|
1b661c9df1
|
Fixed bug where large (int32+ file size) adds an additional 512 bytes of padding in tar files.
|
2021-08-27 22:38:04 +02:00 |
|
Adam Hathcock
|
54fc26b93d
|
Update build and mark for 0.28.3
SharpCompress / build (ubuntu-latest) (push) Failing after 53s
SharpCompress / build (windows-latest) (push) Has been cancelled
|
2021-06-04 13:43:35 +01:00 |
|
Adam Hathcock
|
161f99bbad
|
Merge pull request #601 from salvois/master
Write ZIP64 End of Central Directory only if needed.
|
2021-06-04 13:22:01 +01:00 |
|
Adam Hathcock
|
c012db0776
|
Merge branch 'master' into master
|
2021-06-04 13:17:13 +01:00 |
|
Adam Hathcock
|
8ee257d299
|
Merge pull request #592 from adamhathcock/memory-downgrade
Downgrade System.Memory to fix buffer version issue
|
2021-06-04 13:16:40 +01:00 |
|
Adam Hathcock
|
f9522107c3
|
Merge branch 'master' into memory-downgrade
|
2021-06-04 13:16:34 +01:00 |
|
Adam Hathcock
|
e07046a37a
|
Merge pull request #596 from DannyBoyk/issue_595_conditionally_read_zip64_extra
Conditionally parse Zip64 extra field based on specification
|
2021-06-04 13:07:08 +01:00 |
|
Salvatore Isaja
|
ad6d0d9ae8
|
Write ZIP64 End of Central Directory only if needed.
|
2021-05-23 21:10:35 +02:00 |
|
Daniel Nash
|
fdc33e91bd
|
Conditionally parse Zip64 extra field based on specification
The Zip64 extra field should look for values based on the corresponding
values in the local entry header.
Fixes adamhathcock/sharpcompress#595
|
2021-04-26 14:58:10 -04:00 |
|
Adam Hathcock
|
a34f5a855c
|
Mark for 0.28.2
SharpCompress / build (ubuntu-latest) (push) Failing after 44s
SharpCompress / build (windows-latest) (push) Has been cancelled
|
2021-04-25 09:29:56 +01:00 |
|
Adam Hathcock
|
6474741af1
|
Merge pull request #593 from adamhathcock/fix-pkware-encryption
ReadFully used by pkware encryption didn’t like spans
|
2021-04-25 09:29:02 +01:00 |
|
Adam Hathcock
|
c10bd840c5
|
ReadFully used by pkware encryption didn’t like spans
|
2021-04-25 09:25:51 +01:00 |
|
Adam Hathcock
|
e6dded826b
|
Downgrade System.Memory to fix buffer version issue
|
2021-04-24 09:16:46 +01:00 |
|
Adam Hathcock
|
8a022c4b18
|
Update FORMATS.md
remove LZipArchive/Reader/Writer mention
|
2021-03-28 08:58:11 +01:00 |
|
Adam Hathcock
|
cfef228afc
|
Merge pull request #579 from Looooong/fix/do-not-place-extention-classes-in-common-namespace
Do not place extension classes in common namespace
|
2021-03-18 13:52:40 +00:00 |
|
Nguyễn Đức Long
|
237ff9f055
|
Do not place extension classes in common namespace
|
2021-03-18 20:44:04 +07:00 |
|
Adam Hathcock
|
020f862814
|
Bug fix for recursive call introduced in 0.28
SharpCompress / build (ubuntu-latest) (push) Failing after 44s
SharpCompress / build (windows-latest) (push) Has been cancelled
|
2021-02-18 08:31:50 +00:00 |
|
Adam Hathcock
|
fa6107200d
|
Merge pull request #572 from Erior/feature/521
Not so elegant perhaps for checking 7z encryption
|
2021-02-16 08:05:08 +00:00 |
|
Adam Hathcock
|
eb81f972c4
|
Merge branch 'master' into feature/521
|
2021-02-16 08:01:32 +00:00 |
|
Lars Vahlenberg
|
93c1ff396e
|
Not so elegant perhaps
|
2021-02-14 16:29:01 +01:00 |
|
Adam Hathcock
|
403baf05a6
|
Mark for 0.28
SharpCompress / build (ubuntu-latest) (push) Failing after 44s
SharpCompress / build (windows-latest) (push) Has been cancelled
|
2021-02-14 13:07:35 +00:00 |
|
Adam Hathcock
|
a51b56339a
|
Fix complete entry check for RAR files.
|
2021-02-14 13:00:43 +00:00 |
|
Adam Hathcock
|
f48a6d47dc
|
Merge pull request #571 from Erior/feature/540
Proposal fixing Extra bytes written when setting zip64
|
2021-02-14 12:54:17 +00:00 |
|
Adam Hathcock
|
5b52463e4c
|
Merge pull request #570 from Erior/feature/555
Propsal for handling Zip with long comment
|
2021-02-14 12:52:42 +00:00 |
|
Adam Hathcock
|
6f08bb72d8
|
Merge pull request #569 from BrendanGrant/improve_how_missing_parts_are_handled
Improve how missing parts are handled
|
2021-02-14 12:49:49 +00:00 |
|
Lars Vahlenberg
|
045093f453
|
Linux is case sensitive with files names
|
2021-02-14 10:26:26 +01:00 |
|
Lars Vahlenberg
|
566c49ce53
|
Proposal
Zip64 requires version 4.5
Number of disks is 4 bytes and not 8
|
2021-02-14 02:42:32 +01:00 |
|
Lars Vahlenberg
|
d1d2758ee0
|
Propsal for handling Zip with long comment
|
2021-02-13 23:57:03 +01:00 |
|
Brendan Grant
|
5b86c40d5b
|
Properly detect if RAR is complete at the end or not
|
2021-02-13 13:34:57 -06:00 |
|
Brendan Grant
|
53393e744e
|
Supporting reading contents of incomplete files
|
2021-02-13 13:33:43 -06:00 |
|
Adam Hathcock
|
2dd17e3882
|
Be explicit about zip64 extra field sizes. Formatting
|
2021-02-13 07:05:53 +00:00 |
|
Adam Hathcock
|
c4f7433584
|
Merge pull request #567 from Nanook/master
Zip64 Header and Size fix
|
2021-02-13 06:58:41 +00:00 |
|
Adam Hathcock
|
9405a7cf4b
|
Merge pull request #568 from Bond-009/stackalloc
Use stackallocs where possible/sensible
|
2021-02-13 06:39:32 +00:00 |
|
Bond_009
|
cd677440ce
|
Use stackallocs where possible/sensible
|
2021-02-12 20:20:15 +01:00 |
|
Craig Greenhill
|
c06f4bc5a8
|
Zip64 Header and Size fix
|
2021-02-11 09:37:59 +00:00 |
|
Adam Hathcock
|
4a7337b223
|
Merge pull request #563 from adamhathcock/add-reader-test-gzip
SharpCompress / build (ubuntu-latest) (push) Failing after 14m42s
SharpCompress / build (windows-latest) (push) Has been cancelled
Fix Rewindable stream Length and add GZip Reader tests
|
2021-01-13 15:13:34 +00:00 |
|
Adam Hathcock
|
1d8afb817e
|
Bump version
|
2021-01-13 14:41:25 +00:00 |
|
Adam Hathcock
|
0f06c3d934
|
Fix rewindable stream to expose length
|
2021-01-13 14:40:36 +00:00 |
|
Adam Hathcock
|
9d5cb8d119
|
Add GZip Reader tests
|
2021-01-13 10:42:59 +00:00 |
|
Adam Hathcock
|
a28d686eb9
|
Fix relavant package references
SharpCompress / build (ubuntu-latest) (push) Failing after 14m43s
SharpCompress / build (windows-latest) (push) Has been cancelled
|
2021-01-11 12:01:17 +00:00 |
|
Adam Hathcock
|
ac525a8ec2
|
Merge branch 'master' of github.com:adamhathcock/sharpcompress
|
2021-01-11 10:01:49 +00:00 |
|
Adam Hathcock
|
52c44befa2
|
Merge pull request #560 from adamhathcock/gzip-fixes
Expose Last Modified time on GZipStream. Add CRC and Size to GZipEntries on Archive
|
2021-01-11 08:57:19 +00:00 |
|
Adam Hathcock
|
c64251c341
|
Mark for 0.27
|
2021-01-09 14:04:44 +00:00 |
|