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-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
2024-07-02
t: move reftable/record_test.c to the unit testing framework
Chandra Pratap
1
-382
/
+0
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
8
-82
/
+81
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
3
-18
/
+4
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
3
-3
/
+3
2024-06-13
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
3
-18
/
+4
2024-06-12
Merge branch 'cp/reftable-unit-test'
Junio C Hamano
3
-167
/
+0
2024-06-07
reftable: cast away constness when assigning constants to records
Patrick Steinhardt
4
-63
/
+63
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
6
-24
/
+23
2024-06-06
reftable: inline `merged_table_release()`
Patrick Steinhardt
3
-18
/
+4
2024-05-30
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
15
-336
/
+359
2024-05-30
t: move tests from reftable/record_test.c to the new unit test
Chandra Pratap
1
-37
/
+0
2024-05-30
t: move tests from reftable/stack_test.c to the new unit test
Chandra Pratap
1
-25
/
+0
2024-05-30
t: move reftable/basics_test.c to the unit testing framework
Chandra Pratap
1
-105
/
+0
2024-05-13
reftable/merged: adapt interface to allow reuse of iterators
Patrick Steinhardt
4
-61
/
+22
[prev]
[next]