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