aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
7.74.0
2020-12-05scripts/completion.pl: parse all optsThomas Danielsson
For tab-completion it may be preferable to include all the available options. Closes #6280
2020-11-22http3: use the master branch of GnuTLS for testingDaiki Ueno
Closes #6235
2020-11-13release-notes.pl: detect #[number] better for Ref: etcDaniel Stenberg
2020-11-09Revert "libcurl.pc: make it relocatable"Daniel Stenberg
This reverts commit 3862c37b6373a55ca704171d45ba5ee91dec2c9f. That fix should either be done differently or with an option. Reported-by: asavah on github Fixes #6157 Closes #6183
2020-11-05copyright: fix year rangesDaniel Stenberg
Follow-up from 4d2f8006777
2020-11-04curl.se: new homeDaniel Stenberg
Closes #6172
2020-11-04travis: use ninja-build for CMake buildsSergei Nikulov
Added package ninja-build to environment Use ninja to speed up CMake builds Closes #6077
2020-11-03CI/tests: enable test target on TravisCI for CMake buildsSergei Nikulov
Added test-nonflaky target to CMake builds Disabled test 1139 because the cmake build doesn't create docs/curl.1 Closes #6074
2020-11-02travis: use valgrind when running tests for debug buildsDaniel Stenberg
Except the non-x86 and sanitizer builds Closes #6154
2020-10-25alt-svc: enable by defaultDaniel Stenberg
Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported. alt-svc support in curl is no longer considered experimental Closes #5868
2020-10-05scripts/release-notes.pl: don't "embed" $ in format string for printf()Daniel Stenberg
... since they might contain %-codes that mess up the output!
2020-09-30src: Consistently spell whitespace without whitespaceDaniel Gustafsson
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>
2020-09-22symbian: drop supportDaniel Stenberg
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
2020-09-15travis: use libressl v3.1.4 instead of masterDaniel Stenberg
... as their git master seems too fragile to use (and 3.2.1 which is the latest has a build failure). Closes #5964
2020-09-14Merge tag 'curl-7_72_0' into masternikita
curl 7.72.0
2020-09-14Merge tag 'curl-7_71_1'nikita
curl 7.71.1
2020-09-07travis: add a build using libressl (from git master)Daniel Stenberg
The v3.2.1 tag (latest release atm) results in a broken build. Closes #5932
2020-09-03scripts/delta: add diffstat summaryDaniel Stenberg
... and make output more table-like
2020-09-03travis: add a CI job with openssl3 (from git master)Daniel Stenberg
Closes #5908
2020-09-02copyright.pl: ignore buildconfDaniel Stenberg
2020-08-27scripts: improve the "get latest curl release tag" logicDaniel Stenberg
... by insiting on it matching "^curl-".
2020-08-27HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29Eric Curtin
Closes #5871
2020-08-26winbuild: convert the instruction text to README.mdDaniel Stenberg
Closes #5861
2020-08-14scripts/copyright.pl: ignore .muse filesDaniel Stenberg
2020-08-04travis/script.sh: fix use of `-n' with unquoted envvarThomas M. DuBuisson
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
2020-07-31travis: add ppc64le and s390x buildsDaniel Stenberg
Closes #5752
2020-07-18travis: update quiche builds for new boringssl layoutAlessandro Ghedini
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
2020-06-30scripts/copyright.pl: skip .dcignoreDaniel Stenberg
2020-06-10wording: avoid blacklist/whitelist stereotypesDaniel Stenberg
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
2020-05-25all: fix codespell errorsViktor Szakats
Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452
2020-05-24copyright: updated year ranges out of syncDaniel Stenberg
... and whitelisted a few more files in the the copyright.pl script.
2020-05-22travis: simplify quiche build instructions wrt boringsslPeter Wu
quiche builds boringssl as static library, reuse that instead of building another shared library. Closes #5438
2020-05-15travis: remove the .checksrc fiddlingDaniel Stenberg
2020-05-10travis: Add ngtcp2 and quiche tests for CMakePeter Wu
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.
2020-05-05travis: add "qlog" as feature in the quiche buildDaniel Stenberg
2020-04-30remove bashnikita
2020-04-30Merge tag 'curl-7_70_0'nikita
7.70.0
2020-04-27travis: bump the wolfssl CI build to use 4.4.0Daniel Stenberg
Closes #5301
2020-04-20release-notes.pl: fix parsing typoDaniel Stenberg
2020-04-14scripts/release-notes.pl: accept colon after the Fixes/Closes keywordsDaniel Stenberg
2020-04-14scripts/release-notes: fix duplicate output headerDaniel Stenberg
2020-04-11release-notes.pl: detect the start of the references in cleanup modeDaniel Stenberg
2020-04-08release-notes: fix the initial reference list outputDaniel Stenberg
2020-04-08script: fix pathnikita
2020-04-08adjust travis scriptsnikita
2020-04-07fix-up travisnikita
2020-04-06release-notes: output trailing references sorted numericallyDaniel Stenberg
2020-04-06scripts/release-notes.pl: add helper script for RELEASE-NOTES maintenanceDaniel Stenberg
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.
2020-04-01Merge tag 'curl-7_69_1'nikita
7.69.1