aboutsummaryrefslogtreecommitdiff
path: root/reftable/block_test.c
AgeCommit message (Expand)Author
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap
2024-06-07reftable: cast away constness when assigning constants to recordsPatrick Steinhardt
2024-04-15reftable/block: merge `block_iter_seek()` and `block_reader_seek()`Patrick Steinhardt
2024-04-15reftable/block: rename `block_reader_start()`Patrick Steinhardt
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt
2023-12-11reftable/block: introduce macro to initialize `struct block_iter`Patrick Steinhardt
2022-02-23reftable: avoid writing empty keys at the block layerHan-Wen Nienhuys
2022-01-20reftable: make reftable_record a tagged unionHan-Wen Nienhuys
2021-10-08reftable: reading/writing blocksHan-Wen Nienhuys