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