aboutsummaryrefslogtreecommitdiff
path: root/reftable/basics.c
AgeCommit message (Expand)Author
2025-10-07reftable: check for trailing newline in 'tables.list'Karthik Nayak
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt
2025-02-18reftable/basics: provide wrappers for big endian conversionPatrick Steinhardt
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt
2024-12-28reftable: handle realloc error in parse_names()René Scharfe
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe
2024-12-23Merge branch 'ps/reftable-alloc-failures-zalloc-fix'Junio C Hamano
2024-12-22reftable/basics: return NULL on zero-sized allocationsPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt
2024-10-17reftable/basics: provide new `reftable_buf` interfacePatrick Steinhardt
2024-10-04reftable/basics: fix segfault when growing `names` array failsPatrick Steinhardt
2024-10-02reftable/basics: ban standard allocator functionsPatrick Steinhardt
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt
2024-10-02reftable/basics: handle allocation failures in `reftable_calloc()`Patrick Steinhardt
2024-10-02reftable: introduce `reftable_strdup()`Patrick Steinhardt
2024-10-02reftable/basics: merge "publicbasics" into "basics"Patrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-04-03reftable/block: fix error handling when searching restart pointsPatrick Steinhardt
2024-04-03reftable/basics: fix return type of `binsearch()` to be `size_t`Patrick Steinhardt
2024-02-06reftable/stack: use `size_t` to track stack lengthPatrick Steinhardt
2024-02-06reftable: introduce macros to grow arraysPatrick Steinhardt
2021-10-08reftable: utility functionsHan-Wen Nienhuys