| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | object/store: Simplify; remove composited writer and quarantiner | 2026-05-16 | 4 | -42/+24 | ||
| | | ||||||
| * | object/signature: Most users of parse do not need specific errors | 2026-05-16 | 2 | -19/+15 | ||
| | | ||||||
| * | object/signature: Append | 2026-05-16 | 2 | -33/+32 | ||
| | | ||||||
| * | object/header: Refactor | 2026-05-16 | 3 | -33/+23 | ||
| | | ||||||
| * | object/typ: Simplify | 2026-05-16 | 5 | -19/+19 | ||
| | | ||||||
| * | object/header: Call it AppendHeader and just accept unsigned sizes | 2026-05-16 | 1 | -6/+2 | ||
| | | ||||||
| * | object/id: Remove more stuff that should belong in other subsystems | 2026-05-16 | 3 | -12/+9 | ||
| | | ||||||
| * | obejct/id: Remove pack/signature/etc-specific object ID properties | 2026-05-15 | 3 | -77/+0 | ||
| | | | | | | These properties should belong to their relevant package rather than getting stuffed into object/id. | |||||
| * | object/typ: Don't mirror packfiles | 2026-04-14 | 3 | -35/+6 | ||
| | | | | | | | | | | | | Future, ref delta, and offset delta are all implementation details to the packfile format and may or may not apply elsewhere. object/typ should only include base object types and should be backend-agnostic (and TypeInvalid). Also, object type to property mappings such as isBase should generally belong in the layer that actually needs them; in this case, .pack/.idx/.rev. | |||||
| * | object/signature: Rename Serialize to Bytes | 2026-04-02 | 1 | -2/+2 | ||
| | | ||||||
| * | furgit: I forgot to add lifetime labels | 2026-04-02 | 1 | -0/+2 | ||
| | | ||||||
| * | object/signature: Add | 2026-04-02 | 6 | -0/+156 | ||
| | | ||||||
| * | object/header: Add | 2026-04-02 | 4 | -0/+80 | ||
| | | ||||||
| * | object/store: Add interfaces | 2026-04-02 | 4 | -0/+213 | ||
| | | ||||||
| * | object/store: Document package | 2026-04-02 | 1 | -0/+13 | ||
| | | ||||||
| * | object/typ: Implement object types | 2026-04-02 | 5 | -0/+100 | ||
| | | ||||||
| * | ci: Stricter linting | 2026-04-02 | 4 | -126/+153 | ||
| | | ||||||
| * | object/id: Add algorithm tests | 2026-04-02 | 1 | -0/+200 | ||
| | | ||||||
| * | object/id: Add more object ID stuff | 2026-04-02 | 5 | -2/+101 | ||
| | | ||||||
| * | object/id: Add algorithm stuff | 2026-04-02 | 6 | -1/+164 | ||
| | | ||||||
| * | object/id: Add algorithm | 2026-04-02 | 1 | -0/+17 | ||
| | | ||||||
| * | object/id: Document | 2026-04-02 | 1 | -0/+2 | ||
| | | ||||||
| * | object: Document | 2026-04-02 | 1 | -0/+14 | ||
| | | ||||||
| * | *: Remove | 2026-04-02 | 312 | -13837/+0 | ||
| | | ||||||
| * | object/id: Mut-Never RawBytes v0.1.171 | 2026-03-31 | 1 | -3/+2 | ||
| | | ||||||
| * | object/store/packed/internal/ingest: TODO v0.1.170 | 2026-03-31 | 1 | -0/+1 | ||
| | | ||||||
| * | object/fetch: Wrap ReadSize errors | 2026-03-31 | 1 | -1/+6 | ||
| | | ||||||
| * | object/fetch: Cleanup and add header/size | 2026-03-31 | 13 | -113/+42 | ||
| | | ||||||
| * | object/fetch: Remove peel to tag functions v0.1.165 | 2026-03-31 | 3 | -44/+0 | ||
| | | | | | They were meaningless and confusing | |||||
| * | *: Fix lints v0.1.164 | 2026-03-30 | 2 | -5/+13 | ||
| | | ||||||
| * | object/store: Unify writers and fix naming v0.1.160 | 2026-03-30 | 10 | -43/+49 | ||
| | | ||||||
| * | object/store/dual: Dual shouldn't satisfy {Object,Pack}Quarantiner at all | 2026-03-30 | 2 | -36/+0 | ||
| | | ||||||
| * | object/store/dual: Satisfy WriterQuarantiner | 2026-03-30 | 4 | -21/+27 | ||
| | | ||||||
| * | object/store: Hybrid quarantine interface | 2026-03-30 | 2 | -1/+24 | ||
| | | ||||||
| * | object/store/dual: Add a basic dual composr | 2026-03-30 | 11 | -0/+620 | ||
| | | ||||||
| * | object/store/loose: Fix hex shard, I was stupid | 2026-03-30 | 1 | -1/+1 | ||
| | | ||||||
| * | object/store/loose: Add quarantine | 2026-03-30 | 5 | -0/+335 | ||
| | | ||||||
| * | object/store/loose: Fix lack of tmp file removal | 2026-03-30 | 1 | -0/+1 | ||
| | | ||||||
| * | object/store/{chain,mix}: Remove close v0.1.159 | 2026-03-30 | 2 | -12/+0 | ||
| | | ||||||
| * | object/store/packed: Add quarantine | 2026-03-30 | 5 | -0/+404 | ||
| | | ||||||
| * | object/store/packed/internal/ingest: And of course I forgot to goimports | 2026-03-30 | 1 | -1/+0 | ||
| | | ||||||
| * | object/store/packed/internal/ingest: Yep, that leftover stub should go | 2026-03-30 | 1 | -16/+7 | ||
| | | ||||||
| * | object/store: Clarify quarantine docs | 2026-03-30 | 1 | -1/+5 | ||
| | | ||||||
| * | object/store: Quarantine should just embed Reader | 2026-03-30 | 1 | -1/+1 | ||
| | | ||||||
| * | object/store/packed: Rename Base to ThinBase | 2026-03-30 | 4 | -6/+6 | ||
| | | ||||||
| * | object/store: Expose pack writing options | 2026-03-30 | 3 | -4/+42 | ||
| | | ||||||
| * | object,store/packed{,/internal/ingest}: Move from format/packfile/ingest | 2026-03-30 | 53 | -2/+3031 | ||
| | | ||||||
| * | object/store/packed: Make store own root, algo, opts | 2026-03-30 | 2 | -1/+12 | ||
| | | ||||||
| * | object/store/packed: Start the internal/reading split | 2026-03-30 | 45 | -103/+236 | ||
| | | ||||||
| * | object/store/memory: Remove AddObject, fix lints v0.1.158 | 2026-03-30 | 2 | -32/+36 | ||
| | | ||||||
