aboutsummaryrefslogtreecommitdiff
path: root/reftable/reftable-reader.h
AgeCommit message (Expand)Author
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt
2024-08-23reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt
2024-08-22reftable/generic: drop interfacePatrick Steinhardt
2024-08-22t/helper: inline `reftable_reader_print_file()`Patrick Steinhardt
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano
2024-05-13reftable/reader: adapt interface to allow reuse of iteratorsPatrick Steinhardt
2024-05-13reftable/dump: support dumping a table's block structurePatrick Steinhardt
2021-10-08reftable: read reftable filesHan-Wen Nienhuys