aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-reftable.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-07reftable/table: move printing logic into test helperPatrick Steinhardt1-1/+68
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt1-7/+7
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt1-2/+2
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt1-2/+8
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap1-8/+0
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano1-2/+2
2024-08-29Merge branch 'cp/unit-test-reftable-block'Junio C Hamano1-1/+0
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano1-1/+188
2024-08-23Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano1-1/+0
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt1-1/+1
2024-08-23reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt1-1/+1
2024-08-22t/helper: refactor to not use `struct reftable_table`Patrick Steinhardt1-15/+18
2024-08-22t/helper: use `hash_to_hex_algop()` to print hashesPatrick Steinhardt1-37/+11
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt1-8/+69
2024-08-22t/helper: inline `reftable_table_print()`Patrick Steinhardt1-2/+50
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt1-1/+22
2024-08-22t/helper: inline `reftable_reader_print_file()`Patrick Steinhardt1-1/+22
2024-08-22t/helper: inline `reftable_dump_main()`Patrick Steinhardt1-1/+60
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap1-1/+0
2024-08-14Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano1-1/+0
2024-08-14Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano1-1/+0
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap1-1/+0
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap1-1/+0
2024-08-01t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap1-1/+0
2024-07-31Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano1-1/+0
2024-07-12t: move reftable/merged_test.c to the unit testing frameworkChandra Pratap1-1/+0
2024-07-02t: move reftable/record_test.c to the unit testing frameworkChandra Pratap1-1/+0
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano1-1/+0
2024-05-30t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap1-1/+0
2024-04-08reftable: remove name checksPatrick Steinhardt1-1/+0
2023-04-24reftable: ensure git-compat-util.h is the first (indirect) includeElijah Newren1-0/+1
2022-01-20reftable: order unittests by complexityHan-Wen Nienhuys1-4/+5
2021-10-08Add "test-tool dump-reftable" command.Han-Wen Nienhuys1-0/+5
2021-10-08reftable: implement stack, a mutable database of reftable files.Han-Wen Nienhuys1-0/+1
2021-10-08reftable: implement refname validationHan-Wen Nienhuys1-0/+1
2021-10-08reftable: add merged table viewHan-Wen Nienhuys1-0/+1
2021-10-08reftable: add a heap-based priority queue for reftable recordsHan-Wen Nienhuys1-0/+1
2021-10-08reftable: reftable file level testsHan-Wen Nienhuys1-0/+1
2021-10-08reftable: a generic binary tree implementationHan-Wen Nienhuys1-0/+1
2021-10-08reftable: reading/writing blocksHan-Wen Nienhuys1-0/+1
2021-10-08reftable: (de)serialization for the polymorphic record type.Han-Wen Nienhuys1-1/+1
2021-10-08reftable: utility functionsHan-Wen Nienhuys1-0/+9