aboutsummaryrefslogtreecommitdiff
path: root/reftable/record.c
AgeCommit message (Expand)Author
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: propagate specific error codes in block_writer_add()Meet Soni
2025-02-18reftable/basics: introduce `REFTABLE_UNUSED` annotationPatrick Steinhardt
2025-02-18reftable/basics: stop using `SWAP()` macroPatrick Steinhardt
2025-02-18reftable/basics: provide wrappers for big endian conversionPatrick Steinhardt
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt
2025-02-18reftable/record: stop using `BUG()` in `reftable_record_init()`Patrick Steinhardt
2025-02-18reftable/record: stop using `COPY_ARRAY()`Patrick Steinhardt
2025-01-21reftable: address trivial -Wsign-compare warningsPatrick 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
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe
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/record: handle allocation failures when decoding recordsPatrick Steinhardt
2024-10-02reftable/record: handle allocation failures on copyPatrick Steinhardt
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt
2024-08-17reftable: mark unused parameters in virtual functionsJeff King
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-04-03reftable/record: extract function to decode key lengthsPatrick Steinhardt
2024-03-21Merge branch 'ps/reftable-reflog-iteration-perf'Junio C Hamano
2024-03-21Merge branch 'ps/reftable-block-search-fix'Junio C Hamano
2024-03-07reftable/record: fix memory leak when decoding object recordsPatrick Steinhardt
2024-03-05reftable/record: use scratch buffer when decoding recordsPatrick Steinhardt
2024-03-05reftable/record: reuse message when decoding log recordsPatrick Steinhardt
2024-03-05reftable/record: reuse refnames when decoding log recordsPatrick Steinhardt
2024-03-05reftable/record: avoid copying author infoPatrick Steinhardt
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt
2024-03-04reftable: allow inlining of a few functionsPatrick Steinhardt
2024-03-04reftable/record: decode keys in placePatrick Steinhardt
2024-03-04reftable/record: reuse refname when copyingPatrick Steinhardt
2024-03-04reftable/record: reuse refname when decodingPatrick Steinhardt
2024-02-26Merge branch 'ps/reftable-iteration-perf'Junio C Hamano
2024-02-12reftable/record: don't try to reallocate ref record namePatrick Steinhardt
2024-02-12reftable/record: introduce function to compare records by keyPatrick Steinhardt
2024-02-06reftable/record: improve semantics when initializing recordsPatrick Steinhardt
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt
2024-01-03reftable/record: store "val2" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt
2024-01-03reftable/record: constify some parts of the interfacePatrick Steinhardt
2022-01-20reftable: add print functions to the record typesHan-Wen Nienhuys
2022-01-20reftable: make reftable_record a tagged unionHan-Wen Nienhuys