aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-basics.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24t/unit-tests: convert reftable basics test to use clar test frameworkSeyi Kuforiji1-219/+0
2025-02-18reftable/basics: provide wrappers for big endian conversionPatrick Steinhardt1-5/+23
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt1-1/+1
2025-01-08t-reftable-basics: allow for `malloc` to be `#define`dJohannes Schindelin1-4/+4
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe1-0/+26
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe1-0/+30
2024-10-30Merge branch 'ps/reftable-strbuf'Taylor Blau1-8/+8
2024-10-25Merge branch 'ak/typofixes'Taylor Blau1-1/+1
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt1-2/+2
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt1-8/+8
2024-10-10t/unit-tests: fix typosAndrew Kreimer1-1/+1
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt1-5/+6
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano1-1/+1
2024-08-17unit-tests: ignore unused argc/argvJeff King1-1/+1
2024-07-30t-reftable-basics: use if_testRené Scharfe1-122/+106
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-4/+4
2024-05-30t: improve the test-case for parse_names()Chandra Pratap1-2/+4
2024-05-30t: add test for put_be16()Chandra Pratap1-0/+11
2024-05-30t: move tests from reftable/record_test.c to the new unit testChandra Pratap1-7/+33
2024-05-30t: move tests from reftable/stack_test.c to the new unit testChandra Pratap1-3/+22
2024-05-30t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap1-0/+102