aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-merged.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24t/unit-tests: convert reftable merged test to use clarSeyi Kuforiji1-546/+0
2025-04-07reftable/constants: make block types part of the public interfacePatrick Steinhardt1-6/+6
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt1-37/+37
2024-12-28t-reftable-merged: handle realloc errorsRené Scharfe1-2/+2
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt1-0/+73
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano1-13/+13
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt1-13/+13
2024-10-30Merge branch 'ps/reftable-strbuf'Taylor Blau1-16/+16
2024-10-25Merge branch 'ak/typofixes'Taylor Blau1-1/+1
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt1-3/+3
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt1-13/+13
2024-10-10t/unit-tests: fix typosAndrew Kreimer1-1/+1
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt1-0/+4
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt1-4/+8
2024-09-16reftable/reader: make table iterator reseekablePatrick Steinhardt1-0/+76
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt1-76/+11
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano1-5/+5
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano1-13/+4
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt1-2/+2
2024-08-23reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt1-3/+3
2024-08-22reftable/generic: drop interfacePatrick Steinhardt1-1/+0
2024-08-22reftable/merged: stop using generic tables in the merged tablePatrick Steinhardt1-12/+4
2024-08-22reftable/merged: rename `reftable_new_merged_table()`Patrick Steinhardt1-4/+4
2024-08-17reftable: mark unused parameters in virtual functionsJeff King1-1/+1
2024-08-17unit-tests: ignore unused argc/argvJeff King1-1/+1
2024-07-12t-reftable-merged: add test for REFTABLE_FORMAT_ERRORChandra Pratap1-0/+3
2024-07-12t-reftable-merged: use reftable_ref_record_equal to compare ref recordsChandra Pratap1-1/+1
2024-07-12t-reftable-merged: add tests for reftable_merged_table_max_update_indexChandra Pratap1-0/+2
2024-07-12t-reftable-merged: improve the const-correctness of helper functionsChandra Pratap1-10/+9
2024-07-12t-reftable-merged: improve the test t_merged_single_record()Chandra Pratap1-5/+10
2024-07-12t: harmonize t-reftable-merged.c with coding guidelinesChandra Pratap1-40/+28
2024-07-12t: move reftable/merged_test.c to the unit testing frameworkChandra Pratap1-0/+466