summaryrefslogtreecommitdiff
path: root/t/unit-tests/t-reftable-stack.c
AgeCommit message (Expand)Author
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-11-19reftable/system: move "dir.h" to its only userPatrick Steinhardt
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick 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/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt
2024-09-09t-reftable-stack: add test for stack iteratorsChandra Pratap
2024-09-09t-reftable-stack: add test for non-default compaction factorChandra Pratap
2024-09-09t-reftable-stack: use reftable_ref_record_equal() to compare ref recordsChandra Pratap
2024-09-08t-reftable-stack: use Git's tempfile API instead of mkstemp()Chandra Pratap
2024-09-08t: harmonize t-reftable-stack.c with coding guidelinesChandra Pratap
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap