| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-24 | t/unit-tests: convert reftable basics test to use clar test framework | Seyi Kuforiji | 1 | -219/+0 |
| 2025-02-18 | reftable/basics: provide wrappers for big endian conversion | Patrick Steinhardt | 1 | -5/+23 |
| 2025-01-21 | reftable/basics: adjust `common_prefix_size()` to return `size_t` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-08 | t-reftable-basics: allow for `malloc` to be `#define`d | Johannes Schindelin | 1 | -4/+4 |
| 2024-12-28 | reftable: fix allocation count on realloc error | René Scharfe | 1 | -0/+26 |
| 2024-12-28 | reftable: avoid leaks on realloc error | René Scharfe | 1 | -0/+30 |
| 2024-10-30 | Merge branch 'ps/reftable-strbuf' | Taylor Blau | 1 | -8/+8 |
| 2024-10-25 | Merge branch 'ak/typofixes' | Taylor Blau | 1 | -1/+1 |
| 2024-10-17 | t/unit-tests: check for `reftable_buf` allocation errors | Patrick Steinhardt | 1 | -2/+2 |
| 2024-10-17 | reftable: convert from `strbuf` to `reftable_buf` | Patrick Steinhardt | 1 | -8/+8 |
| 2024-10-10 | t/unit-tests: fix typos | Andrew Kreimer | 1 | -1/+1 |
| 2024-10-02 | reftable/basics: handle allocation failures in `parse_names()` | Patrick Steinhardt | 1 | -5/+6 |
| 2024-08-26 | Merge branch 'jk/mark-unused-parameters' | Junio C Hamano | 1 | -1/+1 |
| 2024-08-17 | unit-tests: ignore unused argc/argv | Jeff King | 1 | -1/+1 |
| 2024-07-30 | t-reftable-basics: use if_test | René Scharfe | 1 | -122/+106 |
| 2024-06-17 | Merge branch 'ps/no-writable-strings' | Junio C Hamano | 1 | -4/+4 |
| 2024-05-30 | t: improve the test-case for parse_names() | Chandra Pratap | 1 | -2/+4 |
| 2024-05-30 | t: add test for put_be16() | Chandra Pratap | 1 | -0/+11 |
| 2024-05-30 | t: move tests from reftable/record_test.c to the new unit test | Chandra Pratap | 1 | -7/+33 |
| 2024-05-30 | t: move tests from reftable/stack_test.c to the new unit test | Chandra Pratap | 1 | -3/+22 |
| 2024-05-30 | t: move reftable/basics_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+102 |