| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-24 | t/unit-tests: convert reftable block test to use clar | Seyi Kuforiji | 1 | -466/+0 |
| 2025-05-12 | reftable: fix perf regression when reading blocks of unwanted type | Patrick Steinhardt | 1 | -5/+10 |
| 2025-04-07 | reftable/constants: make block types part of the public interface | Patrick Steinhardt | 1 | -11/+11 |
| 2025-04-07 | reftable/block: expose a generic iterator over reftable records | Patrick Steinhardt | 1 | -0/+78 |
| 2025-04-07 | reftable/block: make block iterators reseekable | Patrick Steinhardt | 1 | -15/+11 |
| 2025-04-07 | reftable/block: rename `block_reader` to `reftable_block` | Patrick Steinhardt | 1 | -51/+51 |
| 2025-04-07 | reftable/table: move reading block into block reader | Patrick Steinhardt | 1 | -36/+40 |
| 2025-04-07 | reftable/blocksource: consolidate code into a single file | Patrick Steinhardt | 1 | -4/+4 |
| 2024-11-19 | reftable/system: provide thin wrapper for lockfile subsystem | Patrick Steinhardt | 1 | -0/+1 |
| 2024-11-19 | reftable/system: stop depending on "hash.h" | Patrick Steinhardt | 1 | -20/+20 |
| 2024-10-17 | t/unit-tests: check for `reftable_buf` allocation errors | Patrick Steinhardt | 1 | -2/+2 |
| 2024-10-17 | reftable/blocksource: adapt interface name | Patrick Steinhardt | 1 | -4/+4 |
| 2024-10-17 | reftable: convert from `strbuf` to `reftable_buf` | Patrick Steinhardt | 1 | -21/+21 |
| 2024-10-17 | reftable: stop using `strbuf_addf()` | Patrick Steinhardt | 1 | -2/+5 |
| 2024-10-02 | reftable: handle trivial allocation failures | Patrick Steinhardt | 1 | -0/+4 |
| 2024-10-02 | reftable/block: handle allocation failures | Patrick Steinhardt | 1 | -8/+12 |
| 2024-09-03 | Merge branch 'ps/reftable-concurrent-compaction' | Junio C Hamano | 1 | -2/+3 |
| 2024-08-28 | t-reftable-block: mark unused argv/argc | Jeff King | 1 | -1/+1 |
| 2024-08-21 | t-reftable-block: add tests for index blocks | Chandra Pratap | 1 | -0/+88 |
| 2024-08-21 | t-reftable-block: add tests for obj blocks | Chandra Pratap | 1 | -0/+82 |
| 2024-08-21 | t-reftable-block: add tests for log blocks | Chandra Pratap | 1 | -2/+91 |
| 2024-08-21 | t-reftable-block: remove unnecessary variable 'j' | Chandra Pratap | 1 | -4/+2 |
| 2024-08-21 | t-reftable-block: use xstrfmt() instead of xstrdup() | Chandra Pratap | 1 | -4/+1 |
| 2024-08-21 | t-reftable-block: use block_iter_reset() instead of block_iter_close() | Chandra Pratap | 1 | -6/+2 |
| 2024-08-21 | t-reftable-block: use reftable_record_key() instead of strbuf_addstr() | Chandra Pratap | 1 | -2/+1 |
| 2024-08-21 | t-reftable-block: use reftable_record_equal() instead of check_str() | Chandra Pratap | 1 | -9/+9 |
| 2024-08-21 | t-reftable-block: release used block reader | Chandra Pratap | 1 | -0/+1 |
| 2024-08-21 | t: harmonize t-reftable-block.c with coding guidelines | Chandra Pratap | 1 | -26/+26 |
| 2024-08-21 | t: move reftable/block_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+120 |