summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #140 from uriparser/dependabot/github_actions/actions/chec...Sebastian Pipping2022-03-071-1/+1
|\
| * Actions(deps): Bump actions/checkout from 2.4.0 to 3.0.0dependabot[bot]2022-03-071-1/+1
|/
* Merge pull request #136 from uriparser/add-config-h-commentSebastian Pipping2022-01-111-1/+1
|\
| * UriMemory.c: Add comment on need for config.hadd-config-h-commentSebastian Pipping2022-01-111-1/+1
|/
* Merge pull request #131 from 1480c1/mingw-w64/uriparseSebastian Pipping2022-01-081-2/+4
|\
| * uriparse: use size_t for inet_ntop declaration and fix macro checksChristopher Degawa2022-01-071-2/+4
* | Merge pull request #132 from niclasr/reallocarray-NetBSDSebastian Pipping2022-01-071-0/+3
|\ \ | |/ |/|
| * Fix implicit declaration warning on NetBSDNiclas Rosenvik2022-01-071-0/+3
|/
* Actions: Avoid error "would clobber existing tag" when pushing new tagsSebastian Pipping2022-01-061-1/+1
* Merge branch 'issue-128-prepare-release' (#129)uriparser-0.9.6Sebastian Pipping2022-01-064-11/+22
|\
| * 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 branch 'upgrade-ci' (#130)Sebastian Pipping2022-01-061-6/+6
|\ \
| * | Actions: Upgrade Clang from 11 to 13Sebastian Pipping2022-01-061-5/+5
| * | Actions: Be explicit about ubuntu-20.04Sebastian Pipping2022-01-061-1/+1
| |/
* | .gitignore: Add missing entriesSebastian Pipping2022-01-061-0/+2
|/
* 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