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
/
table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-19
Merge branch 'ps/reftable-hardening'
Junio C Hamano
1
-0
/
+7
2026-07-05
reftable/table: release filter on error path
Johannes Schindelin
1
-0
/
+4
2026-07-03
reftable/table: fix OOB read on truncated table
Patrick Steinhardt
1
-0
/
+5
2026-07-03
reftable/table: fix NULL pointer access when seeking to bogus offsets
Patrick Steinhardt
1
-0
/
+2
2025-05-12
reftable: fix perf regression when reading blocks of unwanted type
Patrick Steinhardt
1
-10
/
+1
2025-04-07
reftable/table: move printing logic into test helper
Patrick Steinhardt
1
-65
/
+0
2025-04-07
reftable/constants: make block types part of the public interface
Patrick Steinhardt
1
-20
/
+20
2025-04-07
reftable/table: introduce iterator for table blocks
Patrick Steinhardt
1
-0
/
+47
2025-04-07
reftable/block: make block iterators reseekable
Patrick Steinhardt
1
-4
/
+7
2025-04-07
reftable/block: rename `block_reader` to `reftable_block`
Patrick Steinhardt
1
-23
/
+23
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
1
-8
/
+8
2025-04-07
reftable/table: move reading block into block reader
Patrick Steinhardt
1
-59
/
+6
2025-04-07
reftable/block: simplify how we track restart points
Patrick Steinhardt
1
-1
/
+1
2025-04-07
reftable/blocksource: consolidate code into a single file
Patrick Steinhardt
1
-28
/
+5
2025-04-07
reftable/reader: rename data structure to "table"
Patrick Steinhardt
1
-0
/
+879