Adam Hathcock
fdfaa8ab45
add max transfer size to tar
2024-04-09 15:35:15 +01:00
Adam Hathcock
2321d9dbee
fix patch
2024-04-09 08:56:15 +01:00
Adam Hathcock
bf74dd887a
Fix tar corruption when sizes mismatch
2024-04-09 08:19:23 +01:00
Adam Hathcock
6553e9b0cd
formatting
2024-04-08 09:50:37 +01:00
klimatr26
09f2410170
Add support for 7z ARM64 and RISCV filters
2024-04-05 15:00:43 -05: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
btomblinson
6a824429d0
#809 Add README.md to csproj for NuGet
2024-03-16 22:52:36 -06:00
Adam Hathcock
3fa85fc516
Merge branch 'master' into code-clean-up
2024-03-14 15:58:29 +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
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
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
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
ab5535eba3
Merge pull request #807 from TwanVanDongen/master
...
Support for decompressing Zip Shrink (Method:1)
2024-01-29 08:27:32 +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
2024-01-15 08:21:36 +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
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
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
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
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
2023-12-18 09:59:46 +00:00
Adam Hathcock
b986bf675f
just remove readme
2023-12-18 09:31:33 +00:00
Adam Hathcock
80718a461b
fix readme?
2023-12-18 09:24:00 +00:00
Adam Hathcock
2d14ecf58b
add readme
2023-12-18 09:20:44 +00:00
Adam Hathcock
cee3a9c11d
Revert "add lock files"
...
This reverts commit 30a31de45b .
2023-12-18 09:15:26 +00:00
Adam Hathcock
30a31de45b
add lock files
2023-12-18 09:13:14 +00:00
Adam Hathcock
ea3a96eead
update and rerun csharpier
2023-12-18 09:04:04 +00:00
Adam Hathcock
c0e01ac132
Use dotnet 8 and update deps
2023-12-18 09:01:54 +00:00
Lars Vahlenberg
619e44b30f
CSharpier fixes
2023-12-16 03:08:51 +01:00
Lars Vahlenberg
d678275dee
Implement RAR5 decryption
2023-12-16 02:53:09 +01:00
Adam Hathcock
3c1ae51dae
Merge pull request #786 from Erior/feature/Issue-774
...
LZMA EOS marker detection
2023-12-11 08:46:20 +00:00
Adam Hathcock
8a59fc9aaf
Merge pull request #785 from Erior/feature/Issue-782
...
Handle tar files generated with tar -H oldgnu that has large uid/gid values
2023-12-11 08:44:54 +00:00
Lars Vahlenberg
0320db6b4a
LZMA EOS marker detection
2023-12-09 13:41:35 +01:00
Lars Vahlenberg
18c7f58093
Handle tar files generated with tar -H oldgnu that has large uid/gid values
2023-12-04 22:35:11 +01:00
Lars Vahlenberg
7f6f7b1436
Resharpier fix
2023-12-04 20:28:16 +01:00