Adam Hathcock
04b25011e9
Merge branch 'master' into fix-rare-solid-rar-failure
2025-02-11 08:31:49 +00:00
Adam Hathcock
96b34aec10
Merge pull request #895 from Morilli/fix-test-concurrency
...
use File.OpenRead instead of File.Open in tests to allow concurrent access
2025-02-11 08:30:12 +00:00
Morilli
d560b46c85
use File.OpenRead instead of File.Open to allow concurrent access
2025-02-11 03:31:49 +01:00
Morilli
94789ce455
Fix condition in rar v3 code
2025-02-11 03:04:18 +01:00
Adam Hathcock
55797e5873
Merge pull request #893 from adamhathcock/rar_unpack20
...
Fix for Rar4 v20 compression.
2025-02-10 09:27:27 +00:00
Nanook
675cab3074
Fix for Rar4 v20 compression.
2025-02-07 22:39:33 +00:00
Adam Hathcock
8d63ab646e
Merge pull request #891 from Morilli/fix-zip-datadescriptor-header
...
Fix zip entry handling for entries with data descriptors
2025-01-28 08:12:40 +00:00
Adam Hathcock
37a2fa1cdc
Merge branch 'master' into fix-zip-datadescriptor-header
2025-01-28 08:08:55 +00:00
Adam Hathcock
79ed9650b3
Merge pull request #892 from adamhathcock/fix-tests
...
don't run net48 on non-windows
2025-01-28 08:08:41 +00:00
Adam Hathcock
b6dc58164e
don't run net48 on non-windows
2025-01-28 08:04:59 +00:00
Morilli
f9a974c1fe
fix formatting
2025-01-28 02:24:42 +01:00
Morilli
91e672befb
remove old hack trying to fix a similar thing
...
Introduced in af264cdc58c9d076bf83477cbdbfe7a5dad282b7; the test included in that commit passes still.
2025-01-28 02:12:16 +01:00
Morilli
c14d18b9df
set local header data from directory header when flag is set
...
As described in section 4.4.7-4.4.9 of the zip specification when this flag is set the correct values will be in the data descriptor record and in the directory header.
2025-01-28 01:56:14 +01:00
Morilli
d2cfc1844c
add failing test
2025-01-28 01:49:49 +01:00
Adam Hathcock
2fb3243a1a
Tests also on net48
2025-01-16 08:38:11 +00:00
Adam Hathcock
6f3124a84f
Mark for 0.39
0.39.0
2025-01-16 08:30:21 +00:00
Adam Hathcock
59eb5bd9c4
Merge pull request #888 from adamhathcock/updates
...
Update to support net48, net481, netstandard2.0, net6 and net8
2025-01-16 08:19:50 +00:00
Adam Hathcock
ad2b6bb4f7
Merge branch 'master' into updates
2025-01-16 08:17:25 +00:00
Adam Hathcock
51d64ee10e
Merge pull request #889 from majorro/internal-helpers
...
Make helper classes internal
2025-01-16 08:15:02 +00:00
majorro
1159efc6cc
formatting
2025-01-15 21:43:10 +03:00
Adam Hathcock
3cfb76a56f
Add back net48 and net481 support
2025-01-15 16:35:05 +00:00
majorro
7a1ad6688a
make helpers internal
2025-01-15 04:46:22 +03:00
majorro
4f4af6e3fd
make test friend assembly
2025-01-15 04:46:07 +03:00
majorro
2736b79097
signed test assembly
2025-01-15 04:43:16 +03:00
Adam Hathcock
8da2ffa433
Update dependencies
2025-01-14 09:12:03 +00:00
Adam Hathcock
5bf3d6dc32
update csharpier
2025-01-14 09:07:40 +00:00
Adam Hathcock
30d4380afe
update csproj
2025-01-14 09:06:03 +00:00
Adam Hathcock
c8b5aad482
Update to support only netstandard2.0, net6 and net8
2025-01-14 09:04:39 +00:00
Adam Hathcock
fa1d440947
Merge pull request #887 from majorro/improve-rar-memory-usage
...
Improve rar memory usage
2025-01-14 08:58:18 +00:00
Adam Hathcock
a89fc3a276
formatting
2025-01-14 08:55:09 +00:00
majorro
3875f62453
deps fix
2025-01-14 00:36:26 +03:00
majorro
23e1447ab6
stackalloc addvmcode
2025-01-13 23:31:33 +03:00
majorro
91364c6a7c
stackalloc readtables
2025-01-13 23:28:26 +03:00
majorro
a070493fba
window null checks
2025-01-13 23:26:49 +03:00
majorro
ca0a6ab72c
rollback ILLink.Tasks downgrade
2025-01-12 16:38:30 +03:00
majorro
10e0562a82
stackalloc rar unpackv1
2025-01-12 16:02:49 +03:00
majorro
44998a2a2b
pooled window for rar unpackv1
2025-01-12 16:01:59 +03:00
majorro
f8e033e560
add explicit System.Buffers, remove redundant code
2025-01-12 15:36:53 +03:00
Adam Hathcock
5842da84af
Merge pull request #878 from Morilli/fix-xzblock-padding
...
Fix XZBlock padding calculation when its stream's starting position % 4 != 0
2024-12-20 08:50:46 +00:00
Adam Hathcock
10cc270170
Merge branch 'master' into fix-xzblock-padding
2024-12-20 08:47:40 +00:00
Morilli
f51bdd56aa
expose Position getter in ForwardOnlyStream
2024-12-19 20:41:00 +01:00
Adam Hathcock
7f79c49f93
Merge pull request #884 from YoshiRulz/exports-unclutter
...
Exports unclutter
2024-12-19 14:06:48 +00:00
YoshiRulz
e4920255f0
Replace ReadOnlyCollection with the one in the BCL
...
I changed the param type of the helper, but the stronger constraint
didn't seem to matter in practice
2024-12-19 22:11:16 +10:00
YoshiRulz
f8e8273d39
Move utility classes to new namespace
2024-12-19 22:11:16 +10:00
Adam Hathcock
ceddab98d1
Merge pull request #877 from StarkDirewolf/master
...
Fixed bug in zip time header flags
2024-11-01 14:07:24 +00:00
Robb Pryde
0faa176791
Sharpier styling
2024-10-31 17:35:47 +00:00
Morilli
9b0e0ee536
Fix padding calculation when initial position % 4 != 0
2024-10-29 02:57:26 +01:00
Morilli
881d2756db
Add failing test
2024-10-29 02:57:25 +01:00
Robb Pryde
ab5af40999
Fixed bug in zip time header flags, and failing to parse it no longer throws an exception.
2024-10-26 01:22:07 +01:00
Adam Hathcock
6aeef8dcf9
Merge pull request #876 from Morilli/fix-isarchive-stream-seek
...
Restore stream position in ArchiveFactory.IsArchive
2024-10-24 08:28:52 +01:00