avao
0268713960
UT and Fix for: Index out of range exception from gzip #532
2020-10-13 19:58:11 +01:00
Adam Hathcock
f36167d425
Merge pull request #531 from carbon/master
...
Improve CQ3
2020-08-01 06:25:09 +01:00
Jason Nelson
33ffcb9308
Use Array.Empty<byte>
2020-07-31 17:00:46 -07:00
Jason Nelson
a649c25a91
Eliminate two allocations in HuffmanTree
2020-07-31 16:58:21 -07:00
Jason Nelson
fa1e773960
Eliminate two allocations in Crc32
2020-07-31 16:55:07 -07:00
Jason Nelson
62f7238796
Make CMethodId readonly
2020-07-31 16:49:34 -07:00
Jason Nelson
d4ccf73340
Embed FAST_ENCODER_TREE_STRUCTURE_DATA
2020-07-31 16:47:05 -07:00
Jason Nelson
5ddb0f96bc
Use switch expressions
2020-07-31 16:37:56 -07:00
Jason Nelson
75a6db8f4c
Eliminate three allocations in HbMakeCodeLengths
2020-07-31 16:33:00 -07:00
Jason Nelson
ae5635319b
Eliminate header bytes allocation
2020-07-31 16:30:26 -07:00
Jason Nelson
98ed3080d0
Eliminate three allocations
2020-07-31 16:30:09 -07:00
Jason Nelson
c618eacad4
Optimize RijndaelEngine
2020-07-31 16:22:44 -07:00
Jason Nelson
3b11e6ef97
Eliminate two allocations
2020-07-31 16:10:59 -07:00
Jason Nelson
40af9359db
Pollyfill and use Stream.Read(Span<byte> buffer)
2020-07-31 16:08:38 -07:00
Jason Nelson
d6bf9dae42
Eliminate allocation
2020-07-31 16:01:09 -07:00
Adam Hathcock
13917941ff
Merge pull request #530 from carbon/master
...
Enable test coverage for net461 and fix regression
2020-07-31 18:39:40 +01:00
Jason Nelson
28f04329ae
Merge branch 'master' of https://github.com/carbon/sharpcompress
2020-07-31 10:12:37 -07:00
Jason Nelson
404a6b231d
Fix .NET 461 failures
2020-07-31 10:12:34 -07:00
Jason Nelson
184596da3c
Merge branch 'master' into master
2020-07-31 11:37:45 -05:00
Jason Nelson
f00f393687
Disable failing net461 tests
2020-07-31 09:30:20 -07:00
Jason Nelson
cbbfb89619
Add failure notes
2020-07-31 09:29:06 -07:00
Jason Nelson
6a5cf11dd0
Fix net461 bug
2020-07-31 09:27:41 -07:00
Jason Nelson
fc1d0a0464
Run tests against net461
2020-07-31 09:27:32 -07:00
Adam Hathcock
74af1759eb
Merge pull request #529 from carbon/master
...
Improve code quality v2
2020-07-31 06:55:35 +01:00
Jason Nelson
ee3162ad71
Fix return
2020-07-30 17:49:29 -07:00
Jason Nelson
4357165163
Add Read/Write overrides to NonDisposingStream
2020-07-30 17:36:03 -07:00
Jason Nelson
6973436b94
Add and use Stream.Write(ReadOnlySpan<byte> buffer) polyfill
2020-07-30 17:29:33 -07:00
Jason Nelson
7750ed7106
Finish spanification of RijndaelEngine
2020-07-30 17:01:13 -07:00
Jason Nelson
773158e9d8
Seal LZipStream
2020-07-30 16:57:30 -07:00
Jason Nelson
4db615597d
Refactor ExtraData and enable nullable
2020-07-30 16:48:22 -07:00
Jason Nelson
6bdf2365fc
Inline variable declarations
2020-07-30 16:45:38 -07:00
Adam Hathcock
a7944f28c5
Fix CI again
0.26
2020-07-26 14:45:32 +01:00
Adam Hathcock
426d459284
Fix CI build
2020-07-26 14:39:13 +01:00
Adam Hathcock
b00b461ada
Update documented targets
2020-07-26 14:38:19 +01:00
Adam Hathcock
84834b6348
ignore snukpkg
2020-07-26 14:36:42 +01:00
Adam Hathcock
f521fd35ff
Fix tests, update to 0.26
2020-07-26 14:36:07 +01:00
Adam Hathcock
2979fceecf
Merge pull request #522 from JTOne123/master
...
[PR] The proj files have been updated to enable SourceLink
2020-07-26 12:07:13 +01:00
Adam Hathcock
b12e8e793f
Merge branch 'master' into master
2020-07-26 12:07:05 +01:00
Adam Hathcock
c77ec59a28
Merge pull request #527 from adamhathcock/default-encoding
...
Don’t use 437 Encoding by default anymore.
2020-07-26 12:06:30 +01:00
Adam Hathcock
42ba8cf828
Merge branch 'master' into default-encoding
2020-07-26 12:06:22 +01:00
Adam Hathcock
c7618fc895
Merge pull request #528 from DannyBoyk/issue_524_tararchive_fails_read_all_entries
...
Ensure TarArchive enumerates all entries
2020-07-26 12:05:58 +01:00
Daniel Nash
d055b34efe
Ensure TarArchive enumerates all entries
...
While enumerating the entries of a tar file and writing their contents
to disk using TarArchive, it was discovered TarArchive was not properly
discarding padding bytes in the last block of each entry. TarArchive was
sometimes able to recover depending on the number of padding bytes due
to the logic it uses to find the next entry header, but not always.
TarArchive was changed to use TarReadOnlySubStream when opening entries
and TarReadOnlySubstream was changed to ensure all an entry's blocks are
read when it is being disposed.
Fixes adamhathcock/sharpcompress#524
2020-07-20 12:57:39 -04:00
Adam Hathcock
b7f635f540
Update readme
2020-07-16 15:35:27 +01:00
Adam Hathcock
5e95a54260
Merge branch 'master' into default-encoding
2020-07-16 14:32:51 +01:00
Adam Hathcock
4354e82bb5
Don’t use 437 Encoding by default anymore.
2020-07-16 14:28:37 +01:00
Adam Hathcock
ab7bdc24dc
Merge pull request #523 from kdaadk/master
...
Decompress multipart solid RAR4.x archive
2020-07-01 12:56:58 +01:00
Dmitriy
81997fe1ba
rename test
2020-07-01 15:10:21 +05:00
Dmitriy
de6759a83f
- remove check of solid archive
...
- change tests
- add test on multi solid archive
2020-07-01 15:06:54 +05:00
Adam Hathcock
233dc33130
Fix running tests on build
2020-06-25 09:22:15 +01:00
Adam Hathcock
39b07f45f1
Update github action and minor SDK bump
2020-06-25 09:16:15 +01:00