Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reftable: make the compaction factor configurable | Patrick Steinhardt | 2024-05-14 | 1 | -1/+2 |
* | reftable: consistently refer to `reftable_write_options` as `opts` | Patrick Steinhardt | 2024-05-14 | 1 | -1/+1 |
* | reftable/stack: use geometric table compaction | Justin Tobler | 2024-04-08 | 1 | -3/+0 |
* | reftable/stack: expose option to disable auto-compaction | Justin Tobler | 2024-04-08 | 1 | -1/+0 |
* | reftable/stack: index segments with `size_t` | Patrick Steinhardt | 2024-02-06 | 1 | -3/+3 |
* | reftable/stack: fix race in up-to-date check | Patrick Steinhardt | 2024-01-18 | 1 | -1/+3 |
* | reftable/stack: use stat info to avoid re-reading stack list | Patrick Steinhardt | 2024-01-11 | 1 | -0/+1 |
* | reftable: implement stack, a mutable database of reftable files. | Han-Wen Nienhuys | 2021-10-08 | 1 | -0/+41 |