Age | Commit message (Collapse) | Author |
|
quiche builds boringssl as static library, reuse that instead of
building another shared library.
Closes #5438
|
|
|
|
Closes #5301
|
|
|
|
... which also makes it OpenSSL 1.1.1d based and not v3.
|
|
Reported by the new script 'scripts/copyright.pl'. The script has a
regex whitelist for the files that don't need copyright headers.
Removed three (mostly usesless) README files from docs/
Closes #5141
|
|
- Stop using inline shell scripts for before_script and script sections.
Prior to this change Travis could ignore errors from commands in inline
scripts. I don't understand how or why it happens. This is a workaround.
Assisted-by: Simon Warta
Ref: https://github.com/travis-ci/travis-ci/issues/1066
Fixes https://github.com/curl/curl/issues/3730
Closes https://github.com/curl/curl/pull/3755
|