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
/
iter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
1
-5
/
+5
2025-04-07
reftable/block: make block iterators reseekable
Patrick Steinhardt
1
-1
/
+1
2025-04-07
reftable/block: rename `block_reader` to `reftable_block`
Patrick Steinhardt
1
-5
/
+4
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
1
-2
/
+2
2025-04-07
reftable/blocksource: consolidate code into a single file
Patrick Steinhardt
1
-2
/
+3
2025-04-07
reftable/reader: rename data structure to "table"
Patrick Steinhardt
1
-5
/
+5
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
1
-6
/
+6
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
1
-5
/
+5
2025-02-18
reftable: stop using `BUG()` in trivial cases
Patrick Steinhardt
1
-2
/
+1
2024-10-17
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
1
-1
/
+4
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
1
-3
/
+3
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
1
-1
/
+1
2024-10-02
reftable/iter: handle allocation failures when creating indexed table iter
Patrick Steinhardt
1
-4
/
+16
2024-08-29
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
1
-21
/
+105
2024-08-28
reftable: mark unused parameters in empty iterator functions
Jeff King
1
-3
/
+3
2024-08-22
reftable/generic: drop interface
Patrick Steinhardt
1
-1
/
+0
2024-08-22
reftable/generic: move generic iterator code into iterator interface
Patrick Steinhardt
1
-0
/
+105
2024-08-22
reftable/iter: drop double-checking logic
Patrick Steinhardt
1
-20
/
+0
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
1
-1
/
+2
2024-05-13
reftable/generic: adapt interface to allow reuse of iterators
Patrick Steinhardt
1
-4
/
+4
2024-05-13
reftable/generic: move seeking of records into the iterator
Patrick Steinhardt
1
-0
/
+15
2024-04-15
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
1
-1
/
+1
2024-03-04
reftable/merged: remove unnecessary null check for subiters
Patrick Steinhardt
1
-5
/
+0
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
1
-2
/
+1
2022-01-20
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
1
-2
/
+2
2021-10-08
reftable: read reftable files
Han-Wen Nienhuys
1
-0
/
+194