aboutsummaryrefslogtreecommitdiff
path: root/reftable
AgeCommit message (Expand)Author
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano
2024-08-29Merge branch 'cp/unit-test-reftable-block'Junio C Hamano
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano
2024-08-28reftable: mark unused parameters in empty iterator functionsJeff King
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano
2024-08-23Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano
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: keep readers alive during iterationPatrick Steinhardt
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt
2024-08-23reftable/stack: fix broken refnames in `write_n_ref_tables()`Patrick Steinhardt
2024-08-23reftable/reader: inline `reader_close()`Patrick Steinhardt
2024-08-23reftable/reader: inline `init_reader()`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-23reftable/blocksource: drop malloc block sourcePatrick Steinhardt
2024-08-22reftable/generic: drop interfacePatrick Steinhardt
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt
2024-08-22t/helper: inline `reftable_table_print()`Patrick Steinhardt
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt
2024-08-22t/helper: inline `reftable_reader_print_file()`Patrick Steinhardt
2024-08-22t/helper: inline `reftable_dump_main()`Patrick Steinhardt
2024-08-22reftable/dump: drop unused `compact_stack()`Patrick Steinhardt
2024-08-22reftable/generic: move generic iterator code into iterator interfacePatrick Steinhardt
2024-08-22reftable/iter: drop double-checking logicPatrick 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-22reftable/merged: expose functions to initialize iteratorsPatrick Steinhardt
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap
2024-08-17reftable: mark unused parameters in virtual functionsJeff King
2024-08-17reftable: drop obsolete test function declarationsJeff King
2024-08-17reftable: ignore unused argc/argv in test functionsJeff King
2024-08-15Merge branch 'ps/reftable-stack-compaction'Junio C Hamano
2024-08-14Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano
2024-08-14Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap
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: test compaction with already-locked tablesPatrick Steinhardt
2024-08-08reftable/stack: extract function to setup stack with N tablesPatrick Steinhardt
2024-08-08reftable/stack: refactor function to gather table sizesPatrick Steinhardt
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap
2024-08-04reftable: remove unnecessary curly braces in reftable/tree.cChandra Pratap
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() staticChandra Pratap