summaryrefslogtreecommitdiffstats
path: root/t/unit-tests
AgeCommit message (Expand)AuthorLines
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo-0/+55
2025-05-19Merge branch 'ps/reftable-read-block-perffix'Junio C Hamano-5/+10
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King-1/+1
2025-05-12reftable: fix perf regression when reading blocks of unwanted typePatrick Steinhardt-5/+10
2025-04-29Merge branch 'ps/reftable-api-revamp'Junio C Hamano-318/+506
2025-04-16Merge branch 'sk/clar-trailer-urlmatch-norm-test'Junio C Hamano-359/+338
2025-04-15Merge branch 'js/comma-semicolon-confusion'Junio C Hamano-2/+8
2025-04-08Merge branch 'ps/reftable-sans-compat-util'Junio C Hamano-25/+67
2025-04-07reftable/constants: make block types part of the public interfacePatrick Steinhardt-48/+48
2025-04-07reftable/table: introduce iterator for table blocksPatrick Steinhardt-0/+110
2025-04-07reftable/block: expose a generic iterator over reftable recordsPatrick Steinhardt-0/+78
2025-04-07reftable/block: make block iterators reseekablePatrick Steinhardt-15/+11
2025-04-07reftable/block: rename `block_reader` to `reftable_block`Patrick Steinhardt-51/+51
2025-04-07reftable/block: rename `block` to `block_data`Patrick Steinhardt-5/+5
2025-04-07reftable/table: move reading block into block readerPatrick Steinhardt-36/+40
2025-04-07reftable/blocksource: consolidate code into a single filePatrick Steinhardt-6/+6
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt-131/+131
2025-04-01Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revampJunio C Hamano-25/+67
2025-03-28clar: avoid using the comma operator unnecessarilyJohannes Schindelin-2/+8
2025-03-04t/unit-tests: convert urlmatch-normalization test to clarSeyi Kuforiji-42/+18
2025-03-04t/unit-tests: convert trailer test to use clarSeyi Kuforiji-317/+320
2025-02-25t/unit-tests: convert oidtree test to use clar test frameworkSeyi Kuforiji-122/+107
2025-02-25t/unit-tests: convert oidmap test to use clar test frameworkSeyi Kuforiji-181/+136
2025-02-25t/unit-tests: convert oid-array test to use clar test frameworkSeyi Kuforiji-126/+129
2025-02-25t/unit-tests: implement clar specific oid helper functionsSeyi Kuforiji-24/+19
2025-02-18reftable/basics: provide wrappers for big endian conversionPatrick Steinhardt-5/+23
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt-16/+40
2025-02-18reftable/record: stop using `BUG()` in `reftable_record_init()`Patrick Steinhardt-4/+4
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano-3/+51
2025-02-10Merge branch 'sk/unit-tests-0130'Junio C Hamano-345/+340
2025-01-31t/unit-tests: convert strcmp-offset test to use clar test frameworkSeyi Kuforiji-35/+45
2025-01-31t/unit-tests: convert strbuf test to use clar test frameworkSeyi Kuforiji-122/+119
2025-01-31t/unit-tests: adapt example decorate test to use clar test frameworkSeyi Kuforiji-74/+64
2025-01-31t/unit-tests: convert hashmap test to use clar test frameworkSeyi Kuforiji-114/+112
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt-2/+2
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt-1/+1
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano-3/+20
2025-01-28Merge branch 'sk/unit-tests'Junio C Hamano-141/+131
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak-3/+51
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt-1/+1
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt-1/+1
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt-1/+1
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt-0/+17
2025-01-21Merge branch 'sk/unit-test-hash'Junio C Hamano-23/+48
2025-01-21Merge branch 'ps/reftable-get-random-fix'Junio C Hamano-3/+3
2025-01-17t/unit-tests: convert reftable tree test to use clar test frameworkSeyi Kuforiji-19/+11
2025-01-17t/unit-tests: adapt priority queue test to use clar test frameworkSeyi Kuforiji-91/+94
2025-01-17t/unit-tests: convert mem-pool test to use clar test frameworkSeyi Kuforiji-31/+25
2025-01-17t/unit-tests: handle dashes in test suite filenamesSeyi Kuforiji-0/+1
2025-01-09t/unit-tests: convert hash to use clar test frameworkSeyi Kuforiji-23/+48