index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-19
reftable/system: move "dir.h" to its only user
Patrick Steinhardt
1
-1
/
+0
2024-10-17
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
6
-41
/
+107
2024-10-17
reftable/stack: adapt `stack_filename()` to handle allocation failures
Patrick Steinhardt
1
-17
/
+45
2024-10-17
reftable/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
5
-22
/
+47
2024-10-17
reftable/stack: adapt `format_name()` to handle allocation failures
Patrick Steinhardt
1
-9
/
+19
2024-10-17
reftable/blocksource: adapt interface name
Patrick Steinhardt
2
-15
/
+15
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
15
-192
/
+194
2024-10-17
reftable/basics: provide new `reftable_buf` interface
Patrick Steinhardt
2
-0
/
+130
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
1
-6
/
+12
2024-10-17
reftable: stop using `strbuf_addbuf()`
Patrick Steinhardt
3
-7
/
+8
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
28
-346
/
+765
2024-10-04
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
1
-1
/
+1
2024-10-04
reftable/basics: fix segfault when growing `names` array fails
Patrick Steinhardt
1
-2
/
+4
2024-10-03
reftable: fix a typo
Andrew Kreimer
1
-1
/
+1
2024-10-02
reftable/basics: ban standard allocator functions
Patrick Steinhardt
2
-0
/
+15
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
8
-17
/
+18
2024-10-02
reftable: fix calls to free(3P)
Patrick Steinhardt
1
-1
/
+1
2024-10-02
reftable: handle trivial allocation failures
Patrick Steinhardt
4
-3
/
+43
2024-10-02
reftable/tree: handle allocation failures
Patrick Steinhardt
3
-22
/
+48
2024-10-02
reftable/pq: handle allocation failures when adding entries
Patrick Steinhardt
3
-3
/
+11
2024-10-02
reftable/block: handle allocation failures
Patrick Steinhardt
3
-21
/
+57
2024-10-02
reftable/blocksource: handle allocation failures
Patrick Steinhardt
1
-5
/
+20
2024-10-02
reftable/iter: handle allocation failures when creating indexed table iter
Patrick Steinhardt
3
-6
/
+23
2024-10-02
reftable/stack: handle allocation failures in auto compaction
Patrick Steinhardt
1
-4
/
+12
2024-10-02
reftable/stack: handle allocation failures in `stack_compact_range()`
Patrick Steinhardt
1
-2
/
+17
2024-10-02
reftable/stack: handle allocation failures in `reftable_new_stack()`
Patrick Steinhardt
1
-8
/
+26
2024-10-02
reftable/stack: handle allocation failures on reload
Patrick Steinhardt
1
-9
/
+25
2024-10-02
reftable/reader: handle allocation failures in `reader_init_iter()`
Patrick Steinhardt
4
-18
/
+28
2024-10-02
reftable/reader: handle allocation failures for unindexed reader
Patrick Steinhardt
1
-6
/
+17
2024-10-02
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
5
-49
/
+81
2024-10-02
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt
3
-15
/
+33
2024-10-02
reftable/writer: handle allocation failures in `writer_index_hash()`
Patrick Steinhardt
1
-23
/
+38
2024-10-02
reftable/record: handle allocation failures when decoding records
Patrick Steinhardt
1
-17
/
+63
2024-10-02
reftable/record: handle allocation failures on copy
Patrick Steinhardt
2
-27
/
+63
2024-10-02
reftable/basics: handle allocation failures in `parse_names()`
Patrick Steinhardt
3
-8
/
+27
2024-10-02
reftable/basics: handle allocation failures in `reftable_calloc()`
Patrick Steinhardt
1
-3
/
+10
2024-10-02
reftable: introduce `reftable_strdup()`
Patrick Steinhardt
2
-0
/
+11
2024-10-02
reftable/basics: merge "publicbasics" into "basics"
Patrick Steinhardt
5
-84
/
+76
2024-10-02
reftable/error: introduce out-of-memory error code
Patrick Steinhardt
2
-0
/
+5
2024-09-30
Merge branch 'ps/reftable-concurrent-writes'
Junio C Hamano
3
-15
/
+47
2024-09-24
reftable/stack: allow locking of outdated stacks
Patrick Steinhardt
2
-9
/
+24
2024-09-24
refs/reftable: introduce "reftable.lockTimeout"
Patrick Steinhardt
2
-6
/
+23
2024-09-16
reftable/reader: make table iterator reseekable
Patrick Steinhardt
1
-0
/
+1
2024-09-08
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap
4
-1315
/
+0
2024-09-03
Merge branch 'ps/reftable-concurrent-compaction'
Junio C Hamano
7
-141
/
+260
2024-08-29
Merge branch 'cp/unit-test-reftable-block'
Junio C Hamano
2
-124
/
+0
2024-08-29
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
19
-800
/
+230
2024-08-28
reftable: mark unused parameters in empty iterator functions
Jeff King
1
-3
/
+3
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
9
-29
/
+35
2024-08-23
Merge branch 'cp/unit-test-reftable-readwrite'
Junio C Hamano
2
-980
/
+0
[prev]
[next]