summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog: Fill release date for 0.9.6issue-128-prepare-releaseSebastian Pipping2022-01-061-1/+1
* Bump version to 0.9.6Sebastian Pipping2022-01-063-3/+3
* Bump version info from 1:28:0 to 1:29:0Sebastian Pipping2022-01-062-1/+2
* ChangeLog: Improve communication about CVE-2021-46141 and CVE-2021-46142Sebastian Pipping2022-01-061-4/+11
* ChangeLog: Add security tape to #121 #122 #124Sebastian Pipping2021-12-171-0/+2
* ChangeLog: Add missing reference to pull request #124Sebastian Pipping2021-12-171-3/+4
* Merge pull request #127 from uriparser/fix-ci-alternativeSebastian Pipping2021-12-031-0/+1
|\
| * Actions: Workaround libwine:i386 installation issuesSebastian Pipping2021-12-031-0/+1
|/
* Merge pull request #126 from uriparser/dependabot/github_actions/actions/chec...Sebastian Pipping2021-11-081-1/+1
|\
| * 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