summaryrefslogtreecommitdiff
path: root/reftable
AgeCommit message (Expand)Author
2024-04-23Merge branch 'ps/reftable-block-iteration-optim'Junio C Hamano
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano
2024-04-15reftable/block: avoid copying block iterators on seekPatrick Steinhardt
2024-04-15reftable/block: reuse `zstream` state on inflationPatrick Steinhardt
2024-04-15reftable/block: open-code call to `uncompress2()`Patrick Steinhardt
2024-04-15reftable/block: reuse uncompressed blocksPatrick Steinhardt
2024-04-15reftable/reader: iterate to next block in placePatrick Steinhardt
2024-04-15reftable/block: move ownership of block reader into `struct table_iter`Patrick Steinhardt
2024-04-15reftable/block: introduce `block_reader_release()`Patrick Steinhardt
2024-04-15reftable/block: better grouping of functionsPatrick Steinhardt
2024-04-15reftable/block: merge `block_iter_seek()` and `block_reader_seek()`Patrick Steinhardt
2024-04-15reftable/block: rename `block_reader_start()`Patrick Steinhardt
2024-04-12Merge branch 'ps/reftable-binsearch-updates'Junio C Hamano
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano
2024-04-08reftable/stack: use geometric table compactionJustin Tobler
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano
2024-04-03reftable/block: avoid decoding keys when searching restart pointsPatrick Steinhardt
2024-04-03reftable/record: extract function to decode key lengthsPatrick Steinhardt
2024-04-03reftable/block: fix error handling when searching restart pointsPatrick Steinhardt
2024-04-03reftable/block: refactor binary search over restart pointsPatrick Steinhardt
2024-04-03reftable/refname: refactor binary search over refnamesPatrick Steinhardt
2024-04-03reftable/basics: improve `binsearch()` testPatrick Steinhardt
2024-04-03reftable/basics: fix return type of `binsearch()` to be `size_t`Patrick Steinhardt
2024-04-01Merge branch 'ps/reftable-unit-test-nfs-workaround'Junio C Hamano
2024-03-25reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt
2024-03-25reftable/stack: use error codes when locking fails during compactionPatrick Steinhardt
2024-03-25reftable/error: discern locked/outdated errorsPatrick Steinhardt
2024-03-25reftable/stack: fix error handling in `reftable_stack_init_addition()`Patrick Steinhardt
2024-03-21Merge branch 'ps/reftable-reflog-iteration-perf'Junio C Hamano
2024-03-21Merge branch 'ps/reftable-block-search-fix'Junio C Hamano
2024-03-21Merge branch 'ps/reftable-stack-tempfile'Junio C Hamano
2024-03-21reftable: fix tests being broken by NFS' delete-after-close semanticsPatrick Steinhardt
2024-03-18Merge branch 'ps/reftable-stack-tempfile' into ps/pack-refs-autoJunio C Hamano
2024-03-07reftable/block: fix binary search over restart counterPatrick Steinhardt
2024-03-07reftable/record: fix memory leak when decoding object recordsPatrick Steinhardt
2024-03-07reftable/stack: register compacted tables as tempfilesPatrick Steinhardt
2024-03-07reftable/stack: register lockfiles during compactionPatrick Steinhardt
2024-03-07reftable/stack: register new tables as tempfilesPatrick Steinhardt
2024-03-05reftable/record: use scratch buffer when decoding recordsPatrick Steinhardt
2024-03-05reftable/record: reuse message when decoding log recordsPatrick Steinhardt
2024-03-05reftable/record: reuse refnames when decoding log recordsPatrick Steinhardt
2024-03-05reftable/record: avoid copying author infoPatrick Steinhardt
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt
2024-03-04reftable: allow inlining of a few functionsPatrick Steinhardt
2024-03-04reftable/record: decode keys in placePatrick Steinhardt
2024-03-04reftable/record: reuse refname when copyingPatrick Steinhardt
2024-03-04reftable/record: reuse refname when decodingPatrick Steinhardt
2024-03-04reftable/merged: avoid duplicate pqueue emptiness checkPatrick Steinhardt
2024-03-04reftable/merged: circumvent pqueue with single subiterPatrick Steinhardt