| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *: objectstore -> object/store | 2026-03-25 | 1 | -51/+0 | |
| | | |||||
| * | *: objectid -> object/id | 2026-03-25 | 1 | -1/+1 | |
| | | |||||
| * | objectstore/packed: Document refresh semantics v0.1.90 | 2026-03-22 | 1 | -0/+2 | |
| | | |||||
| * | objectstore/*, repository, receivepack/service: don't take ownership of root | 2026-03-22 | 1 | -3/+1 | |
| | | |||||
| * | objectstore{,/packed}: Document lifetime and integrity behavior | 2026-03-22 | 1 | -2/+0 | |
| | | |||||
| * | objectstore: Refresh v0.1.80 | 2026-03-08 | 1 | -14/+15 | |
| | | | | | | | * Add manual Refresh for various objectstore's * RefreshPolicy option * Refreshable MRU and atomic snapshotting | ||||
| * | objectstore/packed: Split files | 2026-03-06 | 1 | -65/+0 | |
| | | |||||
| * | *: Fix lints v0.1.43 | 2026-03-04 | 1 | -0/+1 | |
| | | |||||
| * | objectstore/packed: Split | 2026-03-04 | 1 | -142/+0 | |
| | | |||||
| * | *: Lint | 2026-03-04 | 1 | -10/+54 | |
| | | |||||
| * | objectstore/packed: Check pack/idx checksums here. | 2026-03-03 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | objectstore/packed: Optimize pack candidate lookup and locking | 2026-02-21 | 1 | -15/+29 | |
| | | |||||
| * | objectstore/packed: Lazily parse idx metadata | 2026-02-21 | 1 | -53/+38 | |
| | | |||||
| * | objectstore/packed: Verify that the index matches the pack | 2026-02-21 | 1 | -0/+33 | |
| | | |||||
| * | repository, {ref,object}store: Make stores own their roots | 2026-02-21 | 1 | -6/+7 | |
| | | |||||
| * | *: Update doc-comments v0.1.13 | 2026-02-21 | 1 | -1/+1 | |
| | | |||||
| * | objectstore/packed: Add initial pack reading support | 2026-02-21 | 1 | -0/+182 | |
