| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | format/sideband64k: Add side-band-64k v0.1.66 | 2026-03-06 | 27 | -0/+1071 | |
| * | format/pktline: Add package-level doc string v0.1.65 | 2026-03-06 | 1 | -0/+2 | |
| * | format/pktline: Advise supplying a buffered reader v0.1.64 | 2026-03-06 | 1 | -0/+2 | |
| * | format/pktline: Add pktline v0.1.62 | 2026-03-06 | 25 | -0/+1184 | |
| * | *: go fix ./... | 2026-03-06 | 2 | -12/+3 | |
| * | format/pack/ingest: I don't think we need to use a clone there v0.1.61 | 2026-03-06 | 1 | -4/+4 | |
| * | format/commitgraph: Add package-level doc comments | 2026-03-06 | 2 | -0/+4 | |
| * | format/commitgraph: Split into ./read and ./ v0.1.60 | 2026-03-06 | 85 | -83/+89 | |
| * | format/pack/ingest: Fix delta apply import v0.1.59 | 2026-03-06 | 1 | -0/+1 | |
| * | format/commitgraph: Split files | 2026-03-06 | 3 | -149/+165 | |
| * | format/pack/ingest: Split files | 2026-03-06 | 30 | -1067/+1196 | |
| * | format/commitgraph: Split layer files | 2026-03-06 | 7 | -209/+238 | |
| * | format/commitgraph: Add initial commit-graph support | 2026-03-06 | 82 | -24/+1861 | |
| * | format/pack/ingest: Actually we could just use algo.String() here | 2026-03-06 | 1 | -12/+1 | |
| * | format/commitgraph/bloom: Add commit-graph bloom filters | 2026-03-06 | 8 | -0/+320 | |
| * | *: Add some more package-level docs v0.1.53 | 2026-03-06 | 1 | -0/+2 | |
| * | format/pack/ingest: Fix minLen/min lint v0.1.49 | 2026-03-05 | 1 | -6/+6 | |
| * | *: I guess os.Root is alright for tests too *shrug* | 2026-03-05 | 1 | -6/+44 | |
| * | *: Fix various lints | 2026-03-05 | 2 | -57/+57 | |
| * | *: Fix wsl_v5 again | 2026-03-05 | 3 | -0/+5 | |
| * | format/pack/ingest: Fix exhaustive | 2026-03-05 | 3 | -1/+18 | |
| * | *: Fix overflows | 2026-03-05 | 6 | -18/+106 | |
| * | objectid, format/pack/ingest: Pack hash ID in algo | 2026-03-05 | 1 | -15/+1 | |
| * | *: Fix lints | 2026-03-05 | 9 | -55/+121 | |
| * | *: Fix lint wsl_v5 | 2026-03-05 | 10 | -0/+149 | |
| * | format/pack/ingest: Use fixed fixtures | 2026-03-05 | 9 | -88/+84 | |
| * | format/pack/ingest: Improve trailer stuff | 2026-03-05 | 5 | -163/+215 | |
| * | format/pack/ingest: Temporary file purging | 2026-03-05 | 1 | -7/+18 | |
| * | format/pack/ingest: That was silly, obviously just use the ObjectID | 2026-03-05 | 4 | -12/+13 | |
| * | format/pack/ingest: Optimize writes | 2026-03-05 | 2 | -4/+21 | |
| * | format/pack/ingest: Init | 2026-03-05 | 17 | -0/+2053 | |
| * | *: Add package-level docs v0.1.44 | 2026-03-04 | 1 | -0/+2 | |
| * | *: Lint | 2026-03-04 | 4 | -0/+51 | |
| * | objectstore/packed: Check pack/idx checksums here.•••We previously had helpers in format/pack/checksum that checks .pack/.idx-related checksums with []byte-based APIs. But it only really makes sense to use those []byte-based APIs on mmap's (otherwise it'd be horribly inefficient). Since the packed object-store only needs to check that the .pack and .idx trailer match, we move the relevant part into objectstore/packed. The rest are deleted for now; we'll definitely need a streaming version for the pack verification (when ingesting packfiles from the network) (though we might just make it a streaming API (writer? reader? not decided yet) that *produces* a hash, then verify it in the caller; this way we could reuse the function in the pack-producing routines). The others might get the []byte-based APIs back, or perhaps they too get streaming APIs. Remember that "reading objects from a packed object store", "creating/writing packfiles", and "ingesting an incoming pack (which usually involves creating an .idx for it)", are all very different tasks. | 2026-03-03 | 1 | -108/+0 | |
| * | format/delta/apply, etc.: ReadHeaderSizes should use ByteReader | 2026-02-22 | 1 | -30/+23 | |
| * | format/pack/checksum: Move things about pack trailers here | 2026-02-21 | 1 | -0/+108 | |
| * | objectstore/packed: Use constants/functions from format/pack | 2026-02-21 | 1 | -0/+64 | |
| * | format/pack: Extract general constants and such from objectstore/packed | 2026-02-21 | 2 | -0/+96 | |
| * | format/delta/apply: Move core delta apply algorithm here | 2026-02-21 | 2 | -0/+176 |
