index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
basics.h
Age
Commit message (
Expand
)
Author
2025-10-07
reftable: check for trailing newline in 'tables.list'
Karthik Nayak
2025-05-29
reftable: make REFTABLE_UNUSED C99 compatible
Carlo Marcelo Arenas Belón
2025-04-07
reftable/block: create public interface for reading blocks
Patrick Steinhardt
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
2025-02-18
reftable/basics: stop using `SWAP()` macro
Patrick Steinhardt
2025-02-18
reftable/basics: provide wrappers for big endian conversion
Patrick Steinhardt
2025-02-18
reftable/basics: stop using `st_mult()` in array allocators
Patrick Steinhardt
2025-01-21
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt
2025-01-21
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt
2024-12-28
reftable: fix allocation count on realloc error
René Scharfe
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
2024-11-19
reftable: explicitly handle hash format IDs
Patrick Steinhardt
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
2024-10-17
reftable/basics: provide new `reftable_buf` interface
Patrick Steinhardt
2024-10-02
reftable/basics: ban standard allocator functions
Patrick Steinhardt
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
2024-10-02
reftable/basics: handle allocation failures in `parse_names()`
Patrick Steinhardt
2024-10-02
reftable: introduce `reftable_strdup()`
Patrick Steinhardt
2024-10-02
reftable/basics: merge "publicbasics" into "basics"
Patrick Steinhardt
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-04-03
reftable/block: fix error handling when searching restart points
Patrick Steinhardt
2024-04-03
reftable/basics: fix return type of `binsearch()` to be `size_t`
Patrick Steinhardt
2024-02-06
reftable/stack: use `size_t` to track stack length
Patrick Steinhardt
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
2021-10-08
reftable: utility functions
Han-Wen Nienhuys