summaryrefslogtreecommitdiffstats
path: root/reftable/basics.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-2/+2
* reftable/block: fix error handling when searching restart pointsPatrick Steinhardt2024-04-031-2/+3
* reftable/basics: fix return type of `binsearch()` to be `size_t`Patrick Steinhardt2024-04-031-1/+1
* reftable/stack: use `size_t` to track stack lengthPatrick Steinhardt2024-02-061-1/+1
* reftable: introduce macros to allocate arraysPatrick Steinhardt2024-02-061-1/+3
* reftable: introduce macros to grow arraysPatrick Steinhardt2024-02-061-0/+11
* reftable: utility functionsHan-Wen Nienhuys2021-10-081-0/+60