index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
/
record.h
Age
Commit message (
Expand
)
Author
Lines
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
-6
/
+6
2025-02-18
reftable/record: don't `BUG()` in `reftable_record_cmp()`
Patrick Steinhardt
-1
/
+1
2025-02-18
reftable/record: stop using `BUG()` in `reftable_record_init()`
Patrick Steinhardt
-2
/
+2
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
-8
/
+8
2025-01-21
reftable/record: handle overflows when decoding varints
Patrick Steinhardt
-2
/
+4
2025-01-21
reftable/record: drop unused `print` function pointer
Patrick Steinhardt
-3
/
+0
2024-10-17
reftable/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
-2
/
+2
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
-10
/
+11
2024-10-02
reftable/record: handle allocation failures on copy
Patrick Steinhardt
-3
/
+3
2024-08-22
t/helper: inline printing of reftable records
Patrick Steinhardt
-1
/
+0
2024-04-03
reftable/record: extract function to decode key lengths
Patrick Steinhardt
-0
/
+6
2024-03-05
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
-2
/
+3
2024-03-04
reftable: allow inlining of a few functions
Patrick Steinhardt
-2
/
+10
2024-03-04
reftable/record: decode keys in place
Patrick Steinhardt
-3
/
+6
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
-0
/
+7
2024-02-12
reftable/record: introduce function to compare records by key
Patrick Steinhardt
-0
/
+7
2024-02-06
reftable/record: improve semantics when initializing records
Patrick Steinhardt
-5
/
+5
2022-01-20
reftable: add print functions to the record types
Han-Wen Nienhuys
-0
/
+4
2022-01-20
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
-24
/
+18
2022-01-20
reftable: implement record equality generically
Han-Wen Nienhuys
-1
/
+4
2021-10-08
reftable: (de)serialization for the polymorphic record type.
Han-Wen Nienhuys
-0
/
+139