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
/
blocksource.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
1
-22
/
+22
2025-04-07
reftable/blocksource: consolidate code into a single file
Patrick Steinhardt
1
-0
/
+35
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
-3
/
+3
2025-02-18
reftable/blocksource: stop using `xmmap()`
Patrick Steinhardt
1
-3
/
+8
2025-01-21
reftable/blocksource: adjust `read_block()` to return `ssize_t`
Patrick Steinhardt
1
-4
/
+4
2024-10-17
reftable/blocksource: adapt interface name
Patrick Steinhardt
1
-13
/
+13
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
1
-3
/
+3
2024-10-02
reftable/blocksource: handle allocation failures
Patrick Steinhardt
1
-5
/
+20
2024-09-03
Merge branch 'ps/reftable-concurrent-compaction'
Junio C Hamano
1
-20
/
+0
2024-08-23
reftable/blocksource: drop malloc block source
Patrick Steinhardt
1
-20
/
+0
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
1
-4
/
+4
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
1
-2
/
+2
2024-01-11
reftable/blocksource: use mmap to read tables
Patrick Steinhardt
1
-15
/
+7
2024-01-11
reftable/blocksource: refactor code to match our coding style
Patrick Steinhardt
1
-9
/
+8
2023-12-11
reftable: handle interrupted reads
Patrick Steinhardt
1
-1
/
+1
2022-05-04
Merge branch 'cm/reftable-0-length-memset'
Junio C Hamano
1
-3
/
+6
2022-04-15
reftable: avoid undefined behaviour breaking t0032
Carlo Marcelo Arenas Belón
1
-3
/
+6
2022-01-20
reftable: fix resource leak blocksource.c
Han-Wen Nienhuys
1
-2
/
+4
2021-10-08
reftable: add blocksource, an abstraction for random access reads
Han-Wen Nienhuys
1
-0
/
+148