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-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
-337
/
+360
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
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
4
-3
/
+42
2024-05-13
reftable/reader: adapt interface to allow reuse of iterators
Patrick Steinhardt
3
-76
/
+35
2024-05-13
reftable/generic: adapt interface to allow reuse of iterators
Patrick Steinhardt
4
-22
/
+68
2024-05-13
reftable/generic: move seeking of records into the iterator
Patrick Steinhardt
5
-117
/
+177
2024-05-13
reftable/merged: simplify indices for subiterators
Patrick Steinhardt
1
-5
/
+4
2024-05-13
reftable/merged: split up initialization and seeking of records
Patrick Steinhardt
1
-37
/
+22
2024-05-13
reftable/reader: set up the reader when initializing table iterator
Patrick Steinhardt
1
-17
/
+22
2024-05-13
reftable/reader: inline `reader_seek_internal()`
Patrick Steinhardt
1
-22
/
+12
2024-05-13
reftable/reader: separate concerns of table iter and reftable reader
Patrick Steinhardt
1
-17
/
+15
2024-05-13
reftable/reader: unify indexed and linear seeking
Patrick Steinhardt
1
-26
/
+16
2024-05-13
reftable/reader: avoid copying index iterator
Patrick Steinhardt
1
-24
/
+14
2024-05-13
reftable/block: use `size_t` to track restart point index
Patrick Steinhardt
1
-2
/
+2
2024-05-13
reftable: make the compaction factor configurable
Patrick Steinhardt
5
-7
/
+21
2024-05-13
reftable: use `uint16_t` to track restart interval
Patrick Steinhardt
2
-2
/
+2
2024-05-13
reftable/dump: support dumping a table's block structure
Patrick Steinhardt
3
-1
/
+72
2024-05-13
reftable/writer: improve error when passed an invalid block size
Patrick Steinhardt
1
-4
/
+2
2024-05-13
reftable/writer: drop static variable used to initialize strbuf
Patrick Steinhardt
1
-3
/
+1
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
6
-35
/
+43
2024-05-13
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
5
-89
/
+74
2024-05-08
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
12
-530
/
+143
2024-04-23
Merge branch 'ps/reftable-block-iteration-optim'
Junio C Hamano
5
-178
/
+229
2024-04-16
Merge branch 'jt/reftable-geometric-compaction'
Junio C Hamano
4
-124
/
+85
2024-04-15
reftable/block: avoid copying block iterators on seek
Patrick Steinhardt
2
-20
/
+14
2024-04-15
reftable/block: reuse `zstream` state on inflation
Patrick Steinhardt
3
-10
/
+19
2024-04-15
reftable/block: open-code call to `uncompress2()`
Patrick Steinhardt
1
-10
/
+28
2024-04-15
reftable/block: reuse uncompressed blocks
Patrick Steinhardt
3
-19
/
+26
2024-04-15
reftable/reader: iterate to next block in place
Patrick Steinhardt
2
-21
/
+28
2024-04-15
reftable/block: move ownership of block reader into `struct table_iter`
Patrick Steinhardt
3
-83
/
+100
2024-04-15
reftable/block: introduce `block_reader_release()`
Patrick Steinhardt
3
-1
/
+8
2024-04-15
reftable/block: better grouping of functions
Patrick Steinhardt
2
-36
/
+36
2024-04-15
reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
Patrick Steinhardt
4
-16
/
+8
2024-04-15
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
5
-6
/
+6
2024-04-12
Merge branch 'ps/reftable-binsearch-updates'
Junio C Hamano
7
-97
/
+182
2024-04-09
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
4
-18
/
+81
2024-04-08
reftable/block: reuse compressed array
Patrick Steinhardt
2
-9
/
+8
2024-04-08
reftable/block: reuse zstream when writing log blocks
Patrick Steinhardt
2
-28
/
+53
[prev]
[next]