aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-stack.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24t/unit-tests: convert reftable stack test to use clarSeyi Kuforiji1-1451/+0
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt1-33/+33
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak1-3/+51
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+2
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano1-2/+6
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak1-2/+6
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt1-0/+2
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt1-17/+17
2024-11-19reftable/system: move "dir.h" to its only userPatrick Steinhardt1-0/+1
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt1-29/+29
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt1-45/+45
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt1-18/+24
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano1-2/+4
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt1-1/+1
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt1-1/+3
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano1-2/+65
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt1-2/+65
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt1-13/+12
2024-09-09t-reftable-stack: add test for stack iteratorsChandra Pratap1-0/+83
2024-09-09t-reftable-stack: add test for non-default compaction factorChandra Pratap1-4/+37
2024-09-09t-reftable-stack: use reftable_ref_record_equal() to compare ref recordsChandra Pratap1-2/+2
2024-09-08t-reftable-stack: use Git's tempfile API instead of mkstemp()Chandra Pratap1-1/+3
2024-09-08t: harmonize t-reftable-stack.c with coding guidelinesChandra Pratap1-57/+53
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap1-0/+1210