| Commit message (Expand) | Author | Age | Files | Lines |
| * | object/store/packed: Fix error handling | Runxi Yu | 11 days | 1 | -1/+2 |
| * | object/store/packed: Use the new MaxChainDepth | Runxi Yu | 11 days | 1 | -6/+2 |
| * | internal/format/pack{idx,rev}, object/store/packed: Update PackObjects invoca... | Runxi Yu | 11 days | 1 | -2/+1 |
| * | object/store/packed: Use the new format/packfile header parser | Runxi Yu | 11 days | 1 | -18/+8 |
| * | object/store/internal/digest: Add docs, errors, record, result•••Committing as I re-review
| Runxi Yu | 11 days | 4 | -0/+128 |
| * | object/store/packed: Basic reading functionality | Runxi Yu | 11 days | 12 | -54/+1253 |
| * | object/store/loose: Use SeedHistory | Runxi Yu | 12 days | 1 | -43/+28 |
| * | *: Remove nolint:wrapcheck where now extra | Runxi Yu | 13 days | 1 | -1/+1 |
| * | object/store/packed: Comment everything out•••Otherwise I can't really run my linter and I miss many things
| Runxi Yu | 13 days | 4 | -121/+121 |
| * | object/typ: Remove Type prefix from object/typ.Type literals | Runxi Yu | 13 days | 15 | -65/+65 |
| * | object/store/packed: Add stubs | Runxi Yu | 2026-06-08 | 5 | -0/+137 |
| * | object/store/loose: Right, I should use \\x00 | Runxi Yu | 2026-06-08 | 4 | -7/+7 |
| * | object/store/loose: Add better tests | Runxi Yu | 2026-06-08 | 6 | -0/+854 |
| * | object/store/loose: Add | Runxi Yu | 2026-06-08 | 6 | -0/+926 |
| * | object/store/loose: Add doc | Runxi Yu | 2026-06-08 | 1 | -0/+2 |
| * | common/iowrap: Remove in favor of lgo | Runxi Yu | 2026-06-08 | 1 | -1/+1 |
| * | object/store/memory: Fix writer | Runxi Yu | 2026-06-07 | 3 | -4/+191 |
| * | object/store/memory: Add | Runxi Yu | 2026-06-07 | 4 | -0/+191 |
| * | object/store/dual: Add | Runxi Yu | 2026-06-07 | 5 | -0/+270 |
| * | object/store/mix: Add | Runxi Yu | 2026-06-07 | 5 | -0/+212 |
| * | object/store: Add CoordinatedQuarantine | Runxi Yu | 2026-06-07 | 2 | -4/+10 |
| * | object/store/chain: Add | Runxi Yu | 2026-06-07 | 5 | -0/+189 |
| * | object/store: Add coordinated quarantiner | Runxi Yu | 2026-06-07 | 1 | -0/+26 |
| * | More cleanups | Runxi Yu | 2026-06-07 | 1 | -5/+4 |
| * | Various fixes and QoL things | Runxi Yu | 2026-06-06 | 2 | -13/+13 |
| * | object/store: Go does not accept \0 | Runxi Yu | 2026-06-06 | 2 | -4/+4 |
| * | Switch module URL to lindenii.org/go/furgit | Runxi Yu | 2026-05-27 | 3 | -6/+6 |
| * | object/id: Rename algorithm to object format | Runxi Yu | 2026-05-24 | 1 | -1/+1 |
| * | object/store: ErrObjectNotFound is specifically reader-associated | Runxi Yu | 2026-05-18 | 2 | -17/+15 |
| * | object/store: Remove TODO | Runxi Yu | 2026-05-18 | 1 | -2/+0 |
| * | object/*: Fix lints | Runxi Yu | 2026-05-16 | 1 | -2/+2 |
| * | object/store: Reader -> ObjectReader | Runxi Yu | 2026-05-16 | 3 | -4/+4 |
| * | object/store: Simplify; remove composited writer and quarantiner | Runxi Yu | 2026-05-16 | 4 | -42/+24 |
| * | object/store: Add interfaces | Runxi Yu | 2026-04-02 | 4 | -0/+213 |
| * | object/store: Document package | Runxi Yu | 2026-04-02 | 1 | -0/+13 |
| * | *: Remove | Runxi Yu | 2026-04-02 | 172 | -9088/+0 |
| * | object/store/packed/internal/ingest: TODO v0.1.170 | Runxi Yu | 2026-03-31 | 1 | -0/+1 |
| * | *: Fix lints v0.1.164 | Runxi Yu | 2026-03-30 | 2 | -5/+13 |
| * | object/store: Unify writers and fix naming v0.1.160 | Runxi Yu | 2026-03-30 | 10 | -43/+49 |
| * | object/store/dual: Dual shouldn't satisfy {Object,Pack}Quarantiner at all | Runxi Yu | 2026-03-30 | 2 | -36/+0 |
| * | object/store/dual: Satisfy WriterQuarantiner | Runxi Yu | 2026-03-30 | 4 | -21/+27 |
| * | object/store: Hybrid quarantine interface | Runxi Yu | 2026-03-30 | 2 | -1/+24 |
| * | object/store/dual: Add a basic dual composr | Runxi Yu | 2026-03-30 | 11 | -0/+620 |
| * | object/store/loose: Fix hex shard, I was stupid | Runxi Yu | 2026-03-30 | 1 | -1/+1 |
| * | object/store/loose: Add quarantine | Runxi Yu | 2026-03-30 | 5 | -0/+335 |
| * | object/store/loose: Fix lack of tmp file removal | Runxi Yu | 2026-03-30 | 1 | -0/+1 |
| * | object/store/{chain,mix}: Remove close v0.1.159 | Runxi Yu | 2026-03-30 | 2 | -12/+0 |
| * | object/store/packed: Add quarantine | Runxi Yu | 2026-03-30 | 5 | -0/+404 |
| * | object/store/packed/internal/ingest: And of course I forgot to goimports | Runxi Yu | 2026-03-30 | 1 | -1/+0 |
| * | object/store/packed/internal/ingest: Yep, that leftover stub should go | Runxi Yu | 2026-03-30 | 1 | -16/+7 |