Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reftable/system: stop depending on "hash.h" | Patrick Steinhardt | 2024-11-19 | 1 | -1/+1 |
* | reftable/reader: handle allocation failures in `reader_init_iter()` | Patrick Steinhardt | 2024-10-02 | 1 | -4/+4 |
* | reftable/reader: introduce refcounting | Patrick Steinhardt | 2024-08-23 | 1 | -3/+12 |
* | reftable/reader: rename `reftable_new_reader()` | Patrick Steinhardt | 2024-08-23 | 1 | -2/+2 |
* | reftable/generic: drop interface | Patrick Steinhardt | 2024-08-22 | 1 | -7/+0 |
* | t/helper: inline `reftable_reader_print_file()` | Patrick Steinhardt | 2024-08-22 | 1 | -2/+0 |
* | Merge branch 'ps/reftable-reusable-iterator' | Junio C Hamano | 2024-05-30 | 1 | -38/+7 |
|\ | |||||
| * | reftable/reader: adapt interface to allow reuse of iterators | Patrick Steinhardt | 2024-05-14 | 1 | -38/+7 |
* | | reftable/dump: support dumping a table's block structure | Patrick Steinhardt | 2024-05-14 | 1 | -0/+2 |
|/ | |||||
* | reftable: read reftable files | Han-Wen Nienhuys | 2021-10-08 | 1 | -0/+101 |