aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/record_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05reftable/record: use scratch buffer when decoding recordsPatrick Steinhardt1-21/+36
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt1-11/+0
2024-03-04reftable/record: decode keys in placePatrick Steinhardt1-1/+2
2024-02-06reftable/record: improve semantics when initializing recordsPatrick Steinhardt1-2/+2
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt1-2/+2
2024-01-03reftable/record: store "val2" hashes as static arraysPatrick Steinhardt1-4/+0
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt1-1/+0
2022-03-28reftable: make assignments portable to AIX xlc v12.01Ævar Arnfjörð Bjarmason1-1/+3
2022-01-20reftable: add print functions to the record typesHan-Wen Nienhuys1-1/+20
2022-01-20reftable: make reftable_record a tagged unionHan-Wen Nienhuys1-77/+80
2022-01-20reftable: implement record equality genericallyHan-Wen Nienhuys1-20/+3
2021-10-08reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys1-0/+412