summaryrefslogtreecommitdiff
path: root/reftable
AgeCommit message (Expand)Author
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano
2025-02-06Merge branch 'ps/zlib-ng'Junio C Hamano
2025-01-28git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"Patrick Steinhardt
2025-01-28compat: introduce new "zlib.h" headerPatrick Steinhardt
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak
2025-01-21reftable: address trivial -Wsign-compare warningsPatrick Steinhardt
2025-01-21reftable/blocksource: adjust `read_block()` to return `ssize_t`Patrick Steinhardt
2025-01-21reftable/blocksource: adjust type of the block lengthPatrick Steinhardt
2025-01-21reftable/block: adjust type of the restart lengthPatrick Steinhardt
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick 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
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt
2025-01-21reftable/record: drop unused `print` function pointerPatrick Steinhardt
2025-01-07reftable/stack: accept insecure random bytesPatrick Steinhardt
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt
2024-12-28reftable: handle realloc error in parse_names()René Scharfe
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano
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-12-22reftable/stack: fix zero-sized allocation when there are no readersPatrick Steinhardt
2024-12-22reftable/merged: fix zero-sized allocation when there are no readersPatrick Steinhardt
2024-12-22reftable/stack: don't perform auto-compaction with less than two tablesPatrick Steinhardt
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt
2024-11-26reftable/stack: add mechanism to notify callers on reloadPatrick Steinhardt
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt
2024-11-26reftable: rename scratch bufferPatrick Steinhardt
2024-11-21reftable/block: optimize allocations by using scratch bufferPatrick Steinhardt
2024-11-21reftable/block: rename `block_writer::buf` variablePatrick Steinhardt
2024-11-21reftable/writer: optimize allocations by using a scratch bufferPatrick Steinhardt
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt
2024-11-19reftable/stack: drop only use of `get_locked_file_path()`Patrick Steinhardt
2024-11-19reftable/system: provide thin wrapper for tempfile subsystemPatrick Steinhardt
2024-11-19reftable/stack: stop using `fsync_component()` directlyPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-11-19reftable: explicitly handle hash format IDsPatrick Steinhardt
2024-11-19reftable/system: move "dir.h" to its only userPatrick Steinhardt
2024-10-17reftable: handle trivial `reftable_buf` errorsPatrick Steinhardt
2024-10-17reftable/stack: adapt `stack_filename()` to handle allocation failuresPatrick Steinhardt
2024-10-17reftable/record: adapt `reftable_record_key()` to handle allocation failuresPatrick Steinhardt
2024-10-17reftable/stack: adapt `format_name()` to handle allocation failuresPatrick Steinhardt
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt