summaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)Author
2025-04-07reftable/block: make block iterators reseekablePatrick Steinhardt
2025-04-07reftable/block: rename `block_reader` to `reftable_block`Patrick Steinhardt
2025-04-07reftable/block: rename `block` to `block_data`Patrick Steinhardt
2025-04-07reftable/table: move reading block into block readerPatrick Steinhardt
2025-04-07reftable/blocksource: consolidate code into a single filePatrick Steinhardt
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt
2025-04-01Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revampJunio C Hamano
2025-03-28clar: avoid using the comma operator unnecessarilyJohannes Schindelin
2025-03-04t/unit-tests: convert urlmatch-normalization test to clarSeyi Kuforiji
2025-03-04t/unit-tests: convert trailer test to use clarSeyi Kuforiji
2025-02-25t/unit-tests: convert oidtree test to use clar test frameworkSeyi Kuforiji
2025-02-25t/unit-tests: convert oidmap test to use clar test frameworkSeyi Kuforiji
2025-02-25t/unit-tests: convert oid-array test to use clar test frameworkSeyi Kuforiji
2025-02-25t/unit-tests: implement clar specific oid helper functionsSeyi Kuforiji
2025-02-18reftable/basics: provide wrappers for big endian conversionPatrick Steinhardt
2025-02-18reftable/record: don't `BUG()` in `reftable_record_cmp()`Patrick Steinhardt
2025-02-18reftable/record: stop using `BUG()` in `reftable_record_init()`Patrick Steinhardt
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano
2025-02-10Merge branch 'sk/unit-tests-0130'Junio C Hamano
2025-01-31t/unit-tests: convert strcmp-offset test to use clar test frameworkSeyi Kuforiji
2025-01-31t/unit-tests: convert strbuf test to use clar test frameworkSeyi Kuforiji
2025-01-31t/unit-tests: adapt example decorate test to use clar test frameworkSeyi Kuforiji
2025-01-31t/unit-tests: convert hashmap test to use clar test frameworkSeyi Kuforiji
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano
2025-01-28Merge branch 'sk/unit-tests'Junio C Hamano
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt
2025-01-21Merge branch 'sk/unit-test-hash'Junio C Hamano
2025-01-21Merge branch 'ps/reftable-get-random-fix'Junio C Hamano
2025-01-17t/unit-tests: convert reftable tree test to use clar test frameworkSeyi Kuforiji
2025-01-17t/unit-tests: adapt priority queue test to use clar test frameworkSeyi Kuforiji
2025-01-17t/unit-tests: convert mem-pool test to use clar test frameworkSeyi Kuforiji
2025-01-17t/unit-tests: handle dashes in test suite filenamesSeyi Kuforiji
2025-01-09t/unit-tests: convert hash to use clar test frameworkSeyi Kuforiji
2025-01-08t-reftable-basics: allow for `malloc` to be `#define`dJohannes Schindelin
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt
2024-12-28t-reftable-merged: handle realloc errorsRené Scharfe
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe
2024-12-23Merge branch 'ps/ci-meson'Junio C Hamano
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano
2024-12-15Merge branch 'rj/strvec-splice-fix'Junio C Hamano
2024-12-13t: introduce compatibility options to clar-based testsPatrick Steinhardt
2024-12-13t/unit-tests: rename clar-based unit tests to have a common prefixPatrick Steinhardt