summaryrefslogtreecommitdiff
path: root/reftable/reftable-stack.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-24reftable/stack: rename reftable_stack_new_addition()Karthik Nayak1-1/+1
2026-08-24reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`Karthik Nayak1-14/+3
2026-07-10reftable: fix quadratic behavior in the presence of tombstonesKristofer Karlsson1-0/+2
2026-06-26reftable: split up write optionsPatrick Steinhardt1-3/+27
2026-04-02reftable: introduce "reftable-system.h" headerPatrick Steinhardt1-0/+1
2025-11-10reftable/stack: add function to check if optimization is requiredKarthik Nayak1-0/+11
2025-08-12reftable/stack: allow passing flags to `reftable_stack_add()`Patrick Steinhardt1-3/+6
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt1-6/+6
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt1-0/+3
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano1-4/+4
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt1-4/+4
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt1-2/+11
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt1-3/+0
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano1-0/+18
2024-05-13reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt1-0/+18
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt1-1/+1
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt1-1/+1
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys1-0/+128