aboutsummaryrefslogtreecommitdiff
path: root/reftable/writer.c
AgeCommit message (Expand)Author
2025-08-12reftable/writer: drop Git-specific `QSORT()` macroPatrick Steinhardt
2025-08-12reftable/writer: fix type used for number of recordsPatrick Steinhardt
2025-05-19Merge branch 'ly/reftable-writer-leakfix'Junio C Hamano
2025-05-12reftable/writer: fix memory leak when `writer_index_hash()` failsLidong Yan
2025-05-12reftable/writer: fix memory leak when `padded_write()` failsLidong Yan
2025-04-29Merge branch 'ps/reftable-api-revamp'Junio C Hamano
2025-04-08Merge branch 'ps/reftable-sans-compat-util'Junio C Hamano
2025-04-07reftable/constants: make block types part of the public interfacePatrick Steinhardt
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt
2025-03-21reftable: adapt write_object_record() to propagate block_writer_add() errorsMeet Soni
2025-03-21reftable: adapt writer_add_record() to propagate block_writer_add() errorsMeet Soni
2025-02-18reftable/basics: introduce `REFTABLE_UNUSED` annotationPatrick Steinhardt
2025-02-18reftable/basics: provide wrappers for big endian conversionPatrick Steinhardt
2025-02-18reftable: stop using `BUG()` in trivial casesPatrick Steinhardt
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'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-11-26reftable: rename scratch bufferPatrick Steinhardt
2024-11-21reftable/writer: optimize allocations by using a scratch bufferPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-11-19reftable: explicitly handle hash format IDsPatrick Steinhardt
2024-10-17reftable: handle trivial `reftable_buf` errorsPatrick Steinhardt
2024-10-17reftable/record: adapt `reftable_record_key()` to handle allocation failuresPatrick Steinhardt
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt
2024-10-17reftable: stop using `strbuf_addbuf()`Patrick Steinhardt
2024-10-02reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt
2024-10-02reftable/tree: handle allocation failuresPatrick Steinhardt
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt
2024-10-02reftable/writer: handle allocation failures in `writer_index_hash()`Patrick Steinhardt
2024-08-17reftable: mark unused parameters in virtual functionsJeff King
2024-05-13reftable/writer: improve error when passed an invalid block sizePatrick Steinhardt
2024-05-13reftable/writer: drop static variable used to initialize strbufPatrick Steinhardt
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt
2024-04-08reftable/writer: reset `last_key` instead of releasing itPatrick Steinhardt
2024-04-08reftable/writer: unify releasing memoryPatrick Steinhardt
2024-04-08reftable/writer: refactorings for `writer_flush_nonempty_block()`Patrick Steinhardt
2024-04-08reftable/writer: refactorings for `writer_add_record()`Patrick Steinhardt
2024-02-12Merge branch 'ps/reftable-styles'Junio C Hamano
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt
2024-02-06reftable: introduce macros to grow arraysPatrick Steinhardt
2024-02-01reftable: document reading and writing indicesPatrick Steinhardt
2024-02-01reftable/writer: fix writing multi-level indicesPatrick Steinhardt
2024-02-01reftable/writer: simplify writing index recordsPatrick Steinhardt
2024-02-01reftable/writer: use correct type to iterate through index entriesPatrick Steinhardt