summaryrefslogtreecommitdiffstats
path: root/reftable/generic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reftable/generic: adapt interface to allow reuse of iteratorsPatrick Steinhardt2024-05-141-14/+39
* reftable/generic: move seeking of records into the iteratorPatrick Steinhardt2024-05-141-11/+36
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* reftable: make assignments portable to AIX xlc v12.01Ævar Arnfjörð Bjarmason2022-03-281-2/+6
* reftable: make reftable_record a tagged unionHan-Wen Nienhuys2022-01-201-17/+24
* reftable: generic interface to tablesHan-Wen Nienhuys2021-10-081-0/+169