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
...
|
*
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
|
\
\
|
*
|
reftable/stack: fix segfault when reload with reused readers fails
Patrick Steinhardt
2024-08-23
2
-0
/
+82
|
*
|
reftable/stack: reorder swapping in the reloaded stack contents
Patrick Steinhardt
2024-08-23
1
-15
/
+19
|
*
|
reftable/reader: keep readers alive during iteration
Patrick Steinhardt
2024-08-23
2
-0
/
+52
|
*
|
reftable/reader: introduce refcounting
Patrick Steinhardt
2024-08-23
6
-22
/
+43
|
*
|
reftable/stack: fix broken refnames in `write_n_ref_tables()`
Patrick Steinhardt
2024-08-23
1
-0
/
+1
|
*
|
reftable/reader: inline `reader_close()`
Patrick Steinhardt
2024-08-23
3
-12
/
+3
|
*
|
reftable/reader: inline `init_reader()`
Patrick Steinhardt
2024-08-23
3
-99
/
+98
|
*
|
reftable/reader: rename `reftable_new_reader()`
Patrick Steinhardt
2024-08-23
4
-9
/
+9
|
*
|
reftable/stack: inline `stack_compact_range_stats()`
Patrick Steinhardt
2024-08-23
1
-12
/
+4
|
*
|
reftable/blocksource: drop malloc block source
Patrick Steinhardt
2024-08-23
3
-23
/
+2
*
|
|
Merge branch 'cp/unit-test-reftable-block'
Junio C Hamano
2024-08-29
2
-124
/
+0
|
\
\
\
|
*
|
|
t: move reftable/block_test.c to the unit testing framework
Chandra Pratap
2024-08-21
2
-124
/
+0
*
|
|
|
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
2024-08-29
19
-800
/
+230
|
\
\
\
\
|
*
|
|
|
reftable: mark unused parameters in empty iterator functions
Jeff King
2024-08-28
1
-3
/
+3
|
|
|
/
/
|
|
/
|
|
|
*
|
|
reftable/generic: drop interface
Patrick Steinhardt
2024-08-22
10
-243
/
+0
|
*
|
|
t/helper: inline printing of reftable records
Patrick Steinhardt
2024-08-22
3
-136
/
+0
|
*
|
|
t/helper: inline `reftable_table_print()`
Patrick Steinhardt
2024-08-22
2
-50
/
+0
|
*
|
|
t/helper: inline `reftable_stack_print_directory()`
Patrick Steinhardt
2024-08-22
3
-30
/
+0
|
*
|
|
t/helper: inline `reftable_reader_print_file()`
Patrick Steinhardt
2024-08-22
2
-23
/
+0
|
*
|
|
t/helper: inline `reftable_dump_main()`
Patrick Steinhardt
2024-08-22
2
-87
/
+0
|
*
|
|
reftable/dump: drop unused `compact_stack()`
Patrick Steinhardt
2024-08-22
1
-26
/
+1
|
*
|
|
reftable/generic: move generic iterator code into iterator interface
Patrick Steinhardt
2024-08-22
4
-116
/
+133
|
*
|
|
reftable/iter: drop double-checking logic
Patrick Steinhardt
2024-08-22
3
-24
/
+0
|
*
|
|
reftable/stack: open-code reading refs
Patrick Steinhardt
2024-08-22
1
-3
/
+22
|
*
|
|
reftable/merged: stop using generic tables in the merged table
Patrick Steinhardt
2024-08-22
7
-63
/
+56
|
*
|
|
reftable/merged: rename `reftable_new_merged_table()`
Patrick Steinhardt
2024-08-22
3
-7
/
+8
[prev]
[next]