summaryrefslogtreecommitdiffstats
path: root/reftable/reftable-record.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* t/helper: inline printing of reftable recordsPatrick Steinhardt2024-08-221-8/+0
* hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-1/+1
* reftable/record: reuse message when decoding log recordsPatrick Steinhardt2024-03-051-0/+1
* reftable/record: reuse refnames when decoding log recordsPatrick Steinhardt2024-03-051-0/+1
* reftable/record: convert old and new object IDs to arraysPatrick Steinhardt2024-03-051-2/+2
* reftable/record: reuse refname when decodingPatrick Steinhardt2024-03-041-0/+1
* reftable/record: store "val2" hashes as static arraysPatrick Steinhardt2024-01-031-2/+2
* reftable/record: store "val1" hashes as static arraysPatrick Steinhardt2024-01-031-1/+2
* reftable/record: constify some parts of the interfacePatrick Steinhardt2024-01-031-2/+2
* reftable: make reftable-record.h function signatures const correctHan-Wen Nienhuys2022-01-201-7/+7
* reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys2021-10-081-0/+114