aboutsummaryrefslogtreecommitdiff
path: root/network
Commit message (Collapse)AuthorAgeFilesLines
* *: RemoveGravatar Runxi Yu2026-04-02104-6544/+0
|
* ref/store: Simplify names v0.1.166Gravatar Runxi Yu2026-03-314-8/+8
|
* ref/store: Shape Batch a bit more like Transaction and eagerly validate what ↵Gravatar Runxi Yu2026-03-311-9/+13
| | | | we could.
* *: Fix lints v0.1.164Gravatar Runxi Yu2026-03-301-1/+1
|
* network/receivepack/service: Some cleanups v0.1.162Gravatar Runxi Yu2026-03-304-24/+14
|
* network/receivepack: Fix some leftoversGravatar Runxi Yu2026-03-304-5/+2
|
* network/receivepack: Cleanup; also document QuarantinedObjects nullnessGravatar Runxi Yu2026-03-306-11/+15
|
* network/receivepack: Use dualGravatar Runxi Yu2026-03-3013-739/+164
|
* ref/store: Remove ReadWriteStoreGravatar Runxi Yu2026-03-302-3/+11
|
* object/store: ReadingStore -> ReaderGravatar Runxi Yu2026-03-305-7/+7
|
* network/receivepack/service: Remove erroneous assignment v0.1.153Gravatar Runxi Yu2026-03-301-1/+0
|
* *: Update docs v0.1.151Gravatar Runxi Yu2026-03-291-1/+4
|
* *: Remove Close from object/ref store interfacesGravatar Runxi Yu2026-03-291-4/+0
| | | | | | | | At places where you own the object, you should have the literal implementation with Close. If you're using it via the interface, then you probably don't own that store, and you shouldn't be closing it. Thanks to Michael Muré from git-bug for this point.
* commitquery: Use fetcherGravatar Runxi Yu2026-03-291-1/+2
|
* object/id: Zero is a property of the algorithm v0.1.140Gravatar Runxi Yu2026-03-2910-35/+31
|
* *: Add Life-Parent for Deps-Borrowed where appropriateGravatar Runxi Yu2026-03-291-1/+1
|
* network: Fix labelsGravatar Runxi Yu2026-03-298-5/+21
|
* network/protocol: Constructors get Life-Parent tooGravatar Runxi Yu2026-03-298-8/+8
|
* network/protocol: Deps-Borrowed where appropriateGravatar Runxi Yu2026-03-292-0/+4
|
* network/protocol: Add more contract labelsGravatar Runxi Yu2026-03-296-0/+12
|
* network/protocol/v0v1/server: Add contract labelsGravatar Runxi Yu2026-03-292-0/+10
|
* network/receivepack: Hook intolevelGravatar Runxi Yu2026-03-282-4/+2
|
* network/protocol: Flush ChunkWriter properly v0.1.129Gravatar Runxi Yu2026-03-284-22/+15
|
* network: Rename flush (clearly distinguish flushing IO and writing flush ↵Gravatar Runxi Yu2026-03-2818-112/+112
| | | | packets)
* network, internal/progress, format/packfile/ingest: Use WriteFlusherGravatar Runxi Yu2026-03-289-37/+47
|
* network/receivepack/hooks: Fix whitespace v0.1.128Gravatar Runxi Yu2026-03-281-0/+1
|
* network/receivepack/hooks: Close mix; reuse queries v0.1.127Gravatar Runxi Yu2026-03-281-1/+4
|
* network/receivepack: Update docs v0.1.124Gravatar Runxi Yu2026-03-285-15/+9
|
* network/receivepack: Add commit-graph support v0.1.122Gravatar Runxi Yu2026-03-287-5/+18
|
* object/store: Rename back from storer; rename Store to ReadingStore v0.1.118Gravatar Runxi Yu2026-03-285-7/+7
|
* object/store: Rename from object/storerGravatar Runxi Yu2026-03-278-18/+18
|
* *: Reorder importsGravatar Runxi Yu2026-03-265-5/+5
|
* format: Move commitgraph and packfile hereGravatar Runxi Yu2026-03-262-2/+2
|
* network/receivepack: Rename from receivepackGravatar Runxi Yu2026-03-2632-0/+3031
|
* network: Package-level doc-commentGravatar Runxi Yu2026-03-251-0/+2
|
* network/protocol: Rename from protocol v0.1.110Gravatar Runxi Yu2026-03-2574-0/+4034