| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | internal/lru: Rename from internal/cache/lru | 2026-02-22 | 3 | -3/+1 | |
| | | |||||
| * | adler32: Use binary.BigEndian to avoid the gosec warning v0.1.35 | 2026-02-22 | 1 | -2/+1 | |
| | | |||||
| * | adler32: Fix comment lint | 2026-02-22 | 1 | -1/+1 | |
| | | |||||
| * | adler32: Use adler32_test as the test package name | 2026-02-22 | 1 | -3/+5 | |
| | | |||||
| * | adler32: Rename constant symbols v0.1.34 | 2026-02-22 | 1 | -15/+9 | |
| | | |||||
| * | adler32: Remove sse3 and arm64/neon | 2026-02-22 | 7 | -523/+6 | |
| | | | | | I can't maintain it | ||||
| * | adler32: Use proper instructions for avx2 | 2026-02-22 | 1 | -213/+207 | |
| | | |||||
| * | adler32: Use reasonable label names | 2026-02-22 | 3 | -72/+72 | |
| | | |||||
| * | zlib: Use internal adler32 | 2026-02-22 | 2 | -2/+4 | |
| | | |||||
| * | adler32: Import | 2026-02-22 | 14 | -0/+1002 | |
| | | |||||
| * | bufpool: Document how .Bytes is intended to be used | 2026-02-22 | 1 | -0/+6 | |
| | | |||||
| * | internal/zlib: Use klauspost/compress/flate for now... v0.1.29 | 2026-02-21 | 2 | -2/+4 | |
| | | |||||
| * | *: Fix nosec | 2026-02-21 | 4 | -6/+8 | |
| | | |||||
| * | internal/zlib: Fix lints | 2026-02-21 | 2 | -56/+66 | |
| | | |||||
| * | bufpool: Fix lints | 2026-02-21 | 2 | -4/+15 | |
| | | |||||
| * | bufpool: Import | 2026-02-21 | 2 | -0/+266 | |
| | | |||||
| * | zlib: Add a poolzed zlib implementation | 2026-02-21 | 3 | -0/+452 | |
| | | |||||
| * | iolimit: Add ExpectLengthReader | 2026-02-21 | 2 | -0/+146 | |
| | | |||||
| * | *: Modernize and lint; add CI v0.1.17 | 2026-02-21 | 7 | -8/+51 | |
| | | |||||
| * | testgit: Add doc line v0.1.15 | 2026-02-21 | 1 | -0/+1 | |
| | | |||||
| * | *: Update doc-comments v0.1.13 | 2026-02-21 | 3 | -1/+6 | |
| | | |||||
| * | testgit: Remove old new-repo helpers and use NewRepo with good RepoOptions | 2026-02-21 | 1 | -13/+4 | |
| | | |||||
| * | testgit: Add RepoOptions and NewRepo for ref format and bare. | 2026-02-21 | 2 | -4/+23 | |
| | | |||||
| * | testgit: Add ref-related functions | 2026-02-21 | 1 | -0/+38 | |
| | | |||||
| * | cache/lru: Add basic LRU | 2026-02-21 | 2 | -0/+382 | |
| | | |||||
| * | testgit: Add git repack | 2026-02-21 | 1 | -0/+12 | |
| | | |||||
| * | objectheader: Move out of internal | 2026-02-21 | 3 | -75/+0 | |
| | | |||||
| * | testgit: Use objectid's SupportedAlgorithms v0.1.10 | 2026-02-21 | 1 | -9/+1 | |
| | | |||||
| * | *: Replace repo with testRepo | 2026-02-20 | 11 | -40/+40 | |
| | | |||||
| * | objectid: Rename from oid | 2026-02-20 | 12 | -34/+34 | |
| | | |||||
| * | objectheader: Add loose-object header parsing and emitting code | 2026-02-20 | 3 | -0/+75 | |
| | | |||||
| * | testgit: Add test harnesses | 2026-02-20 | 13 | -0/+290 | |
| | | |||||
| * | Delete everything, I'm redesigning this. | 2026-02-20 | 31 | -3207/+0 | |
| | | | | | | 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. | ||||
| * | Revert "protostream: Add a helper package to frame protocol-v2 responses" | 2026-02-20 | 1 | -143/+0 | |
| | | | | | This reverts commit c91ccc8d139dbf967b73262265712b9ee37cdbf1. | ||||
| * | zlib: Pool writers too | 2026-02-12 | 2 | -15/+50 | |
| | | |||||
| * | protostream: Add a helper package to frame protocol-v2 responses | 2026-01-30 | 1 | -0/+143 | |
| | | | | | This should take care of sideband-all | ||||
| * | bloom: Add bloom filter implementation for commit-graph | 2026-01-30 | 2 | -0/+241 | |
| | | |||||
| * | pktline: Move out of internal; fix package-level doc-comment | 2026-01-30 | 2 | -252/+0 | |
| | | |||||
| * | adler32: Add package-level doc-comment | 2026-01-30 | 1 | -0/+1 | |
| | | |||||
| * | zlibx: Make DecompressSized's return int more obviously mean consumed | 2026-01-30 | 1 | -1/+1 | |
| | | |||||
| * | pktline: Add package-level documentation line v0.1.4 | 2026-01-30 | 1 | -0/+1 | |
| | | |||||
| * | pktline: Add basic pktline support | 2026-01-30 | 2 | -0/+251 | |
| | | |||||
| * | murmurhash2: Delete | 2026-01-29 | 1 | -42/+0 | |
| | | |||||
| * | zlibx: Make DecompressSized return the number of bytes consumed | 2026-01-29 | 2 | -11/+12 | |
| | | |||||
| * | packed: Write packs with deltas | 2026-01-29 | 1 | -0/+42 | |
| | | |||||
| * | More changes from the import URL update | 2026-01-19 | 4 | -6/+6 | |
| | | |||||
| * | Revert "adler32: Drop SSE3 support" | 2026-01-06 | 3 | -4/+232 | |
| | | | | | | This reverts commit ba327e76c5b110044ec8ebb75630e79506dfbed8 and re-adds SSE3 support at the request of Noisytoot. | ||||
| * | adler32: Drop SSE3 support | 2026-01-06 | 3 | -232/+4 | |
| | | |||||
| * | adler32: More descriptive constants | 2025-12-19 | 2 | -26/+26 | |
| | | |||||
| * | adler32: Use meaningful label names and remove generated comments | 2025-12-19 | 3 | -588/+588 | |
| | | |||||
