summaryrefslogtreecommitdiff
path: root/reftable/record.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt1-6/+6
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt1-1/+1
2025-02-18reftable/record: stop using `BUG()` in `reftable_record_init()`Patrick Steinhardt1-2/+2
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt1-8/+8
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt1-2/+4
2025-01-21reftable/record: drop unused `print` function pointerPatrick Steinhardt1-3/+0
2024-10-17reftable/record: adapt `reftable_record_key()` to handle allocation failuresPatrick Steinhardt1-2/+2
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt1-10/+11
2024-10-02reftable/record: handle allocation failures on copyPatrick Steinhardt1-3/+3
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt1-1/+0
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