summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix IPv6 and IPvFuture literal parsing (#150)Scallop Ye2022-10-041-0/+38
* Include config.h only when it has not already been defined (#149)Gaspard Petit2022-06-011-1/+1
* tests: Cover OOM handling of empty URI elements in uriNormalizeSyntax* (#122)issue-121-and-122Sebastian Pipping2021-10-151-0/+18
* tests: Cover non-OOM handling of empty URI elements in uriNormalizeSyntax* (#...Sebastian Pipping2021-10-151-0/+16
* tests: Extract function testNormalizeSyntaxWithFailingMallocCallsFreeTimesSebastian Pipping2021-10-151-9/+15
* tests: Allow FailingMemoryManager to fail after a specified number of callsSebastian Pipping2021-10-151-45/+68
* tests: Cover fixed uriFreeUriMembers* behavior (#121)Sebastian Pipping2021-10-151-0/+39
* tests: Cover function uriMakeOwner* copying .hostText (#121)Sebastian Pipping2021-10-151-0/+35
* test/test.cpp: Address GCC warning "stringop-truncation"Sebastian Pipping2021-08-051-1/+1
* tests: Address MSVC compiler warning C4018Sebastian Pipping2021-03-291-4/+4
* Include UriMemory.h as C in testJoergen Ibsen2021-03-181-0/+4
* Stop mis-advertising wide characters as Unicode supportSebastian Pipping2021-03-071-1/+1
* test.cpp: Add additional test cases related to #92Sebastian Pipping2021-02-261-0/+26
* test.cpp: Add test cases from GitHub issue #92Sebastian Pipping2021-02-261-0/+29
* test.cpp: Cover new uriMakeOwner*Sebastian Pipping2019-08-271-0/+77
* tests: No longer crash when compiled with -DNDEBUG (fixes #67)Sebastian Pipping2019-04-281-0/+2
* tests: Add minimal coverage to ParseIpFourAddressSuiteSebastian Pipping2019-01-191-0/+13
* test: Migrate C include leftovers to C++Sebastian Pipping2019-01-192-4/+4
* Drop GNU AutotoolsSebastian Pipping2019-01-131-4/+0
* Fix errorPos for malformed URIs with IPvFuture addressesSebastian Pipping2018-12-081-0/+10
* Fix uriParse*Ex* out-of-bounds readSebastian Pipping2018-12-081-0/+13
* tests: Cover uriToStringCharsRequired for IPv4 URIsSebastian Pipping2018-12-081-0/+9
* tests: Turn some ASSERT_TRUE to EXPECT_TRUESebastian Pipping2018-12-081-9/+9
* tests: Expect uriToStringCharsRequired* to exact to the byteSebastian Pipping2018-12-081-0/+2
* tests: Replace asprintf by sprintf (fixes #40)Sebastian Pipping2018-11-281-6/+2
* Sync .gitignoreSebastian Pipping2018-10-271-0/+1
* tests: Replace call to ParseUriExMm using ParseSingleUriExMmSebastian Pipping2018-10-241-4/+2
* tests: Cover multiple calls to FreeUriMembersSebastian Pipping2018-10-241-0/+17
* UriParse.c: Make ParseSingleUriEx de-NULL afterLastSebastian Pipping2018-10-241-3/+3
* UriParse.c: Cover and fix ParseSingleUri* functionsSebastian Pipping2018-10-241-0/+50
* .gitignore: Add test/uriparser_test.log and /stamp-h1Sebastian Pipping2018-10-191-0/+1
* tests: Cover CompleteMemoryManager violation of requirementsSebastian Pipping2018-10-191-1/+18
* tests: Make things harder for CompleteMemoryManagerSebastian Pipping2018-10-191-1/+7
* UriMemory.c: Implement CompleteMemoryManager for convenienceSebastian Pipping2018-10-191-0/+10
* .gitingore: Propagate move of config.hSebastian Pipping2018-10-191-3/+0
* Rely on -I<builddir> for config.h to support VPATH buildsSebastian Pipping2018-10-171-1/+1
* tests: Cover overflow detectionSebastian Pipping2018-10-121-0/+23
* UriMemory.c: Implement tester and calloc/reallocarray emulationSebastian Pipping2018-10-121-0/+44
* tests: Stop inheriting C++ class from C structSebastian Pipping2018-10-101-21/+14
* tests: Address warning "designated initializers are a C99 feature"Sebastian Pipping2018-10-101-4/+4
* tests: Cover check for memory manager completenessSebastian Pipping2018-10-101-0/+36
* tests: Remove fat from CallCountLog, rename failingFree to countingFreeSebastian Pipping2018-10-101-16/+8
* tests: Drop output "bytes_printed: 5\n"Sebastian Pipping2018-10-101-1/+0
* tests: Plug memleaks in testRemoveBaseUriHelper (#31)Sebastian Pipping2018-10-101-0/+4
* tests: Rethink approach to free(..) towards leakfree test suiteSebastian Pipping2018-10-101-3/+2
* tests: Address warning about signed/unsigned comparisonSebastian Pipping2018-10-101-1/+1
* tests: Mark unused parameters as unusedSebastian Pipping2018-10-101-5/+6
* Add API function ParseUriExMmSebastian Pipping2018-10-101-0/+15
* Add API function FreeUriMembersMmSebastian Pipping2018-10-101-0/+13
* Add API function DissectQueryMallocExMmSebastian Pipping2018-10-101-0/+17