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.c
Age
Commit message (
Expand
)
Author
Lines
2025-04-29
Merge branch 'ps/reftable-api-revamp'
Junio C Hamano
-26
/
+26
2025-04-08
Merge branch 'ps/reftable-sans-compat-util'
Junio C Hamano
-38
/
+46
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
-20
/
+20
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
-6
/
+6
2025-03-21
reftable: propagate specific error codes in block_writer_add()
Meet Soni
-29
/
+24
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
-13
/
+13
2025-02-18
reftable/basics: stop using `SWAP()` macro
Patrick Steinhardt
-8
/
+8
2025-02-18
reftable/basics: provide wrappers for big endian conversion
Patrick Steinhardt
-4
/
+4
2025-02-18
reftable/record: don't `BUG()` in `reftable_record_cmp()`
Patrick Steinhardt
-4
/
+6
2025-02-18
reftable/record: stop using `BUG()` in `reftable_record_init()`
Patrick Steinhardt
-4
/
+4
2025-02-18
reftable/record: stop using `COPY_ARRAY()`
Patrick Steinhardt
-5
/
+11
2025-01-21
reftable: address trivial -Wsign-compare warnings
Patrick Steinhardt
-5
/
+2
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
-29
/
+23
2025-01-21
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt
-2
/
+2
2025-01-21
reftable/record: handle overflows when decoding varints
Patrick Steinhardt
-30
/
+32
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
-6
/
+6
2024-10-17
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
-8
/
+24
2024-10-17
reftable/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
-12
/
+20
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
-40
/
+40
2024-10-17
reftable: stop using `strbuf_addbuf()`
Patrick Steinhardt
-3
/
+3
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
-5
/
+5
2024-10-02
reftable/record: handle allocation failures when decoding records
Patrick Steinhardt
-17
/
+63
2024-10-02
reftable/record: handle allocation failures on copy
Patrick Steinhardt
-24
/
+60
2024-08-29
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
-127
/
+0
2024-08-22
t/helper: inline printing of reftable records
Patrick Steinhardt
-127
/
+0
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
-13
/
+18
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
-3
/
+3
2024-04-03
reftable/record: extract function to decode key lengths
Patrick Steinhardt
-9
/
+25
2024-03-21
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
-79
/
+50
2024-03-21
Merge branch 'ps/reftable-block-search-fix'
Junio C Hamano
-0
/
+2
2024-03-07
reftable/record: fix memory leak when decoding object records
Patrick Steinhardt
-0
/
+2
2024-03-05
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
-28
/
+24
2024-03-05
reftable/record: reuse message when decoding log records
Patrick Steinhardt
-2
/
+3
2024-03-05
reftable/record: reuse refnames when decoding log records
Patrick Steinhardt
-1
/
+1
2024-03-05
reftable/record: avoid copying author info
Patrick Steinhardt
-8
/
+21
2024-03-05
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
-49
/
+10
2024-03-04
reftable: allow inlining of a few functions
Patrick Steinhardt
-11
/
+0
2024-03-04
reftable/record: decode keys in place
Patrick Steinhardt
-10
/
+9
2024-03-04
reftable/record: reuse refname when copying
Patrick Steinhardt
-3
/
+15
2024-03-04
reftable/record: reuse refname when decoding
Patrick Steinhardt
-4
/
+12
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
-3
/
+64
2024-02-12
reftable/record: don't try to reallocate ref record name
Patrick Steinhardt
-2
/
+3
2024-02-12
reftable/record: introduce function to compare records by key
Patrick Steinhardt
-1
/
+61
2024-02-06
reftable/record: improve semantics when initializing records
Patrick Steinhardt
-33
/
+10
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
-6
/
+8
2024-01-03
reftable/record: store "val2" hashes as static arrays
Patrick Steinhardt
-6
/
+0
2024-01-03
reftable/record: store "val1" hashes as static arrays
Patrick Steinhardt
-3
/
+0
2024-01-03
reftable/record: constify some parts of the interface
Patrick Steinhardt
-4
/
+4
2022-01-20
reftable: add print functions to the record types
Han-Wen Nienhuys
-14
/
+71
2022-01-20
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
-112
/
+100
[next]