aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-block.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24t/unit-tests: convert reftable block test to use clarSeyi Kuforiji1-466/+0
2025-05-12reftable: fix perf regression when reading blocks of unwanted typePatrick Steinhardt1-5/+10
2025-04-07reftable/constants: make block types part of the public interfacePatrick Steinhardt1-11/+11
2025-04-07reftable/block: expose a generic iterator over reftable recordsPatrick Steinhardt1-0/+78
2025-04-07reftable/block: make block iterators reseekablePatrick Steinhardt1-15/+11
2025-04-07reftable/block: rename `block_reader` to `reftable_block`Patrick Steinhardt1-51/+51
2025-04-07reftable/table: move reading block into block readerPatrick Steinhardt1-36/+40
2025-04-07reftable/blocksource: consolidate code into a single filePatrick Steinhardt1-4/+4
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-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