summaryrefslogtreecommitdiffstats
path: root/reftable/iter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reftable/generic: adapt interface to allow reuse of iteratorsPatrick Steinhardt2024-05-141-4/+4
* reftable/generic: move seeking of records into the iteratorPatrick Steinhardt2024-05-141-0/+15
* reftable/block: rename `block_reader_start()`Patrick Steinhardt2024-04-151-1/+1
* reftable/merged: remove unnecessary null check for subitersPatrick Steinhardt2024-03-041-5/+0
* reftable: introduce macros to allocate arraysPatrick Steinhardt2024-02-061-2/+1
* reftable: make reftable_record a tagged unionHan-Wen Nienhuys2022-01-201-2/+2
* reftable: read reftable filesHan-Wen Nienhuys2021-10-081-0/+194