aboutsummaryrefslogtreecommitdiff
path: root/reftable/reftable-record.h
AgeCommit message (Expand)Author
12 daysreftable: introduce "reftable-system.h" headerPatrick Steinhardt
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt
2024-03-05reftable/record: reuse message when decoding log recordsPatrick Steinhardt
2024-03-05reftable/record: reuse refnames when decoding log recordsPatrick Steinhardt
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt
2024-03-04reftable/record: reuse refname when decodingPatrick Steinhardt
2024-01-03reftable/record: store "val2" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: constify some parts of the interfacePatrick Steinhardt
2022-01-20reftable: make reftable-record.h function signatures const correctHan-Wen Nienhuys
2021-10-08reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys