aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress
AgeCommit message (Expand)Author
2025-07-31fix peekBitsEndingAndrew Kelley
2025-07-31error.EndOfStream disambiguationAndrew Kelley
2025-07-31implement tossBitsEndingAndrew Kelley
2025-07-31std.compress.flate.Decompress: unfuck the test suiteAndrew Kelley
2025-07-31simplify test casesAndrew Kelley
2025-07-31std.compress.flate.Decompress: don't compute checksumsAndrew Kelley
2025-07-31refactor gzip test casesAndrew Kelley
2025-07-31std.compress.flate.Decompress: implement peekBitsEnding and writeMatchAndrew Kelley
2025-07-31fix bit read not at eofAndrew Kelley
2025-07-31std.compress.flate.Decompress: fix bit read at eofAndrew Kelley
2025-07-31std.compress.flate.Decompress: implement more bit readingAndrew Kelley
2025-07-31std.compress.flate.Decompress: passing basic test caseAndrew Kelley
2025-07-31std.compress.flate.Decompress: add rebase implAndrew Kelley
2025-07-31std.Io: remove BitWriterAndrew Kelley
2025-07-31std.compress.flate: finish reorganizingAndrew Kelley
2025-07-31delete flate implementationAndrew Kelley
2025-07-31std.compress: rework flate to new I/O APIAndrew Kelley
2025-07-30std.Io.Reader: introduce readVec back into the VTableAndrew Kelley
2025-07-29std.Io.Reader: make fillUnbuffered respect prexisting bufferAndrew Kelley
2025-07-27std.compress.xz: eliminate dependency on std.Io.bitReaderAndrew Kelley
2025-07-26std.Io.Reader: add rebase to the vtableAndrew Kelley
2025-07-25std.compress.zstd.Decompress: fix bytes_written trackingAndrew Kelley
2025-07-25std.compress.zstd: keep frame state between blocksAndrew Kelley
2025-07-25std.compress.zstd: fix endianness issueAndrew Kelley
2025-07-25std.compress.zstd: respect the window lengthAndrew Kelley
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-03-31std.compress.zstd: ensure window size fits into usizedweiller
2025-03-31std.compress.zstd: fix OOB access in literal decodedweiller
2025-02-26std: remove dependencies on legacy coercionmlugg
2025-01-22std.compress.flate.Lookup: Replace invisible doc comments with top-level doc ...Shun Sakai
2025-01-20add test coverage for previous commitAndrew Kelley
2025-01-20Fix memcpy alias bug in std.compress.lzmaKamil T
2024-10-13Rewrite bit_reader and bit_writer to take advantage of current zig semantics ...tgschultz
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-09std: fix typos (#20560)Jora Troosh
2024-06-23Rename *[UI]LEB128 functions to *[UI]leb128Michael Bradshaw
2024-05-09std.compress.flate: fix panic when reading into empty bufferPavel Verigo
2024-03-13compress.xz: remove unnecessary variableIgor Anić
2024-03-13compress.xz: make reader loop little more readableIgor Anić
2024-03-13compress.xz: remove copyForwards from tight loopIgor Anić
2024-03-04zlib: fix missing comptime attributeIgor Anić
2024-03-04compress.zlib: add overshoot test castIgor Anić
2024-03-04flate: use 4 bytes lookahead for zlibIgor Anić
2024-03-04flate: option to fill BitReaderIgor Anić
2024-03-04flate: 32 bit BitReaderIgor Anić
2024-02-27Expand the memcpy fast path in flate.CircularBuffer.writeMatch to allow for o...IntegratedQuantum
2024-02-27compress: activate tests in wasm32Igor Anić
2024-02-27std.compress.zstd: enable tests for wasm32dweiller
2024-02-26Change many test blocks to doctests/decltestsRyan Liptak