index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
/
reader.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
2024-05-30
1
-129
/
+95
|
\
|
*
reftable/reader: adapt interface to allow reuse of iterators
Patrick Steinhardt
2024-05-14
1
-27
/
+4
|
*
reftable/generic: move seeking of records into the iterator
Patrick Steinhardt
2024-05-14
1
-56
/
+70
|
*
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/dump: support dumping a table's block structure
Patrick Steinhardt
2024-05-14
1
-0
/
+63
|
/
*
reftable/block: reuse `zstream` state on inflation
Patrick Steinhardt
2024-04-15
1
-0
/
+1
*
reftable/block: reuse uncompressed blocks
Patrick Steinhardt
2024-04-15
1
-11
/
+16
*
reftable/reader: iterate to next block in place
Patrick Steinhardt
2024-04-15
1
-21
/
+26
*
reftable/block: move ownership of block reader into `struct table_iter`
Patrick Steinhardt
2024-04-15
1
-63
/
+60
*
reftable/block: introduce `block_reader_release()`
Patrick Steinhardt
2024-04-15
1
-1
/
+1
*
reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
Patrick Steinhardt
2024-04-15
1
-2
/
+2
*
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
2024-04-15
1
-2
/
+2
*
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
2024-02-27
1
-9
/
+17
|
\
|
*
reftable/reader: add comments to `table_iter_next()`
Patrick Steinhardt
2024-02-12
1
-9
/
+17
*
|
Merge branch 'ps/reftable-styles'
Junio C Hamano
2024-02-12
1
-7
/
+5
|
\
\
|
*
|
reftable/record: improve semantics when initializing records
Patrick Steinhardt
2024-02-06
1
-2
/
+2
|
*
|
reftable: introduce macros to allocate arrays
Patrick Steinhardt
2024-02-06
1
-5
/
+3
|
|
/
*
|
reftable: document reading and writing indices
Patrick Steinhardt
2024-02-01
1
-0
/
+27
*
|
reftable/reader: be more careful about errors in indexed seeks
Patrick Steinhardt
2024-02-01
1
-0
/
+3
|
/
*
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-1
/
+0
|
\
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
|
reftable/block: introduce macro to initialize `struct block_iter`
Patrick Steinhardt
2023-12-11
1
-4
/
+3
|
/
*
reftable: drop unused parameter from reader_seek_linear()
Jeff King
2022-08-20
1
-3
/
+3
*
reftable: reject 0 object_id_len
Han-Wen Nienhuys
2022-02-23
1
-0
/
+5
*
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
2022-01-20
1
-42
/
+45
*
reftable: all xxx_free() functions accept NULL arguments
Han-Wen Nienhuys
2022-01-20
1
-0
/
+2
*
reftable: fix resource leak in block.c error path
Han-Wen Nienhuys
2022-01-20
1
-9
/
+14
*
reftable: read reftable files
Han-Wen Nienhuys
2021-10-08
1
-0
/
+801