summaryrefslogtreecommitdiffstats
path: root/reftable/reftable-stack.h
AgeCommit message (Expand)AuthorLines
2026-04-02reftable: introduce "reftable-system.h" headerPatrick Steinhardt-0/+1
2025-11-10reftable/stack: add function to check if optimization is requiredKarthik Nayak-0/+11
2025-08-12reftable/stack: allow passing flags to `reftable_stack_add()`Patrick Steinhardt-3/+6
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt-6/+6
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt-0/+3
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano-4/+4
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt-4/+4
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt-2/+11
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt-3/+0
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano-0/+18
2024-05-13reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt-0/+18
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt-1/+1
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt-1/+1
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys-0/+128