index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
reftable-record.h
Age
Commit message (
Expand
)
Author
12 days
reftable: introduce "reftable-system.h" header
Patrick Steinhardt
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
2024-08-22
t/helper: inline printing of reftable records
Patrick Steinhardt
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
2024-03-05
reftable/record: reuse message when decoding log records
Patrick Steinhardt
2024-03-05
reftable/record: reuse refnames when decoding log records
Patrick Steinhardt
2024-03-05
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
2024-03-04
reftable/record: reuse refname when decoding
Patrick Steinhardt
2024-01-03
reftable/record: store "val2" hashes as static arrays
Patrick Steinhardt
2024-01-03
reftable/record: store "val1" hashes as static arrays
Patrick Steinhardt
2024-01-03
reftable/record: constify some parts of the interface
Patrick Steinhardt
2022-01-20
reftable: make reftable-record.h function signatures const correct
Han-Wen Nienhuys
2021-10-08
reftable: (de)serialization for the polymorphic record type.
Han-Wen Nienhuys