summaryrefslogtreecommitdiffstats
path: root/reftable
AgeCommit message (Expand)AuthorLines
2024-04-23Merge branch 'ps/reftable-block-iteration-optim'Junio C Hamano-178/+229
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano-124/+85
2024-04-15reftable/block: avoid copying block iterators on seekPatrick Steinhardt-20/+14
2024-04-15reftable/block: reuse `zstream` state on inflationPatrick Steinhardt-10/+19
2024-04-15reftable/block: open-code call to `uncompress2()`Patrick Steinhardt-10/+28
2024-04-15reftable/block: reuse uncompressed blocksPatrick Steinhardt-19/+26
2024-04-15reftable/reader: iterate to next block in placePatrick Steinhardt-21/+28
2024-04-15reftable/block: move ownership of block reader into `struct table_iter`Patrick Steinhardt-83/+100
2024-04-15reftable/block: introduce `block_reader_release()`Patrick Steinhardt-1/+8
2024-04-15reftable/block: better grouping of functionsPatrick Steinhardt-36/+36
2024-04-15reftable/block: merge `block_iter_seek()` and `block_reader_seek()`Patrick Steinhardt-16/+8
2024-04-15reftable/block: rename `block_reader_start()`Patrick Steinhardt-6/+6
2024-04-12Merge branch 'ps/reftable-binsearch-updates'Junio C Hamano-97/+182
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano-18/+81
2024-04-08reftable/stack: use geometric table compactionJustin Tobler-117/+75
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler-7/+10
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano-18/+81
2024-04-03reftable/block: avoid decoding keys when searching restart pointsPatrick Steinhardt-10/+19
2024-04-03reftable/record: extract function to decode key lengthsPatrick Steinhardt-9/+31
2024-04-03reftable/block: fix error handling when searching restart pointsPatrick Steinhardt-8/+11
2024-04-03reftable/block: refactor binary search over restart pointsPatrick Steinhardt-27/+73
2024-04-03reftable/refname: refactor binary search over refnamesPatrick Steinhardt-22/+22
2024-04-03reftable/basics: improve `binsearch()` testPatrick Steinhardt-24/+31
2024-04-03reftable/basics: fix return type of `binsearch()` to be `size_t`Patrick Steinhardt-16/+14
2024-04-01Merge branch 'ps/reftable-unit-test-nfs-workaround'Junio C Hamano-1/+11
2024-03-25reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt-1/+56
2024-03-25reftable/stack: use error codes when locking fails during compactionPatrick Steinhardt-5/+13
2024-03-25reftable/error: discern locked/outdated errorsPatrick Steinhardt-6/+11
2024-03-25reftable/stack: fix error handling in `reftable_stack_init_addition()`Patrick Steinhardt-6/+1
2024-03-21Merge branch 'ps/reftable-reflog-iteration-perf'Junio C Hamano-175/+138
2024-03-21Merge branch 'ps/reftable-block-search-fix'Junio C Hamano-1/+3
2024-03-21Merge branch 'ps/reftable-stack-tempfile'Junio C Hamano-171/+161
2024-03-21reftable: fix tests being broken by NFS' delete-after-close semanticsPatrick Steinhardt-1/+11
2024-03-18Merge branch 'ps/reftable-stack-tempfile' into ps/pack-refs-autoJunio C Hamano-171/+161
2024-03-07reftable/block: fix binary search over restart counterPatrick Steinhardt-1/+1
2024-03-07reftable/record: fix memory leak when decoding object recordsPatrick Steinhardt-0/+2
2024-03-07reftable/stack: register compacted tables as tempfilesPatrick Steinhardt-24/+30
2024-03-07reftable/stack: register lockfiles during compactionPatrick Steinhardt-134/+123
2024-03-07reftable/stack: register new tables as tempfilesPatrick Steinhardt-17/+12
2024-03-05reftable/record: use scratch buffer when decoding recordsPatrick Steinhardt-52/+68
2024-03-05reftable/record: reuse message when decoding log recordsPatrick Steinhardt-2/+4
2024-03-05reftable/record: reuse refnames when decoding log recordsPatrick Steinhardt-1/+2
2024-03-05reftable/record: avoid copying author infoPatrick Steinhardt-8/+21
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt-121/+52
2024-03-04reftable: allow inlining of a few functionsPatrick Steinhardt-25/+20
2024-03-04reftable/record: decode keys in placePatrick Steinhardt-30/+28
2024-03-04reftable/record: reuse refname when copyingPatrick Steinhardt-3/+15
2024-03-04reftable/record: reuse refname when decodingPatrick Steinhardt-4/+13
2024-03-04reftable/merged: avoid duplicate pqueue emptiness checkPatrick Steinhardt-14/+6
2024-03-04reftable/merged: circumvent pqueue with single subiterPatrick Steinhardt-2/+22