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
/
reftable-stack.h
Age
Commit message (
Expand
)
Author
13 days
reftable: introduce "reftable-system.h" header
Patrick Steinhardt
2025-11-10
reftable/stack: add function to check if optimization is required
Karthik Nayak
2025-08-12
reftable/stack: allow passing flags to `reftable_stack_add()`
Patrick Steinhardt
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2024-11-26
reftable/stack: add accessor for the hash ID
Patrick Steinhardt
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
2024-10-02
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
2024-09-24
reftable/stack: allow locking of outdated stacks
Patrick Steinhardt
2024-08-22
t/helper: inline `reftable_stack_print_directory()`
Patrick Steinhardt
2024-05-30
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
2024-05-13
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
2021-10-08
reftable: implement stack, a mutable database of reftable files.
Han-Wen Nienhuys