summaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-readwrite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+2
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* | Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano2024-12-231-2/+45
|\ \
| * | reftable/writer: ensure valid range for log's update_indexKarthik Nayak2024-12-071-2/+45
| |/
* | reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt2024-11-191-0/+1
* | reftable/system: stop depending on "hash.h"Patrick Steinhardt2024-11-191-20/+20
|/
* t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt2024-10-171-4/+4
* reftable/blocksource: adapt interface namePatrick Steinhardt2024-10-171-12/+12
* reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt2024-10-171-46/+46
* reftable: stop using `strbuf_addf()`Patrick Steinhardt2024-10-171-11/+9
* reftable: fix calls to free(3P)Patrick Steinhardt2024-10-021-2/+2
* reftable: handle trivial allocation failuresPatrick Steinhardt2024-10-021-11/+16
* reftable/reader: handle allocation failures in `reader_init_iter()`Patrick Steinhardt2024-10-021-12/+22
* t/unit-tests: introduce reftable libraryPatrick Steinhardt2024-09-161-90/+40
* Merge branch 'jk/unused-parameters'Junio C Hamano2024-09-061-1/+1
|\
| * t-reftable-readwrite: mark unused parameter in callback functionJeff King2024-08-281-1/+1
* | Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano2024-09-031-44/+46
|/
* Merge branch 'jk/mark-unused-parameters'Junio C Hamano2024-08-261-1/+1
* t-reftable-readwrite: add test for known errorChandra Pratap2024-08-131-0/+5
* t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap2024-08-131-9/+3
* t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap2024-08-131-7/+3
* t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap2024-08-131-0/+979