Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http3: use the master branch of GnuTLS for testing | Daiki Ueno | 2020-11-22 | 1 | -1/+1 |
| | | | | Closes #6235 | ||||
* | release-notes.pl: detect #[number] better for Ref: etc | Daniel Stenberg | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | Revert "libcurl.pc: make it relocatable" | Daniel Stenberg | 2020-11-09 | 1 | -3/+0 |
| | | | | | | | | | | This reverts commit 3862c37b6373a55ca704171d45ba5ee91dec2c9f. That fix should either be done differently or with an option. Reported-by: asavah on github Fixes #6157 Closes #6183 | ||||
* | copyright: fix year ranges | Daniel Stenberg | 2020-11-05 | 1 | -0/+3 |
| | | | | Follow-up from 4d2f8006777 | ||||
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 15 | -16/+16 |
| | | | | Closes #6172 | ||||
* | travis: use ninja-build for CMake builds | Sergei Nikulov | 2020-11-04 | 1 | -14/+9 |
| | | | | | | | Added package ninja-build to environment Use ninja to speed up CMake builds Closes #6077 | ||||
* | CI/tests: enable test target on TravisCI for CMake builds | Sergei Nikulov | 2020-11-03 | 1 | -0/+1 |
| | | | | | | | | Added test-nonflaky target to CMake builds Disabled test 1139 because the cmake build doesn't create docs/curl.1 Closes #6074 | ||||
* | travis: use valgrind when running tests for debug builds | Daniel Stenberg | 2020-11-02 | 1 | -1/+1 |
| | | | | | | Except the non-x86 and sanitizer builds Closes #6154 | ||||
* | alt-svc: enable by default | Daniel Stenberg | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported. alt-svc support in curl is no longer considered experimental Closes #5868 | ||||
* | scripts/release-notes.pl: don't "embed" $ in format string for printf() | Daniel Stenberg | 2020-10-05 | 1 | -2/+3 |
| | | | | ... since they might contain %-codes that mess up the output! | ||||
* | src: Consistently spell whitespace without whitespace | Daniel Gustafsson | 2020-09-30 | 1 | -1/+1 |
| | | | | | | | | | Whitespace is spelled without a space between white and space, so make sure to consistently spell it that way across the codebase. Closes #6023 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Emil Engler <me@emilengler.com> | ||||
* | symbian: drop support | Daniel Stenberg | 2020-09-22 | 1 | -11/+0 |
| | | | | | | | | | The OS is deprecated. I see no traces of anyone having actually built curl for Symbian after 2012. The public headers are unmodified. Closes #5989 | ||||
* | travis: use libressl v3.1.4 instead of master | Daniel Stenberg | 2020-09-15 | 1 | -1/+1 |
| | | | | | | | ... as their git master seems too fragile to use (and 3.2.1 which is the latest has a build failure). Closes #5964 | ||||
* | travis: add a build using libressl (from git master) | Daniel Stenberg | 2020-09-07 | 1 | -0/+10 |
| | | | | | | The v3.2.1 tag (latest release atm) results in a broken build. Closes #5932 | ||||
* | scripts/delta: add diffstat summary | Daniel Stenberg | 2020-09-03 | 1 | -18/+17 |
| | | | | ... and make output more table-like | ||||
* | travis: add a CI job with openssl3 (from git master) | Daniel Stenberg | 2020-09-03 | 1 | -0/+9 |
| | | | | Closes #5908 | ||||
* | copyright.pl: ignore buildconf | Daniel Stenberg | 2020-09-02 | 1 | -0/+1 |
| | |||||
* | scripts: improve the "get latest curl release tag" logic | Daniel Stenberg | 2020-08-27 | 3 | -3/+3 |
| | | | | ... by insiting on it matching "^curl-". | ||||
* | HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29 | Eric Curtin | 2020-08-27 | 1 | -1/+1 |
| | | | | Closes #5871 | ||||
* | winbuild: convert the instruction text to README.md | Daniel Stenberg | 2020-08-26 | 1 | -1/+0 |
| | | | | Closes #5861 | ||||
* | scripts/copyright.pl: ignore .muse files | Daniel Stenberg | 2020-08-14 | 1 | -0/+1 |
| | |||||
* | travis/script.sh: fix use of `-n' with unquoted envvar | Thomas M. DuBuisson | 2020-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Shellcheck tells us "-n doesn't work with unquoted arguments. quote or use [[ ]]." And testing shows: ``` docker run --rm -it ubuntu bash root@fe85ce156856:/# [ -n $DOES_NOT_EXIST ] && echo "I ran" I ran root@fe85ce156856:/# [ -n "$DOES_NOT_EXIST" ] && echo "I ran" root@fe85ce156856:/# ``` Closes #5773 | ||||
* | travis: add ppc64le and s390x builds | Daniel Stenberg | 2020-07-31 | 1 | -13/+15 |
| | | | | Closes #5752 | ||||
* | travis: update quiche builds for new boringssl layout | Alessandro Ghedini | 2020-07-18 | 1 | -2/+2 |
| | | | | | | | | | | This is required after https://github.com/cloudflare/quiche/pull/593 moved BoringSSL around slightly. This also means that Go is not needed to build BoringSSL anymore (the one provided by quiche anyway). Closes #5691 | ||||
* | scripts/copyright.pl: skip .dcignore | Daniel Stenberg | 2020-06-30 | 1 | -0/+1 |
| | |||||
* | wording: avoid blacklist/whitelist stereotypes | Daniel Stenberg | 2020-06-10 | 1 | -4/+4 |
| | | | | | | | | Instead of discussing if there's value or meaning (implied or not) in the colors, let's use words without the same possibly negative associations. Closes #5546 | ||||
* | all: fix codespell errors | Viktor Szakats | 2020-05-25 | 2 | -3/+3 |
| | | | | | | Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452 | ||||
* | copyright: updated year ranges out of sync | Daniel Stenberg | 2020-05-24 | 1 | -0/+4 |
| | | | | ... and whitelisted a few more files in the the copyright.pl script. | ||||
* | travis: simplify quiche build instructions wrt boringssl | Peter Wu | 2020-05-22 | 1 | -2/+4 |
| | | | | | | | quiche builds boringssl as static library, reuse that instead of building another shared library. Closes #5438 | ||||
* | travis: remove the .checksrc fiddling | Daniel Stenberg | 2020-05-15 | 1 | -2/+0 |
| | |||||
* | travis: Add ngtcp2 and quiche tests for CMake | Peter Wu | 2020-05-10 | 1 | -7/+2 |
| | | | | | | To avoid an explosion of jobs, extend the existing CMake tests with ngtcp2 and quiche support. macOS was previously moved to GitHub actions, so the non-Linux case can be dropped. | ||||
* | travis: add "qlog" as feature in the quiche build | Daniel Stenberg | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | travis: bump the wolfssl CI build to use 4.4.0 | Daniel Stenberg | 2020-04-27 | 1 | -5/+5 |
| | | | | Closes #5301 | ||||
* | release-notes.pl: fix parsing typo | Daniel Stenberg | 2020-04-20 | 1 | -2/+2 |
| | |||||
* | scripts/release-notes.pl: accept colon after the Fixes/Closes keywords | Daniel Stenberg | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | scripts/release-notes: fix duplicate output header | Daniel Stenberg | 2020-04-14 | 1 | -0/+1 |
| | |||||
* | release-notes.pl: detect the start of the references in cleanup mode | Daniel Stenberg | 2020-04-11 | 1 | -2/+1 |
| | |||||
* | release-notes: fix the initial reference list output | Daniel Stenberg | 2020-04-08 | 1 | -19/+20 |
| | |||||
* | release-notes: output trailing references sorted numerically | Daniel Stenberg | 2020-04-06 | 1 | -12/+10 |
| | |||||
* | scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenance | Daniel Stenberg | 2020-04-06 | 1 | -0/+214 |
| | | | | | | | This script helps putting entries in the RELEASE-NOTES using a coherent style and sorting with a minimal human editing effort - as long as the first line in the commit message is good enough! There's a short howto at the top of the file. | ||||
* | CI: add build with ngtcp2 + gnutls on Travis CI | Daiki Ueno | 2020-03-31 | 1 | -6/+24 |
| | |||||
* | travis: update the ngtcp2 build to use the latest OpenSSL patch | Daniel Stenberg | 2020-03-25 | 1 | -1/+1 |
| | | | | ... which also makes it OpenSSL 1.1.1d based and not v3. | ||||
* | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | 2020-03-24 | 11 | -3/+337 |
| | | | | | | | | | 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 | ||||
* | CI: stop ignoring 323, it is disabled | Daniel Stenberg | 2020-03-17 | 1 | -6/+1 |
| | |||||
* | contributors: Also include people who contributed to curl-www | Frank Gevaerts | 2020-02-05 | 2 | -2/+27 |
| | | | | Closes #4884 | ||||
* | contrithanks: Use the most recent tag by default | Frank Gevaerts | 2020-02-05 | 1 | -1/+5 |
| | | | | | | (similar to 5296abe) Closes #4883 | ||||
* | scripts: use last set tag if none given | Daniel Stenberg | 2020-02-05 | 2 | -6/+14 |
| | | | | | | | | | Makes 'delta' and 'contributors.sh' easier to use. Make the delta script invoke contrithanks to get current number of contributors instead of counting THANKS, for accuracy. Closes #4881 | ||||
* | singleuse.pl: support new API functions, fix curl_dbg_ handling | Daniel Stenberg | 2020-01-24 | 1 | -7/+12 |
| | |||||
* | scripts/delta: adapt to new public header layout | Daniel Stenberg | 2020-01-09 | 1 | -3/+3 |
| | |||||
* | travis: Fix error detection | Jay Satiro | 2019-12-31 | 3 | -0/+263 |
| | | | | | | | | | | | | | | - 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 |