summaryrefslogtreecommitdiffstats
path: root/reftable/basics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reftable: handle realloc error in parse_names()René Scharfe2024-12-281-1/+2
* reftable: fix allocation count on realloc errorRené Scharfe2024-12-281-8/+3
* Merge branch 'ps/reftable-alloc-failures-zalloc-fix'Junio C Hamano2024-12-231-0/+7
|\
| * reftable/basics: return NULL on zero-sized allocationsPatrick Steinhardt2024-12-221-0/+7
* | reftable/system: stop depending on "hash.h"Patrick Steinhardt2024-11-191-6/+7
* | reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt2024-10-171-1/+1
* | reftable/basics: provide new `reftable_buf` interfacePatrick Steinhardt2024-10-171-0/+74
|/
* reftable/basics: fix segfault when growing `names` array failsPatrick Steinhardt2024-10-041-2/+4
* reftable/basics: ban standard allocator functionsPatrick Steinhardt2024-10-021-0/+1
* reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt2024-10-021-4/+16
* reftable/basics: handle allocation failures in `reftable_calloc()`Patrick Steinhardt2024-10-021-3/+10
* reftable: introduce `reftable_strdup()`Patrick Steinhardt2024-10-021-0/+10
* reftable/basics: merge "publicbasics" into "basics"Patrick Steinhardt2024-10-021-0/+55
* global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-9/+6
* reftable/block: fix error handling when searching restart pointsPatrick Steinhardt2024-04-031-1/+4
* 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-4/+3
* reftable: introduce macros to grow arraysPatrick Steinhardt2024-02-061-6/+2
* reftable: utility functionsHan-Wen Nienhuys2021-10-081-0/+128