Adam Hathcock
|
4f1f32b508
|
Fix usages of ReaderOptions
|
2026-04-21 10:55:59 +01:00 |
|
Adam Hathcock
|
ad3c5dafd7
|
update tests
|
2026-04-19 12:11:50 +01:00 |
|
Adam Hathcock
|
b36689af20
|
format
|
2026-04-19 11:48:54 +01:00 |
|
Adam Hathcock
|
e29670e55f
|
Merge branch 'master' into adam/pooledmemorystream
|
2026-04-19 11:43:24 +01:00 |
|
Adam Hathcock
|
2487d8995c
|
Merge remote-tracking branch 'origin/adam/pooledmemorystream' into adam/pooledmemorystream
# Conflicts:
# src/SharpCompress/IO/PooledMemoryStream.cs
|
2026-04-05 15:26:18 +01:00 |
|
Adam Hathcock
|
d1e6173b50
|
remove contiguous buffer tracking and added overrenting array pool test
|
2026-04-05 15:25:33 +01:00 |
|
Adam Hathcock
|
e7cacdd7ee
|
don't resize ring buffer
|
2026-04-05 15:19:44 +01:00 |
|
Adam Hathcock
|
fb78598516
|
implement GetBuffer with non-pooled array creation
|
2026-04-05 15:16:00 +01:00 |
|
Adam Hathcock
|
4f09c6dc00
|
Update tests/SharpCompress.Test/Streams/PooledMemoryStreamTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-04-05 14:57:04 +01:00 |
|
Adam Hathcock
|
c25fec313e
|
fix PooledMemoryStream.cs
|
2026-04-05 14:39:15 +01:00 |
|
Adam Hathcock
|
c01dd5cd90
|
Update tests/SharpCompress.Test/Streams/PooledMemoryStreamTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-04-05 14:16:47 +01:00 |
|
Adam Hathcock
|
2bf007542a
|
cleaned up PooledMemoryStream.cs
|
2026-04-04 11:10:43 +01:00 |
|
Adam Hathcock
|
817bd2a95e
|
First pass of implementation
|
2026-04-04 10:44:23 +01:00 |
|
copilot-swe-agent[bot]
|
669fbed62b
|
Dynamic ring buffer sizing for BZip2 and ZStandard on non-seekable streams
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/b115976a-5d8a-412e-a462-72b4531f2d0a
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-04-02 10:56:50 +00:00 |
|
Daniel Sabel
|
642371f87e
|
fixes .net 4.8 build for WinzipAesCryptoStream tests
|
2026-03-16 08:04:06 +01:00 |
|
Daniel Sabel
|
5fc0d691cf
|
fixes xor range on async WinzipAesCryptoStream path
|
2026-03-11 08:57:47 +01:00 |
|
Daniel Sabel
|
51859f9a2b
|
fixes decompression of large mixed encrypted zip files
|
2026-03-09 14:02:31 +01:00 |
|
Adam Hathcock
|
855d4b4ce2
|
Use more SC exceptions instead of generic ones
|
2026-02-16 12:40:07 +00:00 |
|
Adam Hathcock
|
8e715a3077
|
Fixed some easy suggestions
|
2026-02-16 09:22:06 +00:00 |
|
Adam Hathcock
|
cd1684b81c
|
merge fixes
|
2026-02-13 14:26:21 +00:00 |
|
Adam Hathcock
|
d138999445
|
adjust tests
|
2026-02-13 13:38:37 +00:00 |
|
Adam Hathcock
|
7cef629a06
|
add compiler flags
|
2026-02-13 12:46:48 +00:00 |
|
Adam Hathcock
|
76352df852
|
revamped and added SC stream tests
|
2026-02-13 12:44:12 +00:00 |
|
Adam Hathcock
|
57c0d00b37
|
rename Rewindable to SharpCompressStream
|
2026-02-04 14:12:04 +00:00 |
|
Adam Hathcock
|
ae4ae799b9
|
merge NonDisposingStream into RewindableStream
|
2026-02-04 12:40:39 +00:00 |
|
Adam Hathcock
|
f67168f479
|
try to fix test
|
2026-02-04 08:40:43 +00:00 |
|
Adam Hathcock
|
3ab4478275
|
use ringbuffer
|
2026-02-04 08:30:02 +00:00 |
|
Adam Hathcock
|
dff17a95e8
|
new fix for RewindableStream with tests
|
2026-02-03 08:56:35 +00:00 |
|
Adam Hathcock
|
9b8e3d8530
|
remove some tests
|
2026-02-02 08:52:21 +00:00 |
|
Adam Hathcock
|
037b6842bf
|
remove SharpCompressStream
|
2026-01-31 15:29:34 +00:00 |
|
Adam Hathcock
|
0767292bb0
|
ReduceStream is async
|
2026-01-31 13:19:10 +00:00 |
|
Adam Hathcock
|
525bcea989
|
ppmd create
|
2026-01-30 12:37:21 +00:00 |
|
Adam Hathcock
|
659f5d7834
|
fix some more tests
|
2026-01-29 15:47:22 +00:00 |
|
Adam Hathcock
|
42f6c77419
|
rewindable with memory stream
|
2026-01-29 15:23:53 +00:00 |
|
Adam Hathcock
|
1ca914823f
|
more rework
|
2026-01-29 14:42:29 +00:00 |
|
Adam Hathcock
|
a94e319935
|
clean up rewindable stream
|
2026-01-29 11:01:59 +00:00 |
|
Adam Hathcock
|
e2cb9f39ab
|
fix up rewindable stream and use it more, add NonDisposingStream
|
2026-01-29 09:08:40 +00:00 |
|
Adam Hathcock
|
8dfd5349f0
|
making RewindableStream more proper
|
2026-01-28 16:50:35 +00:00 |
|
Adam Hathcock
|
27fe2d807e
|
more lzma porting
|
2026-01-26 18:09:44 +00:00 |
|
Adam Hathcock
|
04eabb7866
|
Merge remote-tracking branch 'origin/master' into adam/async-creation
# Conflicts:
# src/SharpCompress/Common/EntryStream.cs
# src/SharpCompress/IO/BufferedSubStream.cs
# src/SharpCompress/packages.lock.json
|
2026-01-26 14:16:14 +00:00 |
|
Adam Hathcock
|
fc63217dd0
|
Merge remote-tracking branch 'origin/release' into adam/release-to-master
# Conflicts:
# src/SharpCompress/IO/BufferedSubStream.cs
# tests/SharpCompress.Test/Zip/ZipReaderAsyncTests.cs
# tests/SharpCompress.Test/Zip/ZipReaderTests.cs
|
2026-01-26 13:24:25 +00:00 |
|
copilot-swe-agent[bot]
|
875c2d7694
|
Fix BufferedSubStream double-dispose issue with ArrayPool
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-26 12:10:19 +00:00 |
|
Adam Hathcock
|
a82fda98d7
|
more testing and add pooling to cache
|
2026-01-26 11:45:25 +00:00 |
|
Adam Hathcock
|
abe0087cfd
|
fmt
|
2026-01-23 10:32:11 +00:00 |
|
Adam Hathcock
|
060b1ed5dd
|
fix disposal and add tests
|
2026-01-23 10:25:41 +00:00 |
|
Adam Hathcock
|
44402414a6
|
LZMA create
|
2026-01-22 17:01:48 +00:00 |
|
Adam Hathcock
|
5152e3197e
|
fix build flags
|
2026-01-22 15:12:18 +00:00 |
|
Adam Hathcock
|
7b7eba8cd9
|
more fixes
|
2026-01-21 16:11:40 +00:00 |
|
Adam Hathcock
|
169364f6ae
|
fix disposal
|
2026-01-21 15:37:56 +00:00 |
|
Adam Hathcock
|
c38f74d34c
|
Merge remote-tracking branch 'origin/master' into adam/async-creation
# Conflicts:
# src/SharpCompress/Compressors/BZip2/BZip2Stream.cs
# src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs
# src/SharpCompress/Compressors/Deflate/DeflateStream.cs
|
2026-01-21 15:31:44 +00:00 |
|