index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-04
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
1
-1
/
+1
2024-10-03
reftable: fix a typo
Andrew Kreimer
1
-1
/
+1
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
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
[next]