summaryrefslogtreecommitdiffstats
path: root/test/ring_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Use conventional test executable namesDavid Robillard1-195/+0
2022-06-28Use uppercase integer literal suffixesDavid Robillard1-6/+6
2021-12-17Suppress new warnings in clang-tidy 13David Robillard1-2/+2
2021-09-16Add a simple bump pointer allocatorDavid Robillard1-1/+0
2021-09-14Make ZixAllocator a single flat structDavid Robillard1-6/+5
2021-09-10Fix function attribute warningsDavid Robillard1-0/+1
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-09-10Use assert in Ring testDavid Robillard1-91/+26
2021-09-10Test failed Ring allocationDavid Robillard1-18/+51
2021-09-10Add custom allocator supportDavid Robillard1-1/+1
2021-09-10Add nullability annotationsDavid Robillard1-0/+3
2021-09-10Move attribute definitions to a separate headerDavid Robillard1-1/+1
2021-09-10Be explicit about the sign of defined integer constantsDavid Robillard1-5/+5
2021-07-17Avoid use of atoi() and atol()David Robillard1-2/+2
2021-01-16Allow all free functions to be called on nullDavid Robillard1-0/+2
2020-12-31Update copyright headersDavid Robillard1-1/+1
2020-12-31Initialize all variablesDavid Robillard1-4/+4
2020-12-31Format all code with clang-formatDavid Robillard1-170/+172
2020-08-13Clean up includes and forward declarationsDavid Robillard1-0/+1
2020-08-13Fix incorrect format specifiersDavid Robillard1-6/+6
2020-08-13Add format attributesDavid Robillard1-0/+2
2020-08-13Fix unused parameter warningsDavid Robillard1-2/+2
2019-10-18Fix unused parameter warningsDavid Robillard1-4/+4
2019-01-06Clean up includesDavid Robillard1-4/+4
2018-11-17Fix missing variable declaration warningsDavid Robillard1-3/+3
2018-11-14Fix potential memory leaks in testDavid Robillard1-0/+3
2012-02-01Use failure() for all errors.David Robillard1-6/+3
2012-02-01Fix types.David Robillard1-3/+3
2012-02-01Windows portability fixes.David Robillard1-9/+8
2012-01-31Add thread abstraction.David Robillard1-7/+7
2012-01-31Full test coverage for ZixRing.David Robillard1-5/+91
2011-10-09Fix ZixRing error when reading split/wrapped messages.David Robillard1-1/+1
2011-09-19Free ring before exit (cover zix_ring_free)David Robillard1-0/+1
2011-09-18Add ZixRing.David Robillard1-0/+145