| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | internal/compress: Import flate and such from klauspost/compress | 2026-03-05 | 5 | -599/+0 | |
| * | internal/zlib: Unexport Reset | 2026-03-05 | 2 | -3/+4 | |
| * | internal/zlib: Add counting flate reader | 2026-03-05 | 2 | -11/+56 | |
| * | zlib: Split files | 2026-03-04 | 4 | -135/+159 | |
| * | *: Lint | 2026-03-04 | 2 | -13/+76 | |
| * | *: gofumpt | 2026-03-04 | 1 | -2/+2 | |
| * | zlib: Use internal adler32 | 2026-02-22 | 2 | -2/+4 | |
| * | internal/zlib: Use klauspost/compress/flate for now... v0.1.29 | 2026-02-21 | 2 | -2/+4 | |
| * | *: Fix nosec | 2026-02-21 | 2 | -2/+2 | |
| * | internal/zlib: Fix lints | 2026-02-21 | 2 | -56/+66 | |
| * | zlib: Add a poolzed zlib implementation | 2026-02-21 | 3 | -0/+452 | |
| * | Delete everything, I'm redesigning this.•••I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us. | 2026-02-20 | 3 | -454/+0 | |
| * | zlib: Pool writers too | 2026-02-12 | 2 | -15/+50 | |
| * | More changes from the import URL update | 2026-01-19 | 2 | -2/+2 | |
| * | Switch back to internal zlib for loose objects too•••Still marginally less overhead due to pooling | 2025-11-19 | 3 | -0/+419 | |
| * | Probably should name the custom packages specially | 2025-11-19 | 4 | -378/+0 | |
| * | Initial attempt to make a compressor with less overhead•••io.Reader actually has massive overhead... | 2025-11-19 | 2 | -0/+153 | |
| * | zlib: Use internal adler32 | 2025-11-19 | 1 | -1/+1 | |
| * | Our zlib ought to be read-only for now | 2025-11-19 | 1 | -194/+0 | |
| * | Import flate | 2025-11-19 | 2 | -2/+4 | |
| * | zlib: Add missing error check for flate Reset | 2025-11-18 | 1 | -1/+4 | |
| * | Use a pooled zlib implementation•••It's trivially forked from the standard library and improves git ls-tree -r --long speed by approximately 25%. | 2025-11-18 | 3 | -0/+414 |
