| Commit message (Expand) | Author | Age | Files | Lines |
| * | *: Fix lints v0.1.82 | Runxi Yu | 2026-03-08 | 1 | -1/+6 |
| * | format/pack/ingest: Call it writeProgressf•••TODO: Check for how flushing works
| Runxi Yu | 2026-03-08 | 5 | -12/+12 |
| * | *: Fix lints | Runxi Yu | 2026-03-08 | 3 | -2/+25 |
| * | objectstore: Refresh•••* Add manual Refresh for various objectstore's
* RefreshPolicy option
* Refreshable MRU and atomic snapshotting
v0.1.80 | Runxi Yu | 2026-03-08 | 1 | -3/+2 |
| * | format/pack/ingest: Thin fix error handling | Runxi Yu | 2026-03-08 | 1 | -5/+12 |
| * | format/pack/ingest: Write index progress too v0.1.79 | Runxi Yu | 2026-03-08 | 3 | -29/+112 |
| * | format/pack/ingest: Use progress API | Runxi Yu | 2026-03-08 | 7 | -43/+51 |
| * | *: BestEffortFprintf as linter wants | Runxi Yu | 2026-03-08 | 4 | -16/+16 |
| * | internal/utils: Rename WriteProgressf to FprintfBestEffort v0.1.78 | Runxi Yu | 2026-03-08 | 4 | -16/+16 |
| * | receivepack, format/pack/ingest: Two-stage ingestion | Runxi Yu | 2026-03-08 | 6 | -37/+296 |
| * | *: Reformat v0.1.75 | Runxi Yu | 2026-03-08 | 4 | -1/+11 |
| * | format/pack/ingest: Thin pack fixing progress v0.1.74 | Runxi Yu | 2026-03-08 | 1 | -2/+8 |
| * | receivepack/service, format/pack/ingest: Progress uniform | Runxi Yu | 2026-03-08 | 2 | -4/+6 |
| * | format/pack/ingest: Add more progress | Runxi Yu | 2026-03-08 | 6 | -4/+83 |
| * | format/pack/ingest: Looks like that's not actually the consumed we want | Runxi Yu | 2026-03-08 | 2 | -12/+16 |
| * | format/pack/ingest: Use Options; don't require EOF | Runxi Yu | 2026-03-07 | 9 | -29/+100 |
| * | *: Use errors.AsType | Runxi Yu | 2026-03-07 | 1 | -4/+2 |
| * | Urgh I made some wrong amends and I'm too tired to separate the commits out t...•••ancestor: Split out of reachability
mergebase: Add merge base routines
internal/commitquery: Add commit query context engine thingy
internal/peel: Shared tag peeling
errors: Shared object query errors
internal/testgit: Add rooted repo helpers; remove raw path access
objectstore/memory: Add in-memory object store
objectid: Add Compare helper
| Runxi Yu | 2026-03-07 | 1 | -108/+30 |
| * | *: Lint v0.1.68 | Runxi Yu | 2026-03-06 | 14 | -66/+66 |
| * | *: go fix ./... | Runxi Yu | 2026-03-06 | 1 | -4/+1 |
| * | format/pack/ingest: I don't think we need to use a clone there v0.1.61 | Runxi Yu | 2026-03-06 | 1 | -4/+4 |
| * | format/pack/ingest: Fix delta apply import v0.1.59 | Runxi Yu | 2026-03-06 | 1 | -0/+1 |
| * | format/pack/ingest: Split files | Runxi Yu | 2026-03-06 | 30 | -1067/+1196 |
| * | format/pack/ingest: Actually we could just use algo.String() here | Runxi Yu | 2026-03-06 | 1 | -12/+1 |
| * | format/pack/ingest: Fix minLen/min lint v0.1.49 | Runxi Yu | 2026-03-05 | 1 | -6/+6 |
| * | *: I guess os.Root is alright for tests too *shrug* | Runxi Yu | 2026-03-05 | 1 | -6/+44 |
| * | *: Fix various lints | Runxi Yu | 2026-03-05 | 2 | -57/+57 |
| * | *: Fix wsl_v5 again | Runxi Yu | 2026-03-05 | 3 | -0/+5 |
| * | format/pack/ingest: Fix exhaustive | Runxi Yu | 2026-03-05 | 3 | -1/+18 |
| * | *: Fix overflows | Runxi Yu | 2026-03-05 | 6 | -18/+106 |
| * | objectid, format/pack/ingest: Pack hash ID in algo | Runxi Yu | 2026-03-05 | 1 | -15/+1 |
| * | *: Fix lints | Runxi Yu | 2026-03-05 | 9 | -55/+121 |
| * | *: Fix lint wsl_v5 | Runxi Yu | 2026-03-05 | 10 | -0/+149 |
| * | format/pack/ingest: Use fixed fixtures | Runxi Yu | 2026-03-05 | 9 | -88/+84 |
| * | format/pack/ingest: Improve trailer stuff | Runxi Yu | 2026-03-05 | 5 | -163/+215 |
| * | format/pack/ingest: Temporary file purging | Runxi Yu | 2026-03-05 | 1 | -7/+18 |
| * | format/pack/ingest: That was silly, obviously just use the ObjectID | Runxi Yu | 2026-03-05 | 4 | -12/+13 |
| * | format/pack/ingest: Optimize writes | Runxi Yu | 2026-03-05 | 2 | -4/+21 |
| * | format/pack/ingest: Init | Runxi Yu | 2026-03-05 | 17 | -0/+2053 |
| * | *: Lint | Runxi Yu | 2026-03-04 | 2 | -0/+13 |
| * | 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.
| Runxi Yu | 2026-03-03 | 1 | -108/+0 |
| * | format/pack/checksum: Move things about pack trailers here | Runxi Yu | 2026-02-21 | 1 | -0/+108 |
| * | objectstore/packed: Use constants/functions from format/pack | Runxi Yu | 2026-02-21 | 1 | -0/+64 |
| * | format/pack: Extract general constants and such from objectstore/packed | Runxi Yu | 2026-02-21 | 2 | -0/+96 |