index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
blocksource.c
Age
Commit message (
Expand
)
Author
12 days
reftable/system: add abstraction to mmap files
Patrick Steinhardt
2025-04-07
reftable/block: rename `block` to `block_data`
Patrick Steinhardt
2025-04-07
reftable/blocksource: consolidate code into a single file
Patrick Steinhardt
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
2025-02-18
reftable/blocksource: stop using `xmmap()`
Patrick Steinhardt
2025-01-21
reftable/blocksource: adjust `read_block()` to return `ssize_t`
Patrick Steinhardt
2024-10-17
reftable/blocksource: adapt interface name
Patrick Steinhardt
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-10-02
reftable/blocksource: handle allocation failures
Patrick Steinhardt
2024-09-03
Merge branch 'ps/reftable-concurrent-compaction'
Junio C Hamano
2024-08-23
reftable/blocksource: drop malloc block source
Patrick Steinhardt
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
2024-01-11
reftable/blocksource: use mmap to read tables
Patrick Steinhardt
2024-01-11
reftable/blocksource: refactor code to match our coding style
Patrick Steinhardt
2023-12-11
reftable: handle interrupted reads
Patrick Steinhardt
2022-05-04
Merge branch 'cm/reftable-0-length-memset'
Junio C Hamano
2022-04-15
reftable: avoid undefined behaviour breaking t0032
Carlo Marcelo Arenas Belón
2022-01-20
reftable: fix resource leak blocksource.c
Han-Wen Nienhuys
2021-10-08
reftable: add blocksource, an abstraction for random access reads
Han-Wen Nienhuys