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-writer.h
Age
Commit message (
Expand
)
Author
12 days
reftable/stack: provide fsync(3p) via system header
Patrick Steinhardt
12 days
reftable: introduce "reftable-system.h" header
Patrick Steinhardt
2025-08-12
reftable/writer: fix type used for number of records
Patrick Steinhardt
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2025-02-14
Merge branch 'kn/reflog-migration-fix-followup'
Junio C Hamano
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
2025-01-21
reftable/block: adjust type of the restart length
Patrick Steinhardt
2024-11-26
reftable/stack: add mechanism to notify callers on reload
Patrick Steinhardt
2024-11-19
reftable/stack: stop using `fsync_component()` directly
Patrick Steinhardt
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
2024-10-02
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt
2024-09-24
refs/reftable: introduce "reftable.lockTimeout"
Patrick Steinhardt
2024-05-13
reftable: make the compaction factor configurable
Patrick Steinhardt
2024-05-13
reftable: use `uint16_t` to track restart interval
Patrick Steinhardt
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
2024-05-08
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
2024-04-08
reftable: remove name checks
Patrick Steinhardt
2024-04-08
reftable/stack: expose option to disable auto-compaction
Justin Tobler
2024-01-23
reftable: honor core.fsync
John Cai
2022-02-23
reftable: rename writer_stats to reftable_writer_stats
Han-Wen Nienhuys
2021-12-23
reftable: support preset file mode for writing
Han-Wen Nienhuys
2021-10-08
reftable: write reftable files
Han-Wen Nienhuys