summaryrefslogtreecommitdiff
path: root/reftable/reftable-stack.h
AgeCommit message (Expand)Author
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano
2024-05-13reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys