index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kn/reftable-writer-log-write-verify' into kn/reflog-migration
Junio C Hamano
2024-12-16
1
-0
/
+12
|
\
|
*
reftable/writer: ensure valid range for log's update_index
Karthik Nayak
2024-12-07
1
-0
/
+12
*
|
reftable: rename scratch buffer
Patrick Steinhardt
2024-11-26
4
-18
/
+20
*
|
reftable/block: optimize allocations by using scratch buffer
Patrick Steinhardt
2024-11-20
2
-8
/
+6
*
|
reftable/block: rename `block_writer::buf` variable
Patrick Steinhardt
2024-11-20
2
-14
/
+14
*
|
reftable/writer: optimize allocations by using a scratch buffer
Patrick Steinhardt
2024-11-20
2
-12
/
+12
|
/
*
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
2024-10-17
6
-41
/
+107
*
reftable/stack: adapt `stack_filename()` to handle allocation failures
Patrick Steinhardt
2024-10-17
1
-17
/
+45
*
reftable/record: adapt `reftable_record_key()` to handle allocation failures
Patrick Steinhardt
2024-10-17
5
-22
/
+47
*
reftable/stack: adapt `format_name()` to handle allocation failures
Patrick Steinhardt
2024-10-17
1
-9
/
+19
*
reftable/blocksource: adapt interface name
Patrick Steinhardt
2024-10-17
2
-15
/
+15
*
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-10-17
15
-192
/
+194
*
reftable/basics: provide new `reftable_buf` interface
Patrick Steinhardt
2024-10-17
2
-0
/
+130
*
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
2024-10-17
1
-6
/
+12
*
reftable: stop using `strbuf_addbuf()`
Patrick Steinhardt
2024-10-17
3
-7
/
+8
*
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
2024-10-10
28
-346
/
+765
|
\
|
*
reftable/basics: fix segfault when growing `names` array fails
Patrick Steinhardt
2024-10-04
1
-2
/
+4
|
*
reftable/basics: ban standard allocator functions
Patrick Steinhardt
2024-10-02
2
-0
/
+15
|
*
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
2024-10-02
8
-17
/
+18
|
*
reftable: fix calls to free(3P)
Patrick Steinhardt
2024-10-02
1
-1
/
+1
|
*
reftable: handle trivial allocation failures
Patrick Steinhardt
2024-10-02
4
-3
/
+43
|
*
reftable/tree: handle allocation failures
Patrick Steinhardt
2024-10-02
3
-22
/
+48
|
*
reftable/pq: handle allocation failures when adding entries
Patrick Steinhardt
2024-10-02
3
-3
/
+11
|
*
reftable/block: handle allocation failures
Patrick Steinhardt
2024-10-02
3
-21
/
+57
|
*
reftable/blocksource: handle allocation failures
Patrick Steinhardt
2024-10-02
1
-5
/
+20
|
*
reftable/iter: handle allocation failures when creating indexed table iter
Patrick Steinhardt
2024-10-02
3
-6
/
+23
|
*
reftable/stack: handle allocation failures in auto compaction
Patrick Steinhardt
2024-10-02
1
-4
/
+12
|
*
reftable/stack: handle allocation failures in `stack_compact_range()`
Patrick Steinhardt
2024-10-02
1
-2
/
+17
|
*
reftable/stack: handle allocation failures in `reftable_new_stack()`
Patrick Steinhardt
2024-10-02
1
-8
/
+26
|
*
reftable/stack: handle allocation failures on reload
Patrick Steinhardt
2024-10-02
1
-9
/
+25
|
*
reftable/reader: handle allocation failures in `reader_init_iter()`
Patrick Steinhardt
2024-10-02
4
-18
/
+28
|
*
reftable/reader: handle allocation failures for unindexed reader
Patrick Steinhardt
2024-10-02
1
-6
/
+17
|
*
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
2024-10-02
5
-49
/
+81
|
*
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt
2024-10-02
3
-15
/
+33
|
*
reftable/writer: handle allocation failures in `writer_index_hash()`
Patrick Steinhardt
2024-10-02
1
-23
/
+38
|
*
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
2
-27
/
+63
|
*
reftable/basics: handle allocation failures in `parse_names()`
Patrick Steinhardt
2024-10-02
3
-8
/
+27
|
*
reftable/basics: handle allocation failures in `reftable_calloc()`
Patrick Steinhardt
2024-10-02
1
-3
/
+10
|
*
reftable: introduce `reftable_strdup()`
Patrick Steinhardt
2024-10-02
2
-0
/
+11
|
*
reftable/basics: merge "publicbasics" into "basics"
Patrick Steinhardt
2024-10-02
5
-84
/
+76
|
*
reftable/error: introduce out-of-memory error code
Patrick Steinhardt
2024-10-02
2
-0
/
+5
*
|
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
2024-10-04
1
-1
/
+1
|
\
\
|
*
|
reftable: fix a typo
Andrew Kreimer
2024-10-03
1
-1
/
+1
*
|
|
Merge branch 'ps/reftable-concurrent-writes'
Junio C Hamano
2024-10-01
3
-15
/
+47
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
reftable/stack: allow locking of outdated stacks
Patrick Steinhardt
2024-09-24
2
-9
/
+24
|
*
|
refs/reftable: introduce "reftable.lockTimeout"
Patrick Steinhardt
2024-09-24
2
-6
/
+23
*
|
|
reftable/reader: make table iterator reseekable
Patrick Steinhardt
2024-09-16
1
-0
/
+1
|
/
/
*
|
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap
2024-09-08
4
-1315
/
+0
*
|
Merge branch 'ps/reftable-concurrent-compaction'
Junio C Hamano
2024-09-03
7
-141
/
+260
|
\
\
[next]