summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #165 from uriparser/pin-github-actions-at-commit-levelHEADmasterSebastian Pipping2023-04-181-1/+1
|\ | | | | Pin GitHub Actions to specific commits for security
| * Pin GitHub Actions to specific commits for securitySebastian Pipping2023-04-181-1/+1
|/
* Merge pull request #164 from ↵Sebastian Pipping2023-04-171-1/+1
|\ | | | | | | | | uriparser/dependabot/github_actions/actions/checkout-3.5.2 Actions(deps): Bump actions/checkout from 3.5.0 to 3.5.2
| * Actions(deps): Bump actions/checkout from 3.5.0 to 3.5.2dependabot[bot]2023-04-171-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #163 from ↵Sebastian Pipping2023-03-271-1/+1
|\ | | | | | | | | uriparser/dependabot/github_actions/actions/checkout-3.5.0 Actions(deps): Bump actions/checkout from 3.4.0 to 3.5.0
| * Actions(deps): Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]2023-03-271-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #162 from ↵Sebastian Pipping2023-03-201-1/+1
|\ | | | | | | | | uriparser/dependabot/github_actions/actions/checkout-3.4.0 Actions(deps): Bump actions/checkout from 3.3.0 to 3.4.0
| * Actions(deps): Bump actions/checkout from 3.3.0 to 3.4.0dependabot[bot]2023-03-201-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #161 from uriparser/clang-16Sebastian Pipping2023-02-201-6/+6
|\ | | | | Actions: Bump Clang from 15 to 16 + get sanitizer CFLAGS and LDFLAGS back in sync
| * Actions: Bump Clang from 15 to 16Sebastian Pipping2023-02-201-5/+5
| |
| * Actions: Get CFLAGS and LDFLAGS back in syncSebastian Pipping2023-02-201-1/+1
|/
* Merge pull request #160 from uriparser/fix-ciSebastian Pipping2023-01-271-1/+1
|\ | | | | Actions: Make sure that AddressSanitizer files are always available
| * Actions: Make sure that AddressSanitizer files are always availableSebastian Pipping2023-01-201-1/+1
|/ | | | | | | | | Symptom was: > /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan_static-x86_64.a: No such file or directory > /usr/bin/ld: cannot find /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory Related: https://github.com/llvm/llvm-project/issues/60008
* Merge pull request #159 from ↵Sebastian Pipping2023-01-091-1/+1
|\ | | | | | | | | uriparser/dependabot/github_actions/actions/checkout-3.3.0 Actions(deps): Bump actions/checkout from 3.2.0 to 3.3.0
| * Actions(deps): Bump actions/checkout from 3.2.0 to 3.3.0dependabot[bot]2023-01-091-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #158 from ↵Sebastian Pipping2022-12-191-1/+1
|\ | | | | | | | | uriparser/dependabot/github_actions/actions/checkout-3.2.0 Actions(deps): Bump actions/checkout from 3.1.0 to 3.2.0
| * Actions(deps): Bump actions/checkout from 3.1.0 to 3.2.0dependabot[bot]2022-12-191-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #155 from ↵Sebastian Pipping2022-10-101-1/+1
|\ | | | | | | | | uriparser/dependabot/github_actions/actions/checkout-3.1.0 Actions(deps): Bump actions/checkout from 3.0.2 to 3.1.0
| * Actions(deps): Bump actions/checkout from 3.0.2 to 3.1.0dependabot[bot]2022-10-101-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* ChangeLog: Add missing referenceuriparser-0.9.7Sebastian Pipping2022-10-051-1/+1
|
* Merge pull request #154 from uriparser/issue-153-prepare-releaseSebastian Pipping2022-10-055-5/+22
|\ | | | | Prepare release 0.9.7 (part of #153)
| * ChangeLog: Fill release date for 0.9.7Sebastian Pipping2022-10-051-1/+1
| |
| * ChangeLog: Add entries missing from 0.9.7Sebastian Pipping2022-10-052-0/+16
| |
| * Bump version to 0.9.7Sebastian Pipping2022-10-043-3/+3
| |
| * Bump version info from 1:29:0 to 1:30:0Sebastian Pipping2022-10-042-1/+2
|/ | | | see https://verbump.de/ for what these numbers do
* Merge pull request #151 from uriparser/clang-15Sebastian Pipping2022-10-042-6/+6
|\ | | | | CI: Update Clang from 14 to 15
| * build-and-test.yml: Update Clang from 14 to 15Sebastian Pipping2022-10-041-5/+5
| |
| * tool/uriparse.c: Address -Wstrict-prototypes for Clang 15Sebastian Pipping2022-10-041-1/+1
| |
* | Merge pull request #152 from uriparser/msvc-2022Sebastian Pipping2022-10-041-16/+6
|\ \ | |/ |/| CI: Add MSVC 17/2022
| * appveyor.yml: Replace MSVC 16/2019 by 17/2022Sebastian Pipping2022-10-041-6/+6
| |
| * appveyor.yml: Drop MSVC 14/2015Sebastian Pipping2022-10-041-10/+0
|/
* Fix IPv6 and IPvFuture literal parsing (#150)Scallop Ye2022-10-042-16/+51
|
* ChangeLog: Document #149Sebastian Pipping2022-06-012-0/+6
|
* Include config.h only when it has not already been defined (#149)Gaspard Petit2022-06-014-7/+7
| | | | | * Include config.h only when it has not already been defined * Rename config.h to UriConfig.h
* Merge pull request #148 from ↵Sebastian Pipping2022-04-251-1/+1
|\ | | | | | | | | uriparser/dependabot/github_actions/actions/checkout-3.0.2 Actions(deps): Bump actions/checkout from 3.0.1 to 3.0.2
| * Actions(deps): Bump actions/checkout from 3.0.1 to 3.0.2dependabot[bot]2022-04-251-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #147 from ↵Sebastian Pipping2022-04-181-1/+1
|\ | | | | | | | | uriparser/dependabot/github_actions/actions/checkout-3.0.1 Actions(deps): Bump actions/checkout from 3.0.0 to 3.0.1
| * Actions(deps): Bump actions/checkout from 3.0.0 to 3.0.1dependabot[bot]2022-04-181-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #145 from uriparser/mingw-ubuntu-20-04Sebastian Pipping2022-04-081-2/+2
|\ | | | | Actions: Sync libwine:i386 conflict resolution code
| * Actions: Sync libwine:i386 conflict resolution codeSebastian Pipping2022-04-081-2/+2
|/ | | | | Symptom was: E: Release 'focal' for 'libpcre2-posix3' was not found
* Merge pull request #144 from uriparser/mingw-ubuntu-20-04Sebastian Pipping2022-04-021-7/+18
|\ | | | | Actions: Make MinGW with 32bit Wine on Ubuntu 20.04 possible
| * Actions: Resolve parts of the matrix that are now redundantSebastian Pipping2022-04-021-6/+2
| |
| * Actions: Make MinGW with 32bit Wine on Ubuntu 20.04 possibleSebastian Pipping2022-04-021-3/+18
|/
* Merge pull request #143 from uriparser/clang-14Sebastian Pipping2022-03-251-5/+5
|\ | | | | Actions: Upgrade Clang from 13 to 14
| * Actions: Upgrade Clang from 13 to 14Sebastian Pipping2022-03-251-5/+5
|/
* Merge pull request #141 from uriparser/issue-139-fix-symbol-visibilitySebastian Pipping2022-03-163-15/+17
|\ | | | | Fix symbol visibility for non-MSVC static library build (fixes #139)
| * ChangeLog: Document #139 and #141Sebastian Pipping2022-03-162-0/+6
| |
| * Fix symbol visibility for non-MSVC static library buildSebastian Pipping2022-03-161-15/+11
|/
* Merge pull request #142 from uriparser/actions-address-held-broken-packagesSebastian Pipping2022-03-161-5/+12
|\ | | | | Actions: Address "held broken packages" issue
| * Actions: Address "held broken packages" issueSebastian Pipping2022-03-161-5/+12
|/ | | | | | | | | | | | | | Error was: [..] Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: wine32:i386 : Depends: libwine:i386 (= 5.0-3ubuntu1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.