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-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