Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reftable: add print functions to the record types | Han-Wen Nienhuys | 2022-01-20 | 1 | -14/+71 |
* | reftable: make reftable_record a tagged union | Han-Wen Nienhuys | 2022-01-20 | 1 | -112/+100 |
* | reftable: implement record equality generically | Han-Wen Nienhuys | 2022-01-20 | 1 | -1/+56 |
* | reftable: make reftable-record.h function signatures const correct | Han-Wen Nienhuys | 2022-01-20 | 1 | -7/+7 |
* | reftable: handle null refnames in reftable_ref_record_equal | Han-Wen Nienhuys | 2022-01-20 | 1 | -3/+5 |
* | reftable: fix OOB stack write in print functions | Han-Wen Nienhuys | 2022-01-20 | 1 | -2/+2 |
* | reftable: (de)serialization for the polymorphic record type. | Han-Wen Nienhuys | 2021-10-08 | 1 | -0/+1212 |