aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* *: Fix nosecGravatar Runxi Yu2026-02-214-6/+8
|
* internal/zlib: Fix lintsGravatar Runxi Yu2026-02-212-56/+66
|
* bufpool: Fix lintsGravatar Runxi Yu2026-02-212-4/+15
|
* bufpool: ImportGravatar Runxi Yu2026-02-212-0/+266
|
* zlib: Add a poolzed zlib implementationGravatar Runxi Yu2026-02-213-0/+452
|
* iolimit: Add ExpectLengthReaderGravatar Runxi Yu2026-02-212-0/+146
|
* *: Modernize and lint; add CI v0.1.17Gravatar Runxi Yu2026-02-217-8/+51
|
* testgit: Add doc line v0.1.15Gravatar Runxi Yu2026-02-211-0/+1
|
* *: Update doc-comments v0.1.13Gravatar Runxi Yu2026-02-213-1/+6
|
* testgit: Remove old new-repo helpers and use NewRepo with good RepoOptionsGravatar Runxi Yu2026-02-211-13/+4
|
* testgit: Add RepoOptions and NewRepo for ref format and bare.Gravatar Runxi Yu2026-02-212-4/+23
|
* testgit: Add ref-related functionsGravatar Runxi Yu2026-02-211-0/+38
|
* cache/lru: Add basic LRUGravatar Runxi Yu2026-02-212-0/+382
|
* testgit: Add git repackGravatar Runxi Yu2026-02-211-0/+12
|
* objectheader: Move out of internalGravatar Runxi Yu2026-02-213-75/+0
|
* testgit: Use objectid's SupportedAlgorithms v0.1.10Gravatar Runxi Yu2026-02-211-9/+1
|
* *: Replace repo with testRepoGravatar Runxi Yu2026-02-2011-40/+40
|
* objectid: Rename from oidGravatar Runxi Yu2026-02-2012-34/+34
|
* objectheader: Add loose-object header parsing and emitting codeGravatar Runxi Yu2026-02-203-0/+75
|
* testgit: Add test harnessesGravatar Runxi Yu2026-02-2013-0/+290
|
* Delete everything, I'm redesigning this.Gravatar Runxi Yu2026-02-2031-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"Gravatar Runxi Yu2026-02-201-143/+0
| | | | This reverts commit c91ccc8d139dbf967b73262265712b9ee37cdbf1.
* zlib: Pool writers tooGravatar Runxi Yu2026-02-122-15/+50
|
* protostream: Add a helper package to frame protocol-v2 responsesGravatar Runxi Yu2026-01-301-0/+143
| | | | This should take care of sideband-all
* bloom: Add bloom filter implementation for commit-graphGravatar Runxi Yu2026-01-302-0/+241
|
* pktline: Move out of internal; fix package-level doc-commentGravatar Runxi Yu2026-01-302-252/+0
|
* adler32: Add package-level doc-commentGravatar Runxi Yu2026-01-301-0/+1
|
* zlibx: Make DecompressSized's return int more obviously mean consumedGravatar Runxi Yu2026-01-301-1/+1
|
* pktline: Add package-level documentation line v0.1.4Gravatar Runxi Yu2026-01-301-0/+1
|
* pktline: Add basic pktline supportGravatar Runxi Yu2026-01-302-0/+251
|
* murmurhash2: DeleteGravatar Runxi Yu2026-01-291-42/+0
|
* zlibx: Make DecompressSized return the number of bytes consumedGravatar Runxi Yu2026-01-292-11/+12
|
* packed: Write packs with deltasGravatar Runxi Yu2026-01-291-0/+42
|
* More changes from the import URL updateGravatar Runxi Yu2026-01-194-6/+6
|
* Revert "adler32: Drop SSE3 support"Gravatar Runxi Yu2026-01-063-4/+232
| | | | | This reverts commit ba327e76c5b110044ec8ebb75630e79506dfbed8 and re-adds SSE3 support at the request of Noisytoot.
* adler32: Drop SSE3 supportGravatar Runxi Yu2026-01-063-232/+4
|
* adler32: More descriptive constantsGravatar Runxi Yu2025-12-192-26/+26
|
* adler32: Use meaningful label names and remove generated commentsGravatar Runxi Yu2025-12-193-588/+588
|
* adler32: noasm = puregoGravatar Runxi Yu2025-12-023-3/+3
|
* zlibx: Add more comprehensive testsGravatar Runxi Yu2025-11-251-8/+114
|
* zlibx: reader -> constantsGravatar Runxi Yu2025-11-251-0/+0
|
* flatex: Restructure a littleGravatar Runxi Yu2025-11-254-62/+55
|
* flatex: Remove unused cruftGravatar Runxi Yu2025-11-253-587/+9
|
* zlibx: Remove unused cruftGravatar Runxi Yu2025-11-251-125/+0
|
* byteorder: PurgeGravatar Runxi Yu2025-11-232-176/+0
|
* adler32: Update assembly param names to pass go vetGravatar Runxi Yu2025-11-233-8/+8
|
* bufpool: Return bytes.Buffer, rather than a pointer to itGravatar Runxi Yu2025-11-233-21/+22
| | | | | | 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.
* zlib, flatex: Remove code related to dictsGravatar Runxi Yu2025-11-229-414/+171
| | | | Git never uses them
* flatex: Remove the stale readByte(s) wrappers and just directly index the bufferGravatar Runxi Yu2025-11-221-36/+18
|
* bufpool: Return *BufferGravatar Runxi Yu2025-11-223-32/+26
|