summaryrefslogtreecommitdiff
path: root/reftable/stack.c
AgeCommit message (Expand)Author
2024-11-26reftable/stack: add mechanism to notify callers on reloadPatrick Steinhardt
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt
2024-11-19reftable/stack: drop only use of `get_locked_file_path()`Patrick Steinhardt
2024-11-19reftable/system: provide thin wrapper for tempfile subsystemPatrick Steinhardt
2024-11-19reftable/stack: stop using `fsync_component()` directlyPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-10-17reftable: handle trivial `reftable_buf` errorsPatrick Steinhardt
2024-10-17reftable/stack: adapt `stack_filename()` to handle allocation failuresPatrick Steinhardt
2024-10-17reftable/stack: adapt `format_name()` to handle allocation failuresPatrick Steinhardt
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt
2024-10-02reftable/stack: handle allocation failures in auto compactionPatrick Steinhardt
2024-10-02reftable/stack: handle allocation failures in `stack_compact_range()`Patrick Steinhardt
2024-10-02reftable/stack: handle allocation failures in `reftable_new_stack()`Patrick Steinhardt
2024-10-02reftable/stack: handle allocation failures on reloadPatrick Steinhardt
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt
2024-08-23reftable/stack: fix segfault when reload with reused readers failsPatrick Steinhardt
2024-08-23reftable/stack: reorder swapping in the reloaded stack contentsPatrick Steinhardt
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt
2024-08-23reftable/reader: inline `reader_close()`Patrick Steinhardt
2024-08-23reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt
2024-08-23reftable/stack: inline `stack_compact_range_stats()`Patrick Steinhardt
2024-08-22reftable/generic: drop interfacePatrick Steinhardt
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt
2024-08-22reftable/stack: open-code reading refsPatrick Steinhardt
2024-08-22reftable/merged: stop using generic tables in the merged tablePatrick Steinhardt
2024-08-22reftable/merged: rename `reftable_new_merged_table()`Patrick Steinhardt
2024-08-08reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt
2024-08-08reftable/stack: fix corruption on concurrent compactionPatrick Steinhardt
2024-08-08reftable/stack: use lock_file when adding table to "tables.list"Patrick Steinhardt
2024-08-08reftable/stack: do not die when fsyncing lock file filesPatrick Steinhardt
2024-08-08reftable/stack: simplify tracking of table locksPatrick Steinhardt
2024-08-08reftable/stack: update stats on failed full compactionPatrick Steinhardt
2024-08-08reftable/stack: refactor function to gather table sizesPatrick Steinhardt
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-06reftable: inline `merged_table_release()`Patrick Steinhardt
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano
2024-05-13reftable/merged: adapt interface to allow reuse of iteratorsPatrick Steinhardt
2024-05-13reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt