aboutsummaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)Author
2025-01-21Merge branch 'sk/unit-test-hash'Junio C Hamano
2025-01-21Merge branch 'ps/reftable-get-random-fix'Junio C Hamano
2025-01-17t/unit-tests: convert reftable tree test to use clar test frameworkSeyi Kuforiji
2025-01-17t/unit-tests: adapt priority queue test to use clar test frameworkSeyi Kuforiji
2025-01-17t/unit-tests: convert mem-pool test to use clar test frameworkSeyi Kuforiji
2025-01-17t/unit-tests: handle dashes in test suite filenamesSeyi Kuforiji
2025-01-09t/unit-tests: convert hash to use clar test frameworkSeyi Kuforiji
2025-01-08t-reftable-basics: allow for `malloc` to be `#define`dJohannes Schindelin
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt
2024-12-28t-reftable-merged: handle realloc errorsRené Scharfe
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe
2024-12-23Merge branch 'ps/ci-meson'Junio C Hamano
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-15Merge branch 'rj/strvec-splice-fix'Junio C Hamano
2024-12-13t: introduce compatibility options to clar-based testsPatrick Steinhardt
2024-12-13t/unit-tests: rename clar-based unit tests to have a common prefixPatrick Steinhardt
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano
2024-12-10strvec: `strvec_splice()` to a statically initialized vectorRubén Justo
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano
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-11-18t/unit-tests: convert "clar-generate.awk" into a shell scriptPatrick Steinhardt
2024-11-08Merge branch 'ps/upgrade-clar'Junio C Hamano
2024-10-30Merge branch 'ps/reftable-strbuf'Taylor Blau
2024-10-25Merge branch 'ak/typofixes'Taylor Blau
2024-10-21Makefile: extract script to generate clar declarationsPatrick Steinhardt
2024-10-21t/unit-tests: update clar to 206accbPatrick Steinhardt
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt
2024-10-17reftable/blocksource: adapt interface namePatrick 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-10t/unit-tests: fix typosAndrew Kreimer
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt
2024-10-02reftable/tree: handle allocation failuresPatrick Steinhardt
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt