summaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)AuthorFilesLines
2025-01-17t/unit-tests: adapt priority queue test to use clar test frameworkSeyi Kuforiji2-91/+94
2025-01-17t/unit-tests: convert mem-pool test to use clar test frameworkSeyi Kuforiji2-31/+25
2025-01-17t/unit-tests: handle dashes in test suite filenamesSeyi Kuforiji1-0/+1
2025-01-09t/unit-tests: convert hash to use clar test frameworkSeyi Kuforiji1-23/+48
2025-01-08t-reftable-basics: allow for `malloc` to be `#define`dJohannes Schindelin1-4/+4
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt1-3/+3
2024-12-28t-reftable-merged: handle realloc errorsRené Scharfe1-2/+2
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe1-0/+26
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe1-0/+30
2024-12-23Merge branch 'ps/ci-meson'Junio C Hamano4-2/+22
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano7-3/+13
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano2-4/+51
2024-12-15Merge branch 'rj/strvec-splice-fix'Junio C Hamano1-0/+10
2024-12-13t: introduce compatibility options to clar-based testsPatrick Steinhardt1-1/+18
2024-12-13t/unit-tests: rename clar-based unit tests to have a common prefixPatrick Steinhardt3-1/+4
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano1-0/+73
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano9-105/+113
2024-12-10strvec: `strvec_splice()` to a statically initialized vectorRubén Justo1-0/+10
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak2-4/+51
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2-6/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt7-0/+13
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-0/+65
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt1-0/+73
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt1-0/+65
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano9-105/+113
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt5-0/+6
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt9-105/+106
2024-11-19reftable/system: move "dir.h" to its only userPatrick Steinhardt1-0/+1
2024-11-18t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt2-50/+63
2024-11-08Merge branch 'ps/upgrade-clar'Junio C Hamano12-124/+205
2024-10-30Merge branch 'ps/reftable-strbuf'Taylor Blau9-210/+218
2024-10-25Merge branch 'ak/typofixes'Taylor Blau2-2/+2
2024-10-21Makefile: extract script to generate clar declarationsPatrick Steinhardt1-0/+16
2024-10-21t/unit-tests: update clar to 206accbPatrick Steinhardt11-124/+189
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt5-44/+44
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt4-21/+21
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt9-179/+180
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt3-31/+38
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano7-51/+89
2024-10-10t/unit-tests: fix typosAndrew Kreimer2-2/+2
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt1-1/+1
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt1-2/+2
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt3-11/+24
2024-10-02reftable/tree: handle allocation failuresPatrick Steinhardt1-4/+6
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt1-8/+12
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt1-12/+22
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt2-5/+11
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt1-3/+5
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt1-5/+6
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano1-2/+65