| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-07 | reftable: check for trailing newline in 'tables.list' | Karthik Nayak | 1 | -13/+24 |
| 2025-04-07 | reftable: fix formatting of the license header | Patrick Steinhardt | 1 | -6/+6 |
| 2025-02-18 | reftable/basics: provide wrappers for big endian conversion | Patrick Steinhardt | 1 | -19/+0 |
| 2025-01-21 | reftable/basics: adjust `hash_size()` to return `uint32_t` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-21 | reftable/basics: adjust `common_prefix_size()` to return `size_t` | Patrick Steinhardt | 1 | -5/+3 |
| 2024-12-28 | reftable: handle realloc error in parse_names() | René Scharfe | 1 | -1/+2 |
| 2024-12-28 | reftable: fix allocation count on realloc error | René Scharfe | 1 | -8/+3 |
| 2024-12-23 | Merge branch 'ps/reftable-alloc-failures-zalloc-fix' | Junio C Hamano | 1 | -0/+7 |
| 2024-12-22 | reftable/basics: return NULL on zero-sized allocations | Patrick Steinhardt | 1 | -0/+7 |
| 2024-11-19 | reftable/system: stop depending on "hash.h" | Patrick Steinhardt | 1 | -6/+7 |
| 2024-10-17 | reftable: convert from `strbuf` to `reftable_buf` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-10-17 | reftable/basics: provide new `reftable_buf` interface | Patrick Steinhardt | 1 | -0/+74 |
| 2024-10-04 | reftable/basics: fix segfault when growing `names` array fails | Patrick Steinhardt | 1 | -2/+4 |
| 2024-10-02 | reftable/basics: ban standard allocator functions | Patrick Steinhardt | 1 | -0/+1 |
| 2024-10-02 | reftable/basics: handle allocation failures in `parse_names()` | Patrick Steinhardt | 1 | -4/+16 |
| 2024-10-02 | reftable/basics: handle allocation failures in `reftable_calloc()` | Patrick Steinhardt | 1 | -3/+10 |
| 2024-10-02 | reftable: introduce `reftable_strdup()` | Patrick Steinhardt | 1 | -0/+10 |
| 2024-10-02 | reftable/basics: merge "publicbasics" into "basics" | Patrick Steinhardt | 1 | -0/+55 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -9/+6 |
| 2024-04-03 | reftable/block: fix error handling when searching restart points | Patrick Steinhardt | 1 | -1/+4 |
| 2024-04-03 | reftable/basics: fix return type of `binsearch()` to be `size_t` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-02-06 | reftable/stack: use `size_t` to track stack length | Patrick Steinhardt | 1 | -4/+3 |
| 2024-02-06 | reftable: introduce macros to grow arrays | Patrick Steinhardt | 1 | -6/+2 |
| 2021-10-08 | reftable: utility functions | Han-Wen Nienhuys | 1 | -0/+128 |