aboutsummaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)Author
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt
2024-09-18Merge branch 'ps/clar-unit-test'Junio C Hamano
2024-09-16Merge branch 'cp/unit-test-reftable-stack'Junio C Hamano
2024-09-16Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failuresJunio C Hamano
2024-09-16Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failuresJunio C Hamano
2024-09-16reftable/reader: make table iterator reseekablePatrick Steinhardt
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt
2024-09-12Merge branch 'gt/unit-test-oid-array'Junio C Hamano
2024-09-09Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-excludeJunio C Hamano
2024-09-09t-reftable-stack: add test for stack iteratorsChandra Pratap
2024-09-09t-reftable-stack: add test for non-default compaction factorChandra Pratap
2024-09-09t-reftable-stack: use reftable_ref_record_equal() to compare ref recordsChandra Pratap
2024-09-08t-reftable-stack: use Git's tempfile API instead of mkstemp()Chandra Pratap
2024-09-08t: harmonize t-reftable-stack.c with coding guidelinesChandra Pratap
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap
2024-09-06Merge branch 'jk/unused-parameters'Junio C Hamano
2024-09-04t/unit-tests: convert ctype tests to use clarPatrick Steinhardt
2024-09-04t/unit-tests: convert strvec tests to use clarPatrick Steinhardt
2024-09-04t/unit-tests: implement test driverPatrick Steinhardt
2024-09-04Makefile: wire up the clar unit testing frameworkPatrick Steinhardt
2024-09-04clar: stop including `shellapi.h` unnecessarilyJohannes Schindelin
2024-09-04clar(win32): avoid compile error due to unused `fs_copy()`Johannes Schindelin
2024-09-04clar: avoid compile error with mingw-w64Johannes Schindelin
2024-09-04t/clar: fix compatibility with NonStopPatrick Steinhardt
2024-09-04t: import the clar unit testing frameworkPatrick Steinhardt
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano
2024-09-01t: port helper/test-oid-array.c to unit-tests/t-oid-array.cGhanshyam Thakkar
2024-08-29Merge branch 'cp/unit-test-reftable-block'Junio C Hamano
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano
2024-08-28Merge branch 'gt/unit-test-urlmatch-normalization'Junio C Hamano
2024-08-28t-reftable-block: mark unused argv/argcJeff King
2024-08-28t-reftable-readwrite: mark unused parameter in callback functionJeff King
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano
2024-08-23Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt
2024-08-23reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt
2024-08-22reftable/generic: drop interfacePatrick Steinhardt
2024-08-22reftable/merged: stop using generic tables in the merged tablePatrick Steinhardt
2024-08-22reftable/merged: rename `reftable_new_merged_table()`Patrick Steinhardt
2024-08-21t-reftable-block: add tests for index blocksChandra Pratap
2024-08-21t-reftable-block: add tests for obj blocksChandra Pratap
2024-08-21t-reftable-block: add tests for log blocksChandra Pratap
2024-08-21t-reftable-block: remove unnecessary variable 'j'Chandra Pratap
2024-08-21t-reftable-block: use xstrfmt() instead of xstrdup()Chandra Pratap
2024-08-21t-reftable-block: use block_iter_reset() instead of block_iter_close()Chandra Pratap
2024-08-21t-reftable-block: use reftable_record_key() instead of strbuf_addstr()Chandra Pratap