| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |