summaryrefslogtreecommitdiff
path: root/reftable
AgeCommit message (Expand)AuthorFilesLines
2025-01-21reftable/blocksource: adjust type of the block lengthPatrick Steinhardt1-1/+1
2025-01-21reftable/block: adjust type of the restart lengthPatrick Steinhardt2-8/+6
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt2-4/+4
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt8-49/+43
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt4-12/+9
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt2-31/+35
2025-01-21reftable/record: drop unused `print` function pointerPatrick Steinhardt1-3/+0
2025-01-07reftable/stack: accept insecure random bytesPatrick Steinhardt1-2/+2
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt1-1/+1
2024-12-28reftable: handle realloc error in parse_names()René Scharfe1-1/+2
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe2-21/+29
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe6-16/+31
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+2
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano1-0/+12
2024-12-23Merge branch 'ps/reftable-alloc-failures-zalloc-fix'Junio C Hamano3-15/+31
2024-12-22reftable/basics: return NULL on zero-sized allocationsPatrick Steinhardt1-0/+7
2024-12-22reftable/stack: fix zero-sized allocation when there are no readersPatrick Steinhardt1-10/+14
2024-12-22reftable/merged: fix zero-sized allocation when there are no readersPatrick Steinhardt1-5/+7
2024-12-22reftable/stack: don't perform auto-compaction with less than two tablesPatrick Steinhardt1-0/+3
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano4-0/+23
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano15-121/+372
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak1-0/+12
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt1-0/+2
2024-11-26reftable/stack: add mechanism to notify callers on reloadPatrick Steinhardt2-0/+13
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt2-0/+8
2024-11-26reftable: rename scratch bufferPatrick Steinhardt4-18/+20
2024-11-21reftable/block: optimize allocations by using scratch bufferPatrick Steinhardt2-8/+6
2024-11-21reftable/block: rename `block_writer::buf` variablePatrick Steinhardt2-14/+14
2024-11-21reftable/writer: optimize allocations by using a scratch bufferPatrick Steinhardt2-12/+12
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt3-37/+148
2024-11-19reftable/stack: drop only use of `get_locked_file_path()`Patrick Steinhardt1-3/+9
2024-11-19reftable/system: provide thin wrapper for tempfile subsystemPatrick Steinhardt3-35/+113
2024-11-19reftable/stack: stop using `fsync_component()` directlyPatrick Steinhardt2-17/+38
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt14-35/+47
2024-11-19reftable: explicitly handle hash format IDsPatrick Steinhardt3-5/+29
2024-11-19reftable/system: move "dir.h" to its only userPatrick Steinhardt1-1/+0
2024-10-17reftable: handle trivial `reftable_buf` errorsPatrick Steinhardt6-41/+107
2024-10-17reftable/stack: adapt `stack_filename()` to handle allocation failuresPatrick Steinhardt1-17/+45
2024-10-17reftable/record: adapt `reftable_record_key()` to handle allocation failuresPatrick Steinhardt5-22/+47
2024-10-17reftable/stack: adapt `format_name()` to handle allocation failuresPatrick Steinhardt1-9/+19
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt2-15/+15
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt15-192/+194
2024-10-17reftable/basics: provide new `reftable_buf` interfacePatrick Steinhardt2-0/+130
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt1-6/+12
2024-10-17reftable: stop using `strbuf_addbuf()`Patrick Steinhardt3-7/+8
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano28-346/+765
2024-10-04Merge branch 'ak/typofix-2.46-maint'Junio C Hamano1-1/+1
2024-10-04reftable/basics: fix segfault when growing `names` array failsPatrick Steinhardt1-2/+4
2024-10-03reftable: fix a typoAndrew Kreimer1-1/+1