index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
/
record.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
reftable: avoid leaks on realloc error
René Scharfe
2024-12-28
1
-6
/
+6
*
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
2024-10-17
1
-8
/
+24
*
reftable/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
2024-10-17
1
-12
/
+20
*
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-10-17
1
-40
/
+40
*
reftable: stop using `strbuf_addbuf()`
Patrick Steinhardt
2024-10-17
1
-3
/
+3
*
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
2024-10-02
1
-5
/
+5
*
reftable/record: handle allocation failures when decoding records
Patrick Steinhardt
2024-10-02
1
-17
/
+63
*
reftable/record: handle allocation failures on copy
Patrick Steinhardt
2024-10-02
1
-24
/
+60
*
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
2024-08-29
1
-127
/
+0
|
\
|
*
t/helper: inline printing of reftable records
Patrick Steinhardt
2024-08-22
1
-127
/
+0
*
|
reftable: mark unused parameters in virtual functions
Jeff King
2024-08-17
1
-13
/
+18
|
/
*
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-3
/
+3
*
reftable/record: extract function to decode key lengths
Patrick Steinhardt
2024-04-03
1
-9
/
+25
*
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
2024-03-21
1
-79
/
+50
|
\
|
*
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
2024-03-05
1
-28
/
+24
|
*
reftable/record: reuse message when decoding log records
Patrick Steinhardt
2024-03-05
1
-2
/
+3
|
*
reftable/record: reuse refnames when decoding log records
Patrick Steinhardt
2024-03-05
1
-1
/
+1
|
*
reftable/record: avoid copying author info
Patrick Steinhardt
2024-03-05
1
-8
/
+21
|
*
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
2024-03-05
1
-49
/
+10
*
|
Merge branch 'ps/reftable-block-search-fix'
Junio C Hamano
2024-03-21
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
reftable/record: fix memory leak when decoding object records
Patrick Steinhardt
2024-03-07
1
-0
/
+2
*
|
reftable: allow inlining of a few functions
Patrick Steinhardt
2024-03-04
1
-11
/
+0
*
|
reftable/record: decode keys in place
Patrick Steinhardt
2024-03-04
1
-10
/
+9
*
|
reftable/record: reuse refname when copying
Patrick Steinhardt
2024-03-04
1
-3
/
+15
*
|
reftable/record: reuse refname when decoding
Patrick Steinhardt
2024-03-04
1
-4
/
+12
|
/
*
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
2024-02-27
1
-3
/
+64
|
\
|
*
reftable/record: don't try to reallocate ref record name
Patrick Steinhardt
2024-02-12
1
-2
/
+3
|
*
reftable/record: introduce function to compare records by key
Patrick Steinhardt
2024-02-12
1
-1
/
+61
*
|
reftable/record: improve semantics when initializing records
Patrick Steinhardt
2024-02-06
1
-33
/
+10
*
|
reftable: introduce macros to allocate arrays
Patrick Steinhardt
2024-02-06
1
-6
/
+8
|
/
*
reftable/record: store "val2" hashes as static arrays
Patrick Steinhardt
2024-01-03
1
-6
/
+0
*
reftable/record: store "val1" hashes as static arrays
Patrick Steinhardt
2024-01-03
1
-3
/
+0
*
reftable/record: constify some parts of the interface
Patrick Steinhardt
2024-01-03
1
-4
/
+4
*
reftable: add print functions to the record types
Han-Wen Nienhuys
2022-01-20
1
-14
/
+71
*
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
2022-01-20
1
-112
/
+100
*
reftable: implement record equality generically
Han-Wen Nienhuys
2022-01-20
1
-1
/
+56
*
reftable: make reftable-record.h function signatures const correct
Han-Wen Nienhuys
2022-01-20
1
-7
/
+7
*
reftable: handle null refnames in reftable_ref_record_equal
Han-Wen Nienhuys
2022-01-20
1
-3
/
+5
*
reftable: fix OOB stack write in print functions
Han-Wen Nienhuys
2022-01-20
1
-2
/
+2
*
reftable: (de)serialization for the polymorphic record type.
Han-Wen Nienhuys
2021-10-08
1
-0
/
+1212