Adam Hathcock
f298ad3322
more reverts
2024-03-29 16:05:20 +00:00
Adam Hathcock
69872dd9e7
split files
2024-03-29 16:00:05 +00:00
Adam Hathcock
92174f49ae
revert naming changes
2024-03-29 15:53:11 +00:00
Adam Hathcock
c39a155c8f
Merge branch 'master' into async-2
...
# Conflicts:
# src/SharpCompress/Writers/Zip/ZipWriter.cs
2024-03-29 15:27:43 +00:00
Adam Hathcock
fb73d8c0a7
Merge pull request #819 from TwanVanDongen/master
...
Support added for TAR LZW compression (Unix 'compress' resulting in .…
2024-03-25 08:41:34 +00:00
Twan van Dongen
f2b0368078
CSharpier reformat missed
2024-03-24 16:29:29 +01:00
Twan van Dongen
02301ecf6d
Support added for TAR LZW compression (Unix 'compress' resulting in .Z files)
2024-03-24 16:23:25 +01:00
Adam Hathcock
bcb61ee3e4
Merge pull request #817 from btomblinson/master
...
#809 Add README.md to csproj for NuGet
2024-03-18 08:34:20 +00:00
btomblinson
6a824429d0
#809 Add README.md to csproj for NuGet
2024-03-16 22:52:36 -06:00
Adam Hathcock
6a52f9097f
Merge pull request #815 from adamhathcock/code-clean-up
...
Code clean up
2024-03-14 16:01:34 +00:00
Adam Hathcock
3fa85fc516
Merge branch 'master' into code-clean-up
2024-03-14 15:58:29 +00:00
Adam Hathcock
498d132d8a
Merge pull request #816 from coderb/pullreq-rar-memusage
...
rar5 improve memory usage
2024-03-14 15:58:15 +00:00
root
b6340f1458
rar5 improve memory usage
...
use ArrayPool for stream buffer
use stackalloc for methods on file decompression code path
2024-03-14 11:50:45 -04:00
Adam Hathcock
4afc7ae2e4
use complete namespace
2024-03-14 13:07:40 +00:00
Adam Hathcock
95975a4c33
even more clean up
2024-03-14 09:07:21 +00:00
Adam Hathcock
198a0673a2
more clean up
2024-03-14 09:00:44 +00:00
Adam Hathcock
94d1503c64
more clean up
2024-03-14 08:57:16 +00:00
Adam Hathcock
5f13e245f0
more clean up on tests
2024-03-14 08:53:08 +00:00
Adam Hathcock
2715ae645d
use var
2024-03-14 08:38:12 +00:00
Adam Hathcock
0299232cb5
just using rider to clean up
2024-03-14 08:37:17 +00:00
Adam Hathcock
93e181cfd9
update csharpier
2024-03-14 08:29:30 +00:00
Adam Hathcock
8072eb1212
Merge pull request #814 from coderb/pullreq-rar5-redir
...
rar5 read FHEXTRA_REDIR and expose via RarEntry
2024-03-14 08:26:06 +00:00
root
226ce340f2
rar5 read FHEXTRA_REDIR and expose via RarEntry
...
NOTE: api user should skip entries where RarEntry.IsRedir is true and not call OpenEntryStream()
2024-03-14 04:17:31 -04:00
Adam Hathcock
e5944cf72c
add writer support for async
2024-03-12 15:40:29 +00:00
Adam Hathcock
ab5535eba3
Merge pull request #807 from TwanVanDongen/master
...
Support for decompressing Zip Shrink (Method:1)
2024-01-29 08:27:32 +00:00
Adam Hathcock
8da2499495
Merge pull request #805 from DannyBoyk/804_Fix_ZIP_Decryption
...
Zip: Use last modified time from basic header when validating zip decryption
2024-01-29 08:26:17 +00:00
Twan van Dongen
c057ffb153
Refrormatted using CSharpier
2024-01-27 18:59:56 +01:00
Twan van Dongen
fe13d29549
Merge branch 'master' of https://github.com/TwanVanDongen/sharpcompress
2024-01-27 18:31:13 +01:00
Twan van Dongen
225aaab4f4
Support for decompressing Zip Shrink (method:1) added
2024-01-27 18:28:46 +01:00
Daniel Nash
14c973558b
Zip: Use last modified time from basic header when validating zip decryption
...
The last modified time used for zip decryption validation must be the
one from the basic header. If UnixTimeExtraFields are present, the
previous implementation was attempting to verify against that value
instead.
Fixed #804
2024-01-26 10:54:41 -05:00
Adam Hathcock
f515ff36b6
Mark for 0.36.0
0.36.0
2024-01-15 08:21:36 +00:00
Adam Hathcock
ed57cfd2f9
Merge pull request #803 from DannyBoyk/802_Add_UnixTimeExtraField_Support_Zips
...
Add support for the UnixTimeExtraField in Zip files
2024-01-15 08:19:29 +00:00
Daniel Nash
d69559e9c7
Add support for the UnixTimeExtraField in Zip files
...
Fixes #802
2024-01-12 09:34:13 -05:00
Adam Hathcock
396717efd1
Merge pull request #799 from Erior/feature/DataDescriptorStream-fix-report-size-position
...
Fix reporting size / position
2024-01-08 09:18:34 +00:00
Adam Hathcock
284fa24464
Merge pull request #800 from Erior/feature/Expose-file-attributes-for-rar-entries
...
Expose file attributes for rar
2024-01-08 09:17:53 +00:00
Adam Hathcock
0a20b9179a
Merge pull request #798 from Erior/feature/Fix-crash-when-not-setting-password-for-rar5
...
Set Empty string for Rar5 password as default
2024-01-08 09:17:07 +00:00
Adam Hathcock
a0d5037885
Merge pull request #801 from Erior/feature/771
...
Issue 771, remove throw on flush for readonly streams
2024-01-08 09:13:39 +00:00
Lars Vahlenberg
4477833b1d
Issue 771, remove throw on flush for readonly streams
2024-01-06 00:14:34 +01:00
Lars Vahlenberg
e0a5ed4bdb
Expose file attributes
2024-01-05 09:50:58 +01:00
Lars Vahlenberg
46d4b26eba
Fix testing under Linux
2024-01-05 00:35:24 +01:00
Lars Vahlenberg
f7c6edf849
Fix reporting size / position
2024-01-04 23:33:39 +01:00
Lars Vahlenberg
6c157def4b
set empty string if password not set
2024-01-04 21:16:07 +01:00
Adam Hathcock
741712f89f
Merge pull request #794 from Erior/feature/rar5-blake2
...
Feature/rar5 blake2
2024-01-03 08:34:54 +00:00
Lars Vahlenberg
4f749da628
Merge branch 'develop' into feature/rar5-blake2
2024-01-02 21:26:51 +01:00
Lars Vahlenberg
8b02795d69
CSharpier
2024-01-02 21:25:40 +01:00
Lars Vahlenberg
f8a0069a5d
Calc checksum when encrypted is not working for RAR5, disable for now
2024-01-02 21:18:49 +01:00
Lars Vahlenberg
388bbe047e
Blake2 Archive test OK
2024-01-02 20:46:55 +01:00
Adam Hathcock
2d4ce30e58
Merge pull request #792 from DannyBoyk/791_Correct_EOCD_ZipWriter
...
ZipWriter: Write correct EOCD record when more than 65,535 files
2023-12-27 08:55:02 +00:00
Daniel Nash
d4fb17cf66
ZipWriter: Write correct EOCD record when more than 65,535 files
...
0xFFFF will be written to the EOCD to signal to use the ZIP64
CentralDirectory record when the number of files is 65,535 or more.
Fixes #791
2023-12-22 11:26:01 -05:00
Adam Hathcock
372a2c8375
Mark for 0.35.0
0.35.0
2023-12-18 09:59:46 +00:00