aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/blocksource.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt1-2/+2
2024-01-11reftable/blocksource: use mmap to read tablesPatrick Steinhardt1-15/+7
2024-01-11reftable/blocksource: refactor code to match our coding stylePatrick Steinhardt1-9/+8
2023-12-11reftable: handle interrupted readsPatrick Steinhardt1-1/+1
2022-05-04Merge branch 'cm/reftable-0-length-memset'Junio C Hamano1-3/+6
2022-04-15reftable: avoid undefined behaviour breaking t0032Carlo Marcelo Arenas Belón1-3/+6
2022-01-20reftable: fix resource leak blocksource.cHan-Wen Nienhuys1-2/+4
2021-10-08reftable: add blocksource, an abstraction for random access readsHan-Wen Nienhuys1-0/+148