index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
blocksource.c
Age
Commit message (
Expand
)
Author
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