Adam Hathcock
|
bcdfd992a3
|
async dispose and fix tests?
|
2021-01-24 09:18:38 +00:00 |
|
Adam Hathcock
|
3a820c52bd
|
async Deflate. Start of writer
|
2021-01-24 09:06:02 +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
|
a28d686eb9
|
Fix relavant package references
|
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 |
|
Adam Hathcock
|
7edc437df2
|
formatting
|
2021-01-09 13:40:57 +00:00 |
|
Adam Hathcock
|
57e4395e7d
|
Merge branch 'master' into net5
# Conflicts:
# build/Program.cs
# src/SharpCompress/Common/Zip/ZipFilePart.cs
|
2021-01-09 13:40:09 +00:00 |
|
Adam Hathcock
|
ee17dca9e5
|
Fix formatting
|
2021-01-09 13:36:30 +00:00 |
|
Adam Hathcock
|
e9f3add5b9
|
Merge branch 'master' into gzip-fixes
|
2021-01-09 13:35:52 +00:00 |
|
Adam Hathcock
|
5357bd07c7
|
Let dotnet format do it’s thing
|
2021-01-09 13:33:34 +00:00 |
|
Adam Hathcock
|
674f3b4f28
|
Merge branch 'master' into gzip-fixes
|
2021-01-09 13:25:55 +00:00 |
|
Adam Hathcock
|
8598885258
|
Read trailer for GZip for CRC and uncompressed size
|
2021-01-09 13:22:06 +00:00 |
|
Adam Hathcock
|
669e40d53c
|
Merge branch 'master' into issue-256
|
2021-01-09 13:01:16 +00:00 |
|
Adam Hathcock
|
1adcce6c62
|
Expose Last Modified time on GZipStream
|
2021-01-09 12:53:13 +00:00 |
|
Adam Hathcock
|
147be6e6e1
|
Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only
|
2021-01-09 10:34:49 +00:00 |
|
Jason Nelson
|
477a30cf5b
|
Use hardware accelerated Alder32 impl
|
2020-11-18 11:21:29 -08:00 |
|
Jason Nelson
|
9a17449a02
|
Format NewSubHeaderType
|
2020-11-18 09:44:13 -08:00 |
|
Jason Nelson
|
087a6aad8c
|
Cross target .NETCOREAPP3.1 and react to new nullablity annotations
|
2020-11-18 09:43:08 -08:00 |
|
Jason Nelson
|
e243a8e88f
|
Format AbstractArchive
|
2020-11-18 09:31:39 -08:00 |
|
Jason Nelson
|
b57df8026a
|
Use pattern matching
|
2020-11-18 09:29:38 -08:00 |
|
Jason Nelson
|
a1d45b44cd
|
Format ArchiveFactory
|
2020-11-18 09:28:24 -08:00 |
|
Jason Nelson
|
e47e1d220a
|
Format AesDecoderStream
|
2020-11-18 09:25:38 -08:00 |
|
Jason Nelson
|
0129a933df
|
Remove NETSTANDARD1_3 symbol
|
2020-11-18 09:23:50 -08:00 |
|
Jason Nelson
|
fa241bb0d7
|
Inline variable declarations
|
2020-11-18 09:21:45 -08:00 |
|
Jason Nelson
|
d8804ae108
|
Improve conditional logic to prepare to add .NETCOREAPP target
|
2020-11-18 09:19:21 -08:00 |
|
Jason Nelson
|
8090d269e7
|
Add polyfills for string.EndWith(char) && string.Contains(char)
|
2020-11-18 09:16:53 -08:00 |
|
Jason Nelson
|
b0101f20c5
|
Eliminate culture specific StartsWith comparisions
|
2020-11-18 09:12:01 -08:00 |
|
Jason Nelson
|
dd48e4299a
|
Simplify .NET framework code exclusions, bump min .NET framework version to 4.6.1
|
2020-11-18 09:07:30 -08:00 |
|
Jason Nelson
|
c61ee0c24f
|
Update deps
|
2020-11-18 09:02:11 -08:00 |
|
Jason Nelson
|
9576867c34
|
Enable C# 9
|
2020-11-18 09:01:35 -08:00 |
|
avao
|
0268713960
|
UT and Fix for: Index out of range exception from gzip #532
|
2020-10-13 19:58:11 +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 |
|
Jason Nelson
|
6a5cf11dd0
|
Fix net461 bug
|
2020-07-31 09:27:41 -07: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 |
|