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
/
block.c
Age
Commit message (
Expand
)
Author
2024-04-03
reftable/basics: fix return type of `binsearch()` to be `size_t`
Patrick Steinhardt
2024-03-21
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
2024-03-21
Merge branch 'ps/reftable-block-search-fix'
Junio C Hamano
2024-03-07
reftable/block: fix binary search over restart counter
Patrick Steinhardt
2024-03-05
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
2024-03-04
reftable/record: decode keys in place
Patrick Steinhardt
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
2024-02-12
reftable/block: swap buffers instead of copying
Patrick Steinhardt
2024-02-06
reftable/record: improve semantics when initializing records
Patrick Steinhardt
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
2023-12-11
reftable/block: reuse buffer to compute record keys
Patrick Steinhardt
2023-12-11
reftable/block: introduce macro to initialize `struct block_iter`
Patrick Steinhardt
2022-02-23
reftable: avoid writing empty keys at the block layer
Han-Wen Nienhuys
2022-01-20
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
2022-01-20
reftable: fix resource leak in block.c error path
Han-Wen Nienhuys
2021-10-08
reftable: reading/writing blocks
Han-Wen Nienhuys
[prev]