| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\| |
|
| | |
| |
| |
| |
| | |
[skip irctest ci]
[skip windows ci]
|
| |\| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |\| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | |
| |
| |
| |
| |
| | |
TRE is now maintained again so we can revive this.
This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f.
|
| | |
| |
| |
| |
| | |
This provides the SHA family using GnuTLS. In the future we can
add any new algorithms that appear.
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
|
|
|
| |
This is the default if available. RapidJSON has not had a release
in years and has known security vulnerabilities so we should really
not be using it.
|
| |
|
|
|
| |
This rename happened before we had config compatibility and it doesn't
make sense to keep it anymore.
|
| |
|
|
| |
Closes #2088.
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |\| |
|
| | |
| |
| |
| |
| |
| | |
This is now fixed upstream.
This reverts commit 686027909474c9ed3e98006b7a43f4fe3a10b796.
|
| |\| |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
[skip alpine ci]
[skip ubuntu ci]
[skip windows ci]
|
| | |
| |
| |
| |
| |
| | |
[skip alpine ci]
[skip ubuntu ci]
[skip windows ci]
|
| | |
| |
| |
| | |
Closes #1658.
|
| |\| |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
The original plan was to make the PCRE2 switch happen in v3 but it
seems that distributions are beginning to unpackage the old pcre
library already.
|
| |\| |
|
| | |
| |
| |
| |
| |
| | |
[skip alpine ci]
[skip ubuntu ci]
[skip windows ci]
|
| | |
| |
| |
| | |
Windows is not yet updated as the SDKs are not updated.
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
- Much cleaner API for writing to the log.
- Adds support for stderr and stdout logging to the core.
- Adds support for sql and syslog logging in modules.
|
| |\| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |\| |
|
| | |
| |
| |
| |
| |
| | |
As of this version specifying custom DH parameters is deprecated
and should not be used. Instead, a default (secure) DH parameters
will be used.
|
| | |
| |
| |
| | |
[skip windows ci]
|
| |\| |
|
| | |
| |
| |
| |
| |
| |
| | |
- Add support for skipping CI on specific platforms with commit comments.
- Add support for testing on Alpine (which uses musl instead of glibc).
- Rename "Linux CI" to "Ubuntu CI" now we test other Linux distros.
- Properly add packages to the PATH and LD_LIBRARY_PATH on macOS.
|
| | | |
|
| |\| |
|
| | |
| |
| |
| | |
This better matches with the master branch which uses C++17.
|
| | | |
|
| | | |
|