aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress
AgeCommit message (Expand)Author
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
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-26change default WASI stack sizeAndrew Kelley
2024-02-24std.compress.flate: fix typo in function name (#19002)Robinson Collado
2024-02-23fix zstd compilation errors from previous commitAndrew Kelley
2024-02-23std.compress.zstd: make DecompressStream options runtimedweiller
2024-02-23std.compress.zstd: disable failing wasm32 testsdweiller
2024-02-23std.compress.zstd: remove allocation from DecompressStreamdweiller
2024-02-23std.compress.zstd: fix decompressStreamOptionsdweiller
2024-02-23std.compress.zstandard: fix buffer sizesdweiller
2024-02-19Package.Fetch: fix Git package fetchingIan Johnson
2024-02-17fix flate regressionIgor Anić
2024-02-15skip failing wasm testsIgor Anić
2024-02-14reorganize compress package root folderIgor Anić
2024-02-14remove v1 deflate implementationIgor Anić
2024-02-14preserve valuable tests from v1 implementationIgor Anić
2024-02-14remove testing struct sizesIgor Anić
2024-02-14skip calculating struct sizes on 32 bit platformsIgor Anić
2024-02-14fix top level docs commentsIgor Anić
2024-02-14fix wording in commentIgor Anić
2024-02-14fix reading input stream during decompressionIgor Anić
2024-02-14add deflate implemented from first principlesIgor Anić
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-01-29gzip: implement compressionJacob Young
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-10zstandard: fix division by zero when using RingBufferdweiller
2023-11-03x86_64: fix std test failuresJacob Young
2023-11-03zstandard: fix incorrect RLE decompression into ring bufferdweiller
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-27x86_64: fix `cond_br`Jacob Young
2023-10-26x86_64: add missing spillsJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17400 from joadnacer/ringbuffer-optimAndrew Kelley