| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
