aboutsummaryrefslogtreecommitdiff
path: root/reftable/record.h
AgeCommit message (Expand)Author
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt
2025-02-18reftable/record: stop using `BUG()` in `reftable_record_init()`Patrick Steinhardt
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt
2025-01-21reftable/record: drop unused `print` function pointerPatrick Steinhardt
2024-10-17reftable/record: adapt `reftable_record_key()` to handle allocation failuresPatrick Steinhardt
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt
2024-10-02reftable/record: handle allocation failures on copyPatrick Steinhardt
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt
2024-04-03reftable/record: extract function to decode key lengthsPatrick Steinhardt
2024-03-05reftable/record: use scratch buffer when decoding recordsPatrick Steinhardt
2024-03-04reftable: allow inlining of a few functionsPatrick Steinhardt
2024-03-04reftable/record: decode keys in placePatrick Steinhardt
2024-02-26Merge branch 'ps/reftable-iteration-perf'Junio C Hamano
2024-02-12reftable/record: introduce function to compare records by keyPatrick Steinhardt
2024-02-06reftable/record: improve semantics when initializing recordsPatrick Steinhardt
2022-01-20reftable: add print functions to the record typesHan-Wen Nienhuys
2022-01-20reftable: make reftable_record a tagged unionHan-Wen Nienhuys
2022-01-20reftable: implement record equality genericallyHan-Wen Nienhuys
2021-10-08reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys