summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Actions(deps): Bump actions/checkout from 2.3.5 to 2.4.0dependabot/github_actions/actions/checkout-2.4.0dependabot[bot]2021-11-081-1/+1
* Merge pull request #124 from uriparser/issue-121-and-122Sebastian Pipping2021-10-215-83/+242
|\
| * 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
| * UriNormalize.c: Fix handling of empty segments in uriPreventLeakage (#122)Sebastian Pipping2021-10-152-7/+21
| * 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
| * UriParse.c: Adjust uriFreeUriMembers* to fixed uriMakeOwner* behavior (#121)Sebastian Pipping2021-10-152-8/+15
| * tests: Cover function uriMakeOwner* copying .hostText (#121)Sebastian Pipping2021-10-151-0/+35
| * UriNormalize.c: Fix .hostText copying in uriMakeOwnerEngine (#121)Sebastian Pipping2021-10-152-16/+17
* | Merge pull request #125 from uriparser/dependabot/github_actions/actions/chec...Sebastian Pipping2021-10-181-1/+1
|\ \ | |/ |/|
| * Actions(deps): Bump actions/checkout from 2.3.4 to 2.3.5dependabot/github_actions/actions/checkout-2.3.5dependabot[bot]2021-10-181-1/+1
|/
* Merge pull request #123 from uriparser/fix-ciSebastian Pipping2021-10-151-1/+2
|\
| * build-and-test.yml: Add "sudo apt-get update"fix-ciSebastian Pipping2021-10-151-1/+2
|/
* Merge pull request #120 from uriparser/issue-39-cover-mingw-in-ciSebastian Pipping2021-08-067-15/+95
|\
| * ChangeLog: Document #117 and #120Sebastian Pipping2021-08-061-0/+5
| * build-and-test.yml: Cover 32bit MinGW on LinuxSebastian Pipping2021-08-062-12/+65
| * make-distcheck.sh: Support test suite execution with MinGWSebastian Pipping2021-08-061-0/+10
| * CMake: Use Wine to invoke testrunner with MinGWSebastian Pipping2021-08-061-1/+7
| * tool/uriparse.c: Fix inet_ntop prototype for older MinGW (fixes #117)Sebastian Pipping2021-08-061-1/+1
| * build-and-test.yml: Silence warnings about CMake <3.0.0Sebastian Pipping2021-08-051-0/+4
| * build-and-test.yml: Be more verbose to aid debuggingSebastian Pipping2021-08-051-0/+2
| * test/test.cpp: Address GCC warning "stringop-truncation"Sebastian Pipping2021-08-051-1/+1
|/
* Merge pull request #119 from uriparser/issue-118Sebastian Pipping2021-08-022-1/+5
|\
| * Doc: Fix space requirements of uriUriStringToUnixFilename (#118)Sebastian Pipping2021-08-022-1/+5
|/
* ChangeLog: Combine related entries #111 and #113Sebastian Pipping2021-06-251-2/+1
* Merge pull request #115 from uriparser/improve-doc-preprocess-shSebastian Pipping2021-06-252-2/+4
|\
| * doc/preprocess.sh: Respect variable CPPSebastian Pipping2021-06-252-2/+4
| * doc/preprocess.sh: Add missing quotesSebastian Pipping2021-06-251-1/+1
|/
* Merge pull request #114 from uriparser/issue-114-cmake-absolute-libdirSebastian Pipping2021-04-074-2/+18
|\
| * CMake: Support absolute paths for CMAKE_INSTALL_(LIB|INCLUDE)DIRissue-114-cmake-absolute-libdirSebastian Pipping2021-04-064-2/+18
|/
* Merge pull request #113 from uriparser/issue-113-testrunner-address-msvc-comp...Sebastian Pipping2021-03-293-21/+6
|\
| * tests: Address MSVC compiler warning C4018Sebastian Pipping2021-03-292-4/+5
| * Revert "CMake: Exclude target "testrunner" from "add_definitions(/WX)""Sebastian Pipping2021-03-292-17/+1
|/
* Merge pull request #112 from uriparser/msvc-2019Sebastian Pipping2021-03-291-0/+12
|\
| * appveyor.yml: Add MSVC 2019msvc-2019Sebastian Pipping2021-03-291-0/+12
|/
* README.md: Make CMake example better promote semverSebastian Pipping2021-03-241-1/+1
* README.md: Fix CMake exampleSebastian Pipping2021-03-241-0/+3
* Merge pull request #110 from uriparser/fix-cross-compilationSebastian Pipping2021-03-234-16/+42
|\
| * CMake: Exclude target "testrunner" from "add_definitions(/WX)"Sebastian Pipping2021-03-232-1/+17
| * CMake: Move call to add_definitions(/WX) after all C/C++ targetsSebastian Pipping2021-03-231-11/+14
| * AppVeyor: Bump Googletest from 1.8.1 to 1.10.0Sebastian Pipping2021-03-231-3/+3
| * ChangeLog: Document #110fix-cross-compilationSebastian Pipping2021-03-232-0/+4
| * CMake: Only set CMAKE_CXX_FLAGS after enable_language(CXX)Alex Richardson2021-03-231-2/+5
|/
* Merge pull request #111 from uriparser/address-msvc-warningsSebastian Pipping2021-03-232-0/+5
|\
| * CMake: Address MSVC compiler warning C4996Sebastian Pipping2021-03-232-0/+5
|/
* ChangeLog: Fill release date for 0.9.5 (#107, #108)uriparser-0.9.5Sebastian Pipping2021-03-181-1/+1
* Merge pull request #108 from uriparser/issue-107-prepare-releaseSebastian Pipping2021-03-184-9/+12
|\
| * Bump version to 0.9.5 (#107)Sebastian Pipping2021-03-183-3/+3