aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-readwrite.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24t/unit-tests: convert reftable readwrite test to use clarSeyi Kuforiji1-985/+0
2025-04-07reftable/block: rename `block` to `block_data`Patrick Steinhardt1-5/+5
2025-04-07reftable/blocksource: consolidate code into a single filePatrick Steinhardt1-2/+2
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt1-48/+48
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano1-1/+1
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt1-1/+1
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt1-3/+3
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-2/+45
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak1-2/+45
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt1-0/+1
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt1-20/+20
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt1-4/+4
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt1-12/+12
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt1-46/+46
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt1-11/+9
2024-10-02reftable: fix calls to free(3P)Patrick Steinhardt1-2/+2
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt1-11/+16
2024-10-02reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt1-12/+22
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt1-90/+40
2024-09-06Merge branch 'jk/unused-parameters'Junio C Hamano1-1/+1
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano1-44/+46
2024-08-28t-reftable-readwrite: mark unused parameter in callback functionJeff King1-1/+1
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano1-1/+1
2024-08-13t-reftable-readwrite: add test for known errorChandra Pratap1-0/+5
2024-08-13t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap1-9/+3
2024-08-13t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap1-7/+3
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap1-0/+979