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
/
record.h
Age
Commit message (
Expand
)
Author
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2025-02-18
reftable/record: don't `BUG()` in `reftable_record_cmp()`
Patrick Steinhardt
2025-02-18
reftable/record: stop using `BUG()` in `reftable_record_init()`
Patrick Steinhardt
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
2025-01-21
reftable/record: handle overflows when decoding varints
Patrick Steinhardt
2025-01-21
reftable/record: drop unused `print` function pointer
Patrick Steinhardt
2024-10-17
reftable/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-10-02
reftable/record: handle allocation failures on copy
Patrick Steinhardt
2024-08-22
t/helper: inline printing of reftable records
Patrick Steinhardt
2024-04-03
reftable/record: extract function to decode key lengths
Patrick Steinhardt
2024-03-05
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
2024-03-04
reftable: allow inlining of a few functions
Patrick Steinhardt
2024-03-04
reftable/record: decode keys in place
Patrick Steinhardt
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
2024-02-12
reftable/record: introduce function to compare records by key
Patrick Steinhardt
2024-02-06
reftable/record: improve semantics when initializing records
Patrick Steinhardt
2022-01-20
reftable: add print functions to the record types
Han-Wen Nienhuys
2022-01-20
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
2022-01-20
reftable: implement record equality generically
Han-Wen Nienhuys
2021-10-08
reftable: (de)serialization for the polymorphic record type.
Han-Wen Nienhuys