aboutsummaryrefslogtreecommitdiff
path: root/t/unit-tests/t-reftable-readwrite.c
AgeCommit message (Expand)Author
2025-07-24t/unit-tests: convert reftable readwrite test to use clarSeyi Kuforiji
2025-04-07reftable/block: rename `block` to `block_data`Patrick Steinhardt
2025-04-07reftable/blocksource: consolidate code into a single filePatrick Steinhardt
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt
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-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-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt
2024-09-06Merge branch 'jk/unused-parameters'Junio C Hamano
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano
2024-08-28t-reftable-readwrite: mark unused parameter in callback functionJeff King
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano
2024-08-13t-reftable-readwrite: add test for known errorChandra Pratap
2024-08-13t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap
2024-08-13t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap