aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/record.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-03reftable/record: extract function to decode key lengthsPatrick Steinhardt1-0/+6
2024-03-05reftable/record: use scratch buffer when decoding recordsPatrick Steinhardt1-2/+3
2024-03-04reftable: allow inlining of a few functionsPatrick Steinhardt1-2/+10
2024-03-04reftable/record: decode keys in placePatrick Steinhardt1-3/+6
2024-02-26Merge branch 'ps/reftable-iteration-perf'Junio C Hamano1-0/+7
2024-02-12reftable/record: introduce function to compare records by keyPatrick Steinhardt1-0/+7
2024-02-06reftable/record: improve semantics when initializing recordsPatrick Steinhardt1-5/+5
2022-01-20reftable: add print functions to the record typesHan-Wen Nienhuys1-0/+4
2022-01-20reftable: make reftable_record a tagged unionHan-Wen Nienhuys1-24/+18
2022-01-20reftable: implement record equality genericallyHan-Wen Nienhuys1-1/+4
2021-10-08reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys1-0/+139