aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed
Commit message (Expand)AuthorAgeFilesLines
* object/store/packed/internal/ingest: Compare pack hashes too on bloom makeGravatar Runxi Yu22 hours1-0/+4
* object/store/packed, cmd/idx-bloom: NewBuilder wants a PackHashGravatar Runxi Yu22 hours2-6/+13
* object/store/packed: Skip if bloom filter says impossibleGravatar Runxi Yu22 hours2-8/+42
* object/store/packed/internal/ingest: Don't use WriteToGravatar Runxi Yu23 hours1-1/+1
* object/store/packed/internal/ingest: Test that the bloom filter containsGravatar Runxi Yu23 hours1-0/+73
* Build bloom filter too.Gravatar Runxi Yu23 hours3-1/+48
* object/store/packed: Add a delta header poolGravatar Runxi Yu34 hours1-1/+10
* object/store/packed: Use zlib.NewReaderBytes where appropriate to reduce allocsGravatar Runxi Yu34 hours3-5/+3
* object/store/packed: nosec is needed by taint analysisGravatar Runxi Yu34 hours1-1/+1
* *: Preallocate slicesGravatar Runxi Yu34 hours3-3/+3
* object/store/packed: Remove extraneous nolintGravatar Runxi Yu34 hours1-1/+1
* object/store/{mixed,pack}: MRU interval 48Gravatar Runxi Yu35 hours1-1/+1
* object/store/packed: Don't copy on delta base cache hits.Gravatar Runxi Yu44 hours1-3/+9
* Unify lengthsGravatar Runxi Yu2 days12-113/+123
* object/store/packed: Add basic ingestionGravatar Runxi Yu3 days9-60/+2116
* object/store/packed: Add missing t.HelperGravatar Runxi Yu3 days1-0/+1
* object/store/packed: Fix error handlingGravatar Runxi Yu3 days1-1/+2
* object/store/packed: Use the new MaxChainDepthGravatar Runxi Yu3 days1-6/+2
* internal/format/pack{idx,rev}, object/store/packed: Update PackObjects invoca...Gravatar Runxi Yu3 days1-2/+1
* object/store/packed: Use the new format/packfile header parserGravatar Runxi Yu3 days1-18/+8
* object/store/internal/digest: Add docs, errors, record, result•••Committing as I re-review Gravatar Runxi Yu3 days4-0/+128
* object/store/packed: Basic reading functionalityGravatar Runxi Yu3 days12-54/+1253
* object/store/packed: Comment everything out•••Otherwise I can't really run my linter and I miss many things Gravatar Runxi Yu4 days4-121/+121
* object/store/packed: Add stubsGravatar Runxi Yu7 days5-0/+137
* *: RemoveGravatar Runxi Yu2026-04-02103-5783/+0
* object/store/packed/internal/ingest: TODO v0.1.170Gravatar Runxi Yu2026-03-311-0/+1
* object/store/packed: Add quarantineGravatar Runxi Yu2026-03-305-0/+404
* object/store/packed/internal/ingest: And of course I forgot to goimportsGravatar Runxi Yu2026-03-301-1/+0
* object/store/packed/internal/ingest: Yep, that leftover stub should goGravatar Runxi Yu2026-03-301-16/+7
* object/store/packed: Rename Base to ThinBaseGravatar Runxi Yu2026-03-304-6/+6
* object/store: Expose pack writing optionsGravatar Runxi Yu2026-03-302-2/+8
* object,store/packed{,/internal/ingest}: Move from format/packfile/ingestGravatar Runxi Yu2026-03-3053-2/+3031
* object/store/packed: Make store own root, algo, optsGravatar Runxi Yu2026-03-302-1/+12
* object/store/packed: Start the internal/reading splitGravatar Runxi Yu2026-03-3045-103/+236
* object/store: ReadingStore -> ReaderGravatar Runxi Yu2026-03-301-1/+1
* object/type, format/packfile: API cleanupsGravatar Runxi Yu2026-03-297-18/+10
* object{,/type}: Fix up API shape v0.1.142Gravatar Runxi Yu2026-03-291-1/+1
* *: Remove Close exception for MT-Safe v0.1.133Gravatar Runxi Yu2026-03-291-0/+2
* *: Add Life-Parent for Deps-Borrowed where appropriateGravatar Runxi Yu2026-03-291-1/+1
* object/store/{loose,packed}: TIghten language around Adler-32Gravatar Runxi Yu2026-03-281-2/+2
* object/store/packed: Expect length and verify Adler-32Gravatar Runxi Yu2026-03-282-0/+17
* object/store/packed: Update docsGravatar Runxi Yu2026-03-284-16/+5
* object/store: Rename back from storer; rename Store to ReadingStore v0.1.118Gravatar Runxi Yu2026-03-2837-0/+2209
* *: object/store -> object/storer v0.1.107Gravatar Runxi Yu2026-03-2537-2209/+0
* *: delta -> packfile/deltaGravatar Runxi Yu2026-03-252-2/+2
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-2537-0/+2209