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
*
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
2024-06-18
3
-18
/
+4
|
\
|
*
reftable: inline `merged_table_release()`
Patrick Steinhardt
2024-06-06
3
-18
/
+4
*
|
Merge branch 'cp/reftable-unit-test'
Junio C Hamano
2024-06-12
3
-167
/
+0
|
\
\
|
*
|
t: move tests from reftable/record_test.c to the new unit test
Chandra Pratap
2024-05-30
1
-37
/
+0
|
*
|
t: move tests from reftable/stack_test.c to the new unit test
Chandra Pratap
2024-05-30
1
-25
/
+0
|
*
|
t: move reftable/basics_test.c to the unit testing framework
Chandra Pratap
2024-05-30
1
-105
/
+0
*
|
|
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
2024-05-30
15
-337
/
+360
|
\
\
\
|
*
|
|
reftable/merged: adapt interface to allow reuse of iterators
Patrick Steinhardt
2024-05-14
4
-61
/
+22
|
*
|
|
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
2024-05-14
4
-3
/
+42
|
*
|
|
reftable/reader: adapt interface to allow reuse of iterators
Patrick Steinhardt
2024-05-14
3
-76
/
+35
|
*
|
|
reftable/generic: adapt interface to allow reuse of iterators
Patrick Steinhardt
2024-05-14
4
-22
/
+68
|
*
|
|
reftable/generic: move seeking of records into the iterator
Patrick Steinhardt
2024-05-14
5
-117
/
+177
|
*
|
|
reftable/merged: simplify indices for subiterators
Patrick Steinhardt
2024-05-14
1
-5
/
+4
|
*
|
|
reftable/merged: split up initialization and seeking of records
Patrick Steinhardt
2024-05-14
1
-37
/
+22
|
*
|
|
reftable/reader: set up the reader when initializing table iterator
Patrick Steinhardt
2024-05-14
1
-17
/
+22
|
*
|
|
reftable/reader: inline `reader_seek_internal()`
Patrick Steinhardt
2024-05-14
1
-22
/
+12
|
*
|
|
reftable/reader: separate concerns of table iter and reftable reader
Patrick Steinhardt
2024-05-14
1
-17
/
+15
|
*
|
|
reftable/reader: unify indexed and linear seeking
Patrick Steinhardt
2024-05-14
1
-26
/
+16
|
*
|
|
reftable/reader: avoid copying index iterator
Patrick Steinhardt
2024-05-14
1
-24
/
+14
|
*
|
|
reftable/block: use `size_t` to track restart point index
Patrick Steinhardt
2024-05-14
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
reftable: make the compaction factor configurable
Patrick Steinhardt
2024-05-14
5
-7
/
+21
*
|
|
reftable: use `uint16_t` to track restart interval
Patrick Steinhardt
2024-05-14
2
-2
/
+2
*
|
|
reftable/dump: support dumping a table's block structure
Patrick Steinhardt
2024-05-14
3
-1
/
+72
*
|
|
reftable/writer: improve error when passed an invalid block size
Patrick Steinhardt
2024-05-14
1
-4
/
+2
*
|
|
reftable/writer: drop static variable used to initialize strbuf
Patrick Steinhardt
2024-05-14
1
-3
/
+1
*
|
|
reftable: pass opts as constant pointer
Patrick Steinhardt
2024-05-14
6
-35
/
+43
*
|
|
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
2024-05-14
5
-89
/
+74
|
/
/
*
|
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
2024-05-08
12
-530
/
+143
|
\
\
|
|
/
|
/
|
|
*
reftable/block: reuse compressed array
Patrick Steinhardt
2024-04-09
2
-9
/
+8
|
*
reftable/block: reuse zstream when writing log blocks
Patrick Steinhardt
2024-04-09
2
-28
/
+53
|
*
reftable/writer: reset `last_key` instead of releasing it
Patrick Steinhardt
2024-04-09
1
-2
/
+2
|
*
reftable/writer: unify releasing memory
Patrick Steinhardt
2024-04-09
1
-8
/
+15
|
*
reftable/writer: refactorings for `writer_flush_nonempty_block()`
Patrick Steinhardt
2024-04-09
1
-28
/
+44
|
*
reftable/writer: refactorings for `writer_add_record()`
Patrick Steinhardt
2024-04-09
1
-11
/
+27
|
*
reftable: remove name checks
Patrick Steinhardt
2024-04-09
9
-454
/
+1
*
|
Merge branch 'ps/reftable-block-iteration-optim'
Junio C Hamano
2024-04-23
5
-178
/
+229
|
\
\
|
*
|
reftable/block: avoid copying block iterators on seek
Patrick Steinhardt
2024-04-15
2
-20
/
+14
|
*
|
reftable/block: reuse `zstream` state on inflation
Patrick Steinhardt
2024-04-15
3
-10
/
+19
|
*
|
reftable/block: open-code call to `uncompress2()`
Patrick Steinhardt
2024-04-15
1
-10
/
+28
|
*
|
reftable/block: reuse uncompressed blocks
Patrick Steinhardt
2024-04-15
3
-19
/
+26
|
*
|
reftable/reader: iterate to next block in place
Patrick Steinhardt
2024-04-15
2
-21
/
+28
|
*
|
reftable/block: move ownership of block reader into `struct table_iter`
Patrick Steinhardt
2024-04-15
3
-83
/
+100
|
*
|
reftable/block: introduce `block_reader_release()`
Patrick Steinhardt
2024-04-15
3
-1
/
+8
|
*
|
reftable/block: better grouping of functions
Patrick Steinhardt
2024-04-15
2
-36
/
+36
|
*
|
reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
Patrick Steinhardt
2024-04-15
4
-16
/
+8
|
*
|
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
2024-04-15
5
-6
/
+6
*
|
|
Merge branch 'jt/reftable-geometric-compaction'
Junio C Hamano
2024-04-16
4
-124
/
+85
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
reftable/stack: use geometric table compaction
Justin Tobler
2024-04-08
3
-117
/
+75
|
*
|
reftable/stack: expose option to disable auto-compaction
Justin Tobler
2024-04-08
4
-7
/
+10
|
*
|
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
2024-04-05
4
-18
/
+81
|
|
\
\
[next]