index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
record.c
Age
Commit message (
Expand
)
Author
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
2024-10-17
reftable: handle trivial `reftable_buf` errors
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-17
reftable: stop using `strbuf_addbuf()`
Patrick Steinhardt
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
2024-10-02
reftable/record: handle allocation failures when decoding records
Patrick Steinhardt
2024-10-02
reftable/record: handle allocation failures on copy
Patrick Steinhardt
2024-08-29
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
2024-08-22
t/helper: inline printing of reftable records
Patrick Steinhardt
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-04-03
reftable/record: extract function to decode key lengths
Patrick Steinhardt
2024-03-21
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
2024-03-21
Merge branch 'ps/reftable-block-search-fix'
Junio C Hamano
2024-03-07
reftable/record: fix memory leak when decoding object records
Patrick Steinhardt
2024-03-05
reftable/record: use scratch buffer when decoding records
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: avoid copying author info
Patrick Steinhardt
2024-03-05
reftable/record: convert old and new object IDs to arrays
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-03-04
reftable/record: reuse refname when copying
Patrick Steinhardt
2024-03-04
reftable/record: reuse refname when decoding
Patrick Steinhardt
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
2024-02-12
reftable/record: don't try to reallocate ref record name
Patrick Steinhardt
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
2024-02-06
reftable: introduce macros to allocate arrays
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: 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
2022-01-20
reftable: make reftable-record.h function signatures const correct
Han-Wen Nienhuys
2022-01-20
reftable: handle null refnames in reftable_ref_record_equal
Han-Wen Nienhuys
2022-01-20
reftable: fix OOB stack write in print functions
Han-Wen Nienhuys
2021-10-08
reftable: (de)serialization for the polymorphic record type.
Han-Wen Nienhuys