index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2024-12-28
reftable: handle realloc error in parse_names()
René Scharfe
-1
/
+2
2024-12-28
reftable: fix allocation count on realloc error
René Scharfe
-21
/
+29
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
-16
/
+31
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
-0
/
+2
2024-12-23
Merge branch 'kn/reftable-writer-log-write-verify'
Junio C Hamano
-0
/
+12
2024-12-23
Merge branch 'ps/reftable-alloc-failures-zalloc-fix'
Junio C Hamano
-15
/
+31
2024-12-22
reftable/basics: return NULL on zero-sized allocations
Patrick Steinhardt
-0
/
+7
2024-12-22
reftable/stack: fix zero-sized allocation when there are no readers
Patrick Steinhardt
-10
/
+14
2024-12-22
reftable/merged: fix zero-sized allocation when there are no readers
Patrick Steinhardt
-5
/
+7
2024-12-22
reftable/stack: don't perform auto-compaction with less than two tables
Patrick Steinhardt
-0
/
+3
2024-12-10
Merge branch 'ps/reftable-iterator-reuse'
Junio C Hamano
-0
/
+23
2024-12-10
Merge branch 'ps/reftable-detach'
Junio C Hamano
-121
/
+372
2024-12-07
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
-0
/
+12
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+2
2024-11-26
reftable/merged: drain priority queue on reseek
Patrick Steinhardt
-0
/
+2
2024-11-26
reftable/stack: add mechanism to notify callers on reload
Patrick Steinhardt
-0
/
+13
2024-11-26
reftable/stack: add accessor for the hash ID
Patrick Steinhardt
-0
/
+8
2024-11-26
reftable: rename scratch buffer
Patrick Steinhardt
-18
/
+20
2024-11-21
reftable/block: optimize allocations by using scratch buffer
Patrick Steinhardt
-8
/
+6
2024-11-21
reftable/block: rename `block_writer::buf` variable
Patrick Steinhardt
-14
/
+14
2024-11-21
reftable/writer: optimize allocations by using a scratch buffer
Patrick Steinhardt
-12
/
+12
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
-37
/
+148
2024-11-19
reftable/stack: drop only use of `get_locked_file_path()`
Patrick Steinhardt
-3
/
+9
2024-11-19
reftable/system: provide thin wrapper for tempfile subsystem
Patrick Steinhardt
-35
/
+113
2024-11-19
reftable/stack: stop using `fsync_component()` directly
Patrick Steinhardt
-17
/
+38
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
-35
/
+47
2024-11-19
reftable: explicitly handle hash format IDs
Patrick Steinhardt
-5
/
+29
2024-11-19
reftable/system: move "dir.h" to its only user
Patrick Steinhardt
-1
/
+0
2024-10-17
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
-41
/
+107
2024-10-17
reftable/stack: adapt `stack_filename()` to handle allocation failures
Patrick Steinhardt
-17
/
+45
2024-10-17
reftable/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
-22
/
+47
2024-10-17
reftable/stack: adapt `format_name()` to handle allocation failures
Patrick Steinhardt
-9
/
+19
2024-10-17
reftable/blocksource: adapt interface name
Patrick Steinhardt
-15
/
+15
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
-192
/
+194
2024-10-17
reftable/basics: provide new `reftable_buf` interface
Patrick Steinhardt
-0
/
+130
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
-6
/
+12
2024-10-17
reftable: stop using `strbuf_addbuf()`
Patrick Steinhardt
-7
/
+8
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
-346
/
+765
2024-10-04
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
-1
/
+1
2024-10-04
reftable/basics: fix segfault when growing `names` array fails
Patrick Steinhardt
-2
/
+4
2024-10-03
reftable: fix a typo
Andrew Kreimer
-1
/
+1
2024-10-02
reftable/basics: ban standard allocator functions
Patrick Steinhardt
-0
/
+15
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
-17
/
+18
2024-10-02
reftable: fix calls to free(3P)
Patrick Steinhardt
-1
/
+1
2024-10-02
reftable: handle trivial allocation failures
Patrick Steinhardt
-3
/
+43
2024-10-02
reftable/tree: handle allocation failures
Patrick Steinhardt
-22
/
+48
2024-10-02
reftable/pq: handle allocation failures when adding entries
Patrick Steinhardt
-3
/
+11
2024-10-02
reftable/block: handle allocation failures
Patrick Steinhardt
-21
/
+57
2024-10-02
reftable/blocksource: handle allocation failures
Patrick Steinhardt
-5
/
+20
2024-10-02
reftable/iter: handle allocation failures when creating indexed table iter
Patrick Steinhardt
-6
/
+23
[next]