Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: improve const correctness when assigning string constants | Patrick Steinhardt | 2024-06-07 | 1 | -2/+2 |
* | reftable/block: fix error handling when searching restart points | Patrick Steinhardt | 2024-04-03 | 1 | -2/+3 |
* | reftable/basics: fix return type of `binsearch()` to be `size_t` | Patrick Steinhardt | 2024-04-03 | 1 | -1/+1 |
* | reftable/stack: use `size_t` to track stack length | Patrick Steinhardt | 2024-02-06 | 1 | -1/+1 |
* | reftable: introduce macros to allocate arrays | Patrick Steinhardt | 2024-02-06 | 1 | -1/+3 |
* | reftable: introduce macros to grow arrays | Patrick Steinhardt | 2024-02-06 | 1 | -0/+11 |
* | reftable: utility functions | Han-Wen Nienhuys | 2021-10-08 | 1 | -0/+60 |