| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-07 | reftable/table: move printing logic into test helper | Patrick Steinhardt | 1 | -1/+68 |
| 2025-04-07 | reftable/reader: rename data structure to "table" | Patrick Steinhardt | 1 | -7/+7 |
| 2024-11-19 | reftable/system: stop depending on "hash.h" | Patrick Steinhardt | 1 | -2/+2 |
| 2024-10-02 | reftable/merged: handle allocation failures in `merged_table_init_iter()` | Patrick Steinhardt | 1 | -2/+8 |
| 2024-09-08 | t: move reftable/stack_test.c to the unit testing framework | Chandra Pratap | 1 | -8/+0 |
| 2024-09-03 | Merge branch 'ps/reftable-concurrent-compaction' | Junio C Hamano | 1 | -2/+2 |
| 2024-08-29 | Merge branch 'cp/unit-test-reftable-block' | Junio C Hamano | 1 | -1/+0 |
| 2024-08-29 | Merge branch 'ps/reftable-drop-generic' | Junio C Hamano | 1 | -1/+188 |
| 2024-08-23 | Merge branch 'cp/unit-test-reftable-readwrite' | Junio C Hamano | 1 | -1/+0 |
| 2024-08-23 | reftable/reader: introduce refcounting | Patrick Steinhardt | 1 | -1/+1 |
| 2024-08-23 | reftable/reader: rename `reftable_new_reader()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-08-22 | t/helper: refactor to not use `struct reftable_table` | Patrick Steinhardt | 1 | -15/+18 |
| 2024-08-22 | t/helper: use `hash_to_hex_algop()` to print hashes | Patrick Steinhardt | 1 | -37/+11 |
| 2024-08-22 | t/helper: inline printing of reftable records | Patrick Steinhardt | 1 | -8/+69 |
| 2024-08-22 | t/helper: inline `reftable_table_print()` | Patrick Steinhardt | 1 | -2/+50 |
| 2024-08-22 | t/helper: inline `reftable_stack_print_directory()` | Patrick Steinhardt | 1 | -1/+22 |
| 2024-08-22 | t/helper: inline `reftable_reader_print_file()` | Patrick Steinhardt | 1 | -1/+22 |
| 2024-08-22 | t/helper: inline `reftable_dump_main()` | Patrick Steinhardt | 1 | -1/+60 |
| 2024-08-21 | t: move reftable/block_test.c to the unit testing framework | Chandra Pratap | 1 | -1/+0 |
| 2024-08-14 | Merge branch 'cp/unit-test-reftable-tree' | Junio C Hamano | 1 | -1/+0 |
| 2024-08-14 | Merge branch 'cp/unit-test-reftable-pq' | Junio C Hamano | 1 | -1/+0 |
| 2024-08-13 | t: move reftable/readwrite_test.c to the unit testing framework | Chandra Pratap | 1 | -1/+0 |
| 2024-08-04 | t: move reftable/tree_test.c to the unit testing framework | Chandra Pratap | 1 | -1/+0 |
| 2024-08-01 | t: move reftable/pq_test.c to the unit testing framework | Chandra Pratap | 1 | -1/+0 |
| 2024-07-31 | Merge branch 'cp/unit-test-reftable-merged' | Junio C Hamano | 1 | -1/+0 |
| 2024-07-12 | t: move reftable/merged_test.c to the unit testing framework | Chandra Pratap | 1 | -1/+0 |
| 2024-07-02 | t: move reftable/record_test.c to the unit testing framework | Chandra Pratap | 1 | -1/+0 |
| 2024-06-12 | Merge branch 'cp/reftable-unit-test' | Junio C Hamano | 1 | -1/+0 |
| 2024-05-30 | t: move reftable/basics_test.c to the unit testing framework | Chandra Pratap | 1 | -1/+0 |
| 2024-04-08 | reftable: remove name checks | Patrick Steinhardt | 1 | -1/+0 |
| 2023-04-24 | reftable: ensure git-compat-util.h is the first (indirect) include | Elijah Newren | 1 | -0/+1 |
| 2022-01-20 | reftable: order unittests by complexity | Han-Wen Nienhuys | 1 | -4/+5 |
| 2021-10-08 | Add "test-tool dump-reftable" command. | Han-Wen Nienhuys | 1 | -0/+5 |
| 2021-10-08 | reftable: implement stack, a mutable database of reftable files. | Han-Wen Nienhuys | 1 | -0/+1 |
| 2021-10-08 | reftable: implement refname validation | Han-Wen Nienhuys | 1 | -0/+1 |
| 2021-10-08 | reftable: add merged table view | Han-Wen Nienhuys | 1 | -0/+1 |
| 2021-10-08 | reftable: add a heap-based priority queue for reftable records | Han-Wen Nienhuys | 1 | -0/+1 |
| 2021-10-08 | reftable: reftable file level tests | Han-Wen Nienhuys | 1 | -0/+1 |
| 2021-10-08 | reftable: a generic binary tree implementation | Han-Wen Nienhuys | 1 | -0/+1 |
| 2021-10-08 | reftable: reading/writing blocks | Han-Wen Nienhuys | 1 | -0/+1 |
| 2021-10-08 | reftable: (de)serialization for the polymorphic record type. | Han-Wen Nienhuys | 1 | -1/+1 |
| 2021-10-08 | reftable: utility functions | Han-Wen Nienhuys | 1 | -0/+9 |