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-08-23
reftable/stack: fix segfault when reload with reused readers fails
Patrick Steinhardt
2
-0
/
+82
2024-08-23
reftable/stack: reorder swapping in the reloaded stack contents
Patrick Steinhardt
1
-15
/
+19
2024-08-23
reftable/reader: keep readers alive during iteration
Patrick Steinhardt
2
-0
/
+52
2024-08-23
reftable/reader: introduce refcounting
Patrick Steinhardt
6
-22
/
+43
2024-08-23
reftable/stack: fix broken refnames in `write_n_ref_tables()`
Patrick Steinhardt
1
-0
/
+1
2024-08-23
reftable/reader: inline `reader_close()`
Patrick Steinhardt
3
-12
/
+3
2024-08-23
reftable/reader: inline `init_reader()`
Patrick Steinhardt
3
-99
/
+98
2024-08-23
reftable/reader: rename `reftable_new_reader()`
Patrick Steinhardt
4
-9
/
+9
2024-08-23
reftable/stack: inline `stack_compact_range_stats()`
Patrick Steinhardt
1
-12
/
+4
2024-08-23
reftable/blocksource: drop malloc block source
Patrick Steinhardt
3
-23
/
+2
2024-08-22
reftable/generic: drop interface
Patrick Steinhardt
10
-243
/
+0
2024-08-22
t/helper: inline printing of reftable records
Patrick Steinhardt
3
-136
/
+0
2024-08-22
t/helper: inline `reftable_table_print()`
Patrick Steinhardt
2
-50
/
+0
2024-08-22
t/helper: inline `reftable_stack_print_directory()`
Patrick Steinhardt
3
-30
/
+0
2024-08-22
t/helper: inline `reftable_reader_print_file()`
Patrick Steinhardt
2
-23
/
+0
2024-08-22
t/helper: inline `reftable_dump_main()`
Patrick Steinhardt
2
-87
/
+0
2024-08-22
reftable/dump: drop unused `compact_stack()`
Patrick Steinhardt
1
-26
/
+1
2024-08-22
reftable/generic: move generic iterator code into iterator interface
Patrick Steinhardt
4
-116
/
+133
2024-08-22
reftable/iter: drop double-checking logic
Patrick Steinhardt
3
-24
/
+0
2024-08-22
reftable/stack: open-code reading refs
Patrick Steinhardt
1
-3
/
+22
2024-08-22
reftable/merged: stop using generic tables in the merged table
Patrick Steinhardt
7
-63
/
+56
2024-08-22
reftable/merged: rename `reftable_new_merged_table()`
Patrick Steinhardt
3
-7
/
+8
2024-08-22
reftable/merged: expose functions to initialize iterators
Patrick Steinhardt
2
-0
/
+20
2024-08-21
t: move reftable/block_test.c to the unit testing framework
Chandra Pratap
2
-124
/
+0
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
7
-25
/
+33
2024-08-17
reftable: drop obsolete test function declarations
Jeff King
1
-2
/
+0
2024-08-17
reftable: ignore unused argc/argv in test functions
Jeff King
3
-3
/
+3
2024-08-15
Merge branch 'ps/reftable-stack-compaction'
Junio C Hamano
2
-77
/
+296
2024-08-14
Merge branch 'cp/unit-test-reftable-tree'
Junio C Hamano
3
-71
/
+5
2024-08-14
Merge branch 'cp/unit-test-reftable-pq'
Junio C Hamano
4
-95
/
+10
2024-08-13
t: move reftable/readwrite_test.c to the unit testing framework
Chandra Pratap
2
-980
/
+0
2024-08-08
reftable/stack: handle locked tables during auto-compaction
Patrick Steinhardt
2
-15
/
+56
2024-08-08
reftable/stack: fix corruption on concurrent compaction
Patrick Steinhardt
1
-5
/
+102
2024-08-08
reftable/stack: use lock_file when adding table to "tables.list"
Patrick Steinhardt
1
-10
/
+11
2024-08-08
reftable/stack: do not die when fsyncing lock file files
Patrick Steinhardt
1
-2
/
+5
2024-08-08
reftable/stack: simplify tracking of table locks
Patrick Steinhardt
1
-7
/
+7
2024-08-08
reftable/stack: update stats on failed full compaction
Patrick Steinhardt
2
-9
/
+8
2024-08-08
reftable/stack: test compaction with already-locked tables
Patrick Steinhardt
1
-0
/
+77
2024-08-08
reftable/stack: extract function to setup stack with N tables
Patrick Steinhardt
1
-32
/
+32
2024-08-08
reftable/stack: refactor function to gather table sizes
Patrick Steinhardt
1
-5
/
+6
2024-08-04
t: move reftable/tree_test.c to the unit testing framework
Chandra Pratap
2
-61
/
+0
2024-08-04
reftable: remove unnecessary curly braces in reftable/tree.c
Chandra Pratap
1
-10
/
+5
2024-08-01
t-reftable-pq: make merged_iter_pqueue_check() static
Chandra Pratap
1
-1
/
+0
2024-08-01
t: move reftable/pq_test.c to the unit testing framework
Chandra Pratap
2
-75
/
+0
2024-08-01
reftable: change the type of array indices to 'size_t' in reftable/pq.c
Chandra Pratap
1
-6
/
+6
2024-08-01
reftable: remove unnecessary curly braces in reftable/pq.c
Chandra Pratap
1
-13
/
+4
2024-07-31
Merge branch 'cp/unit-test-reftable-merged'
Junio C Hamano
2
-462
/
+0
2024-07-15
Merge branch 'cp/unit-test-reftable-record'
Junio C Hamano
1
-382
/
+0
2024-07-12
t: move reftable/merged_test.c to the unit testing framework
Chandra Pratap
2
-462
/
+0
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
3
-3
/
+3
[prev]
[next]