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