| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *: 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.•••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 | 31 | -3207/+0 | |
| * | Revert "protostream: Add a helper package to frame protocol-v2 responses"•••This reverts commit c91ccc8d139dbf967b73262265712b9ee37cdbf1. | 2026-02-20 | 1 | -143/+0 | |
| * | zlib: Pool writers too | 2026-02-12 | 2 | -15/+50 | |
| * | protostream: Add a helper package to frame protocol-v2 responses•••This should take care of sideband-all | 2026-01-30 | 1 | -0/+143 | |
| * | 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"•••This reverts commit ba327e76c5b110044ec8ebb75630e79506dfbed8 and re-adds SSE3 support at the request of Noisytoot. | 2026-01-06 | 3 | -4/+232 | |
| * | 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 | |
| * | adler32: noasm = purego | 2025-12-02 | 3 | -3/+3 | |
| * | zlibx: Add more comprehensive tests | 2025-11-25 | 1 | -8/+114 | |
| * | zlibx: reader -> constants | 2025-11-25 | 1 | -0/+0 | |
| * | flatex: Restructure a little | 2025-11-25 | 4 | -62/+55 | |
| * | flatex: Remove unused cruft | 2025-11-25 | 3 | -587/+9 | |
| * | zlibx: Remove unused cruft | 2025-11-25 | 1 | -125/+0 | |
| * | byteorder: Purge | 2025-11-23 | 2 | -176/+0 | |
| * | adler32: Update assembly param names to pass go vet | 2025-11-23 | 3 | -8/+8 | |
| * | bufpool: Return bytes.Buffer, rather than a pointer to it•••It's silly to allocate a bytes.Buffer struct, however small it is, every time Borrow is called, since the entire purpose is to reduce allocations. | 2025-11-23 | 3 | -21/+22 | |
| * | zlib, flatex: Remove code related to dicts•••Git never uses them | 2025-11-22 | 9 | -414/+171 | |
| * | flatex: Remove the stale readByte(s) wrappers and just directly index the buffer | 2025-11-22 | 1 | -36/+18 | |
| * | bufpool: Return *Buffer | 2025-11-22 | 3 | -32/+26 | |
| * | bufpool: Improve perf by using buckets of different size classes | 2025-11-22 | 6 | -33/+181 | |
| * | flatex: Reformat code | 2025-11-22 | 1 | -3/+5 | |
| * | adler32: Add benchmark | 2025-11-20 | 1 | -0/+22 | |
| * | Add the right go:build's | 2025-11-19 | 2 | -0/+4 | |
| * | Replace adler32 with github.com/mhr3/adler32-simd•••Unfortunately no VSX support yet | 2025-11-19 | 18 | -892/+930 | |
| * | Ignore some errors in the tests (actually from stdlib but linter complains) | 2025-11-19 | 2 | -11/+11 | |
| * | Remove the broken compression benchmarking utility | 2025-11-19 | 6 | -224/+0 | |
| * | SIMD with AVX2 on supported AMD64 machines•••Some help from gpt-5.1-thinking taken: used wrong register size for the weighted sum at first, so it was truncating the second half of our block; also there was an overflow from the modulus and stuff. Unfortunately the AVX2 adler32 is only about 20% faster than the generic version which doesn't make for much. | 2025-11-19 | 5 | -92/+423 |
