summaryrefslogtreecommitdiffstats
path: root/reftable/stack.h
AgeCommit message (Expand)AuthorLines
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt-2/+2
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt-6/+6
2024-05-13reftable: make the compaction factor configurablePatrick Steinhardt-1/+2
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt-1/+1
2024-04-08reftable/stack: use geometric table compactionJustin Tobler-3/+0
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler-1/+0
2024-02-06reftable/stack: index segments with `size_t`Patrick Steinhardt-3/+3
2024-01-18reftable/stack: fix race in up-to-date checkPatrick Steinhardt-1/+3
2024-01-11reftable/stack: use stat info to avoid re-reading stack listPatrick Steinhardt-0/+1
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys-0/+41