- fbe3b12 build(deps): bump the github-actions group with 3 updates (#1118) by dependabot[bot] · 4 weeks ago master
- daa180d Change log by Klaus Post · 4 weeks ago
- 444d5d9 Fix invalid encoding on level 9 with single value input (#1115) by Klaus Post · 4 weeks ago v1.18.2
- 503c028 build(deps): bump github/codeql-action in the github-actions group (#1111) by dependabot[bot] · 8 weeks ago
- 701ca28 flate: reduce stateless allocations (#1106) by Raul · 10 weeks ago
- e0b47ff Update changelog by Klaus Post · 10 weeks ago
- d10b525 build(deps): bump the github-actions group with 2 updates (#1105) by dependabot[bot] · 3 months ago v1.18.1
- 3c0d308 flate: Faster load+st0re (#1104) by Klaus Post · 3 months ago
- 6e2f5d5 flate: Use exact sizes for huffman tables (#1103) by Klaus Post · 3 months ago
- bda824b flate: Add examples (#1102) by Klaus Post · 3 months ago
- f44517c flate: Simplify matchlen (#1101) by Klaus Post · 3 months ago
- 54cb7a5 build(deps): bump the github-actions group with 3 updates (#1096) by dependabot[bot] · 4 months ago
- c43fcbb Run modernize. Deprecate Go 1.22 (#1095) by Klaus Post · 4 months ago
- 86a9489 gzhttp: remove redundant err check in zstdReader (#1090) by Ryan Fowler · 5 months ago
- ad4a030 build(deps): bump github/codeql-action in the github-actions group (#1087) by dependabot[bot] · 5 months ago
- 1a8c0e4 Avoiding extra allocation in Reset (#1086) by Old · 5 months ago
- d140606 Fix simple encoder src/dst swapped (#1083) by Klaus Post · 6 months ago
- 0792fc5 build(deps): bump github/codeql-action in the github-actions group (#1082) by dependabot[bot] · 6 months ago
- 0b8a32c Add simple zstd EncodeTo/DecodeTo functions (#1079) by Klaus Post · 7 months ago
- 3fb7836 s2: check for cap, not len of buffer in EncodeBetter/Best (#1080) by Vytenis Darulis · 7 months ago
- 33f59b4 build(deps): bump the github-actions group with 2 updates (#1077) by dependabot[bot] · 7 months ago
- dee68d8 build(deps): bump github/codeql-action in the github-actions group (#1075) by dependabot[bot] · 8 months ago
- 8df4d01 build(deps): bump the github-actions group with 3 updates (#1072) by dependabot[bot] · 9 months ago
- e074e40 typo : s2/index.go (#1069) by Burkov Egor · 9 months ago
- 520e81d Add notice to S2 about MinLZ (#1065) by Klaus Post · 10 months ago
- 29a7d27 zstd: Fix incorrect buffer size in dictionary encodes (#1059) by Klaus Post · 10 months ago
- 517288e build(deps): bump the github-actions group with 2 updates (#1056) by dependabot[bot] · 10 months ago
- 8e79dc4 Deprecate Go 1.21 and add 1.24 (#1055) by Klaus Post · 11 months ago v1.18.0
- df8e99c build(deps): bump the github-actions group with 2 updates (#1053) by dependabot[bot] · 11 months ago
- 7787431 zstd: fix unused debug code (#1052) by Bbulatov · 11 months ago
- 0bf3ecb flate: Cleanup & reduce casts (#1050) by Klaus Post · 11 months ago
- e0f89a9 flate: Fix matchlen L5+L6 (#1049) by Klaus Post · 11 months ago
- c8a8470 s2: Improve small block compression speed w/o asm (#1048) by Klaus Post · 11 months ago
- b05b993 s2: Add block decode fuzzer (#1044) by Klaus Post · 11 months ago
- aafbabd flate: Simplify matchlen (remove asm) (#1045) by Klaus Post · 11 months ago
- dbaa9c1 flate: Simplify l4-6 loading (#1043) by Klaus Post · 11 months ago
- 4fa2036 Add unsafe little endian loaders (#1036) by Klaus Post · 12 months ago
- 7d9f61a zstd: use `slices.Max` for max value in slice (#1041) by Eng Zer Jun · 12 months ago
- a2a2e44 refactor: use built-in `min` function (#1038) by Eng Zer Jun · 12 months ago
- 6ad807b build(deps): bump the github-actions group with 2 updates (#1035) by dependabot[bot] · 12 months ago
- b08929a docs: Description typo fixed (#1031) by Hyunsoo Shin (Lake) · 1 year ago
- bbaf27d zstd: fix: check `r.err != nil` but return a nil value error `err` (#1028) by alingse · 1 year, 1 month ago
- 4d8527a build(deps): bump the github-actions group with 2 updates (#1026) by dependabot[bot] · 1 year, 1 month ago
- 11e333d zstd: Read doc typo (#1023) by dezza · 1 year, 2 months ago
- 826a08c zstd: remove unreachable debugging code raising insecure_file_permissions security detection (#1022) by Samuel Poirier · 1 year, 2 months ago
- 3915ad5 chore: fix comment(bit-->byte) (#1021) by tcpdumppy · 1 year, 2 months ago
- 7883c2d build(deps): bump the github-actions group with 2 updates (#1020) by dependabot[bot] · 1 year, 2 months ago
- 72cd4a9 zstd: Fix extra CRC written with multiple Close calls (#1017) by Klaus Post · 1 year, 3 months ago v1.17.11
- dbd6c38 s2: Don't use stack for index tables (#1014) by Klaus Post · 1 year, 3 months ago
- f73ab1e Do not set the content-type when response has no body (#1013) by Kevin Pollet · 1 year, 3 months ago
- f2a4f25 build(deps): bump github/codeql-action in the github-actions group (#1012) by dependabot[bot] · 1 year, 3 months ago
- 8e14b1b No content-type on no body response code (#1011) by Julien Salleyron · 1 year, 3 months ago
- 13a1ce6 ci: Match goreleaser version (#1009) by Klaus Post · 1 year, 3 months ago
- 6c5a195 Update README.md by Klaus Post · 1 year, 3 months ago
- 2a46d6b Update README.md by Klaus Post · 1 year, 3 months ago v1.17.10
- 4dafca9 ci: Upgrade Go & other (#1008) by Klaus Post · 1 year, 3 months ago
- 26519f8 zstd: Improve memory usage on small streaming encodes (#1007) by Klaus Post · 1 year, 3 months ago
- 51aa0ec [gzhttp] Add supported decompress request body (#1002) by Andrey Grazhdankov · 1 year, 4 months ago
- 13c1244 build(deps): bump github/codeql-action in the github-actions group (#997) by dependabot[bot] · 1 year, 4 months ago
- 62905e4 read data written with partial flush (#996) by vajexal · 1 year, 4 months ago
- 3868468 Fix typos (#986) by Andreas Deininger · 1 year, 5 months ago
- 8b81499 build(deps): bump the github-actions group with 2 updates (#985) by dependabot[bot] · 1 year, 5 months ago
- d76f801 s2: Add EncodeBuffer buffer recycling callback (#982) by Klaus Post · 1 year, 5 months ago
- cfab8bd docs: Fix URL typo when installing builddict (#980) by Akmal · 1 year, 6 months ago
- 9cfdc94 build(deps): bump the github-actions group with 2 updates (#979) by dependabot[bot] · 1 year, 6 months ago
- 0deb85a gzhttp: Add TransportAlwaysDecompress option. (#978) by Klaus Post · 1 year, 6 months ago
- e3ef0d7 docs: Small typofix in comment (#976) by Jille Timmermans · 1 year, 6 months ago
- 7ae2138 Upgrade zlib to upstream (#971) by Klaus Post · 1 year, 7 months ago v1.17.9
- 0396178 zstd: BuildDict fails with RLE table (#951) by Klaus Post · 1 year, 7 months ago
- 8411e1d zip: Upgrade to 1.22.4 upstream (#970) by Klaus Post · 1 year, 7 months ago
- d9f6f55 build(deps): bump the github-actions group across 1 directory with 2 updates (#967) by dependabot[bot] · 1 year, 7 months ago
- 5f7dd25 flate, zstd: Shave some bytes off amd64 matchLen (#963) by greatroar · 1 year, 7 months ago
- 3a0faf3 Fix arm64 vet issues (#964) by Klaus Post · 1 year, 7 months ago
- 8bd3916 s2: Reduce ReadFrom temporary allocations (#949) by Klaus Post · 1 year, 9 months ago
- c0ff47e Update README.md by Klaus Post · 1 year, 9 months ago v1.17.8
- 657dc16 chore: remove repetitive words (#946) by kindhuge · 1 year, 9 months ago
- 3f77d8c build(deps): bump the github-actions group with 1 update (#944) by dependabot[bot] · 1 year, 9 months ago
- de4073a zstd: Add RLE detection+encoding (#938) by Klaus Post · 1 year, 10 months ago
- 165be36 zstd: Reject blocks where reserved values are not 0 (#885) by Klaus Post · 1 year, 10 months ago
- 4f3f95b ci: Add testing replacement (#935) by Klaus Post · 1 year, 10 months ago
- 3976394 build(deps): bump the github-actions group with 1 update (#934) by dependabot[bot] · 1 year, 10 months ago
- 4d78e54 Remove sed for internal/fuzz/helpers.go (#933) by Klaus Post · 1 year, 10 months ago
- 46c00ca doc: Remove an excess word in a documentation comment (#932) by Andreas Kohn · 1 year, 10 months ago
- 1e2b275 tests: Rename fuzz helpers back. (#931) by Klaus Post · 1 year, 10 months ago v1.17.7
- 68b7039 s2: Fix literal+repeat exceeds dst (#930) by Klaus Post · 1 year, 10 months ago
- 5895eb4 s2: Add AsyncFlush method: Complete the block without flushing (#927) by Jille Timmermans · 1 year, 11 months ago
- 4c49017 ci: Build with Go 1.22.x - deprecate 1.19 (#926) by Klaus Post · 1 year, 11 months ago
- 8e5ae40 Update README.md by Klaus Post · 1 year, 11 months ago
- 255a132 s2: Fix DecodeConcurrent deadlock on errors (#925) by Klaus Post · 1 year, 11 months ago v1.17.6
- e8251aa build: Remove garble compiler (#924) by Klaus Post · 1 year, 11 months ago
- 32f34cf build(deps): bump the github-actions group with 1 update (#921) by dependabot[bot] · 1 year, 11 months ago
- aac36dc zstd: Fix incorrect repeat coding in best mode (#923) by Klaus Post · 1 year, 11 months ago
- 9b0f130 Update README.md by Klaus Post · 2 years ago
- 6662a21 s2: Document and test how to peek the stream for skippable blocks (#918) by Jille Timmermans · 2 years ago v1.17.5
- 3deb878 s2: Fix up AddSkippableBlock more (#919) by Klaus Post · 2 years ago
- 6ac58c9 s2: Fix incorrect length encoded by writer.AddSkippableBlock (#917) by Jille Timmermans · 2 years ago
- 515f153 s2: Fix callbacks for skippable blocks and disallow 0xfe (Padding) for custom use (#916) by Jille Timmermans · 2 years ago
- 01b2a79 zstd: Limit default window to 8MB (#913) by Klaus Post · 2 years ago
- 32312d5 flate: Fix reset with dictionary on custom window encodes (#912) by Klaus Post · 2 years ago
- d9b6e1e zstd: Tweak noasm FSE decoder (#910) by greatroar · 2 years ago