summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #97 from uriparser/issue-92Sebastian Pipping2021-02-285-28/+130
|\ | | | | Fix RemoveDotSegmentsEx for URIs like "http://a/.." (fixes #92)
| * ChangeLog: Add missing reference to GitHub issue #92issue-92Sebastian Pipping2021-02-261-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
| | | | | | | | Thanks to Dan Pape (@danpape)!
| * UriCommon.c: Fix RemoveDotSegmentsEx for URIs like "http://a/.." (fixes #92)Sebastian Pipping2021-02-263-9/+25
| | | | | | | | | | Expected result: http://a/ Actual result: http://a
| * UriCommon.c: Prepare RemoveDotSegmentsEx for re-use segmentsSebastian Pipping2021-02-261-3/+7
| |
| * UriCommon.c: Move code down into branches (for upcoming changes)Sebastian Pipping2021-02-261-4/+11
| |
| * UriCommon.c: Add more in-code comments to RemoveDotSegmentsExSebastian Pipping2021-02-261-9/+39
| |
| * UriCommon.c: Remove (plain) internal RemoveDotSegmentsSebastian Pipping2021-02-262-14/+4
|/
* Merge pull request #96 from uriparser/travis-clang-combine-sanitizersSebastian Pipping2021-02-261-1/+2
|\ | | | | .travis.yml: Enable UBSan with Clang as well
| * .travis.yml: Enable fatal UBSan for Clangtravis-clang-combine-sanitizersSebastian Pipping2021-02-261-1/+2
|/
* Merge pull request #95 from uriparser/travis-update-clangSebastian Pipping2021-02-251-6/+9
|\ | | | | .travis.yml: Upgrade to Ubuntu Bionic 18.04.x LTS and Clang 11
| * .travis.yml: Upgrade to Ubuntu Bionic 18.04.x LTS and Clang 11Sebastian Pipping2021-02-251-6/+9
|/
* Merge branch 'jensenrichardson-patch-1' (#93)Sebastian Pipping2020-11-093-1/+5
|\
| * ChangeLog: Document #93Sebastian Pipping2020-11-092-0/+4
| |
| * Update Intel Compiler Defsjensenrichardson2020-11-091-1/+1
|/ | | | At some point, Intel changed __force_inline to __forceinline. Source: https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top/compiler-reference/compiler-options/compiler-option-details/inlining-options/inline-forceinline-qinline-forceinline.html
* Merge branch 'Cynerd-improve-pkg-config' (#91)Sebastian Pipping2020-10-043-3/+8
|\
| * Document #91Sebastian Pipping2020-10-042-0/+5
| |
| * pkg-config: improve template to be more genericKarel Kočí2020-09-251-3/+3
|/ | | | This also removes issues when cross-compiling.
* Merge branch 'SpaceIm-fix/lib-name-mingw' (#90)Sebastian Pipping2020-06-023-1/+10
|\
| * ChangeLog: Document #90Sebastian Pipping2020-06-022-0/+6
| |
| * cmake: fix static lib name for MinGWSpaceIm2020-06-011-1/+4
|/
* Merge pull request #89 from crawlserv/patch-1Sebastian Pipping2020-05-311-1/+1
|\ | | | | @section autoconf Autoconf Check
| * @section autoconf Autoconf CheckAns2020-05-311-1/+1
|/ | | old version number in text, but not in autoconf code
* Bump version to 0.9.4 (#88)uriparser-0.9.4Sebastian Pipping2020-05-314-4/+4
|
* Bump soname from 1:26:0 to 1:27:0 for upcoming release (#88)Sebastian Pipping2020-05-312-2/+2
|
* ChangeLog: Fix a typoSebastian Pipping2020-05-311-1/+1
|
* ChangeLog: Document #79 and #81Sebastian Pipping2020-05-312-0/+4
|
* ChangeLog: Document #74 and #75Sebastian Pipping2020-05-311-0/+3
|
* Merge pull request #86 from uriparser/issue-82-fix-bsd-3-license-wordingSebastian Pipping2020-03-2236-720/+720
|\ | | | | Fix BSD-3 license wording (fixes #82)
| * Fix BSD-3 license wording in COPYING fileSebastian Pipping2020-03-221-20/+20
| |
| * Fix BSD-3 license wording where preceeded by "# "Sebastian Pipping2020-03-226-120/+120
| |
| * Fix BSD-3 license wording in C codeSebastian Pipping2020-03-2229-580/+580
|/
* README.md: Improve CMake option listingSebastian Pipping2019-08-311-9/+17
|
* Merge pull request #81 from uriparser/issue-79-cmake-gtest-variablesSebastian Pipping2019-08-291-1/+1
|\ | | | | CMake: Use GTEST_INCLUDE_DIRS (plural) not GTEST_INCLUDE_DIR (singular) (for #79)
| * CMake: Use GTEST_INCLUDE_DIRS (plural) not GTEST_INCLUDE_DIR (singular)Sebastian Pipping2019-08-281-1/+1
|/
* README.md: Sync with CMakeLists.txt (#80)Sebastian Pipping2019-08-281-1/+4
|
* Merge pull request #78 from uriparser/issue-77-support-making-uri-independentSebastian Pipping2019-08-284-3/+150
|\ | | | | Support making UriUri* instance independent (for #77)
| * ChangeLog: Document new uriMakeOwner*Sebastian Pipping2019-08-271-0/+5
| |
| * test.cpp: Cover new uriMakeOwner*Sebastian Pipping2019-08-271-0/+77
| |
| * UriNormalize.c: Implement new public uriMakeOwner*Sebastian Pipping2019-08-272-0/+65
| |
| * UriNormalize.c: Rename internal uriMakeOwner to uriMakeOwnerEngineSebastian Pipping2019-08-271-3/+3
| |
* | CMake: Add option to enable/disable installation of files, default is ↵Scott Donelan2019-08-191-7/+13
|/ | | | | | enabled (#75, fixes #74)
* ChangeLog: Document #72Sebastian Pipping2019-07-122-0/+3
|
* Merge pull request #72 from codeInnovation/masterSebastian Pipping2019-07-111-17/+17
|\ | | | | print the configuration at status level
| * print the configuration at status levelScott Donelan2019-07-111-17/+17
|/
* Merge branch 'travis-clang-8'Sebastian Pipping2019-07-081-5/+5
|\
| * Travis CI: Upgrade to Clang 8Sebastian Pipping2019-07-081-5/+5
|/
* Merge branch 'be-okay-without-cxx-compiler' (fixes #69)Sebastian Pipping2019-06-103-11/+21
|\
| * ChangeLog: Document #69Sebastian Pipping2019-06-102-0/+3
| |