aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-block.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt1-2/+2
2024-10-17reftable/blocksource: adapt interface namePatrick Steinhardt1-4/+4
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt1-21/+21
2024-10-17reftable: stop using `strbuf_addf()`Patrick Steinhardt1-2/+5
2024-10-02reftable: handle trivial allocation failuresPatrick Steinhardt1-0/+4
2024-10-02reftable/block: handle allocation failuresPatrick Steinhardt1-8/+12
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano1-2/+3
2024-08-28t-reftable-block: mark unused argv/argcJeff King1-1/+1
2024-08-21t-reftable-block: add tests for index blocksChandra Pratap1-0/+88
2024-08-21t-reftable-block: add tests for obj blocksChandra Pratap1-0/+82
2024-08-21t-reftable-block: add tests for log blocksChandra Pratap1-2/+91
2024-08-21t-reftable-block: remove unnecessary variable 'j'Chandra Pratap1-4/+2
2024-08-21t-reftable-block: use xstrfmt() instead of xstrdup()Chandra Pratap1-4/+1
2024-08-21t-reftable-block: use block_iter_reset() instead of block_iter_close()Chandra Pratap1-6/+2
2024-08-21t-reftable-block: use reftable_record_key() instead of strbuf_addstr()Chandra Pratap1-2/+1
2024-08-21t-reftable-block: use reftable_record_equal() instead of check_str()Chandra Pratap1-9/+9
2024-08-21t-reftable-block: release used block readerChandra Pratap1-0/+1
2024-08-21t: harmonize t-reftable-block.c with coding guidelinesChandra Pratap1-26/+26
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap1-0/+120