| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-12 | reftable: fix perf regression when reading blocks of unwanted type | Patrick Steinhardt | 1 | -10/+1 |
| 2025-04-07 | reftable/table: move printing logic into test helper | Patrick Steinhardt | 1 | -65/+0 |
| 2025-04-07 | reftable/constants: make block types part of the public interface | Patrick Steinhardt | 1 | -20/+20 |
| 2025-04-07 | reftable/table: introduce iterator for table blocks | Patrick Steinhardt | 1 | -0/+47 |
| 2025-04-07 | reftable/block: make block iterators reseekable | Patrick Steinhardt | 1 | -4/+7 |
| 2025-04-07 | reftable/block: rename `block_reader` to `reftable_block` | Patrick Steinhardt | 1 | -23/+23 |
| 2025-04-07 | reftable/block: rename `block` to `block_data` | Patrick Steinhardt | 1 | -8/+8 |
| 2025-04-07 | reftable/table: move reading block into block reader | Patrick Steinhardt | 1 | -59/+6 |
| 2025-04-07 | reftable/block: simplify how we track restart points | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-07 | reftable/blocksource: consolidate code into a single file | Patrick Steinhardt | 1 | -28/+5 |
| 2025-04-07 | reftable/reader: rename data structure to "table" | Patrick Steinhardt | 1 | -0/+879 |