summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pipelining: removedbagder/remove-pipeliningDaniel Stenberg2019-04-0528-1394/+183
* configure: fix default location for fish completionsEli Schwartz2019-04-051-1/+6
* ftplistparser: fix LGTM alert "Empty block without comment"Marcel Raad2019-04-051-4/+1
* transfer: fix LGTM alert "Comparison is always true"Marcel Raad2019-04-051-1/+1
* smtp: fix compiler warningRikard Falkeborn2019-04-041-1/+1
* VS projects: use Unicode for VC10+Marcel Raad2019-04-0410-560/+560
* RELEASE-NOTES: syncedDaniel Gustafsson2019-04-031-229/+25
* documentation: Fix several typosTim Rühsen2019-04-036-6/+6
* vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu2019-04-0215-34/+75
* tool_cb_wrt: fix bad-function-cast warningMarcel Raad2019-04-021-5/+3
* VC15 project: remove MinimalRebuildMarcel Raad2019-04-011-28/+0
* cirrus: Customize the disabled tests per FreeBSD versionDan Fandrich2019-04-011-3/+7
* tool_help: include <strings.h> for strcasecmpDaniel Stenberg2019-04-011-0/+3
* scripts: fix typosDaniel Gustafsson2019-03-312-4/+4
* travis: allow builds on branches named "ci"Dan Fandrich2019-03-281-0/+1
* resolve: apply Happy Eyeballs philosophy to parallel c-ares queriesBrad Spencer2019-03-272-0/+96
* multi: improved HTTP_1_1_REQUIRED handlingDaniel Stenberg2019-03-271-18/+19
* configure: avoid unportable `==' test(1) operatorLeonardo Taccari2019-03-271-1/+1
* RELEASE: 7.64.1curl-7_64_1Daniel Stenberg2019-03-272-10/+48
* Revert "ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set"Daniel Stenberg2019-03-271-1/+1
* ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION setChristian Schmitz2019-03-261-1/+1
* tool_cb_wrt: fix writing to Windows null device NULJay Satiro2019-03-261-1/+6
* CURLMOPT_PIPELINING.3: fix typoJay Satiro2019-03-251-1/+1
* TODO: config file parsingDaniel Stenberg2019-03-251-0/+9
* os400: Disable Alt-Svc by default since it's experimentalJay Satiro2019-03-242-3/+8
* tests: Fixed XML validation errors in some test files.Dan Fandrich2019-03-245-2/+6
* tests: Fix some incorrect precheck error messages.Dan Fandrich2019-03-245-5/+5
* curl_url.3: this is not experimental anymoreDaniel Stenberg2019-03-221-9/+1
* travis: bump the used wolfSSL version to 4.0.0Daniel Stenberg2019-03-221-7/+7
* lib: Fix typos in commentsDaniel Gustafsson2019-03-222-2/+2
* openssl: if cert type is ENG and no key specified, key is ENG tooDavid Woodhouse2019-03-201-4/+4
* sectransp: tvOS 11 is required for ALPN supportDaniel Stenberg2019-03-201-2/+2
* test1541: threaded connection sharingDaniel Stenberg2019-03-184-2/+189
* os400: alt-svc support.Patrick Monnerat2019-03-174-3/+29
* conncache: use conn->data to know if a transfer owns itDaniel Stenberg2019-03-172-7/+11
* RELEASE-NOTES: syncedDaniel Stenberg2019-03-151-12/+32
* configure: add --with-amisslChris Young2019-03-158-21/+194
* vtls: rename some of the SSL functionsChris Young2019-03-152-5/+5
* tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattrChris Young2019-03-151-1/+5
* tool_operate: build on AmigaOSChris Young2019-03-151-3/+7
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-147-25/+65
* curl.1: --user and --proxy-user are hidden from ps outputDaniel Stenberg2019-03-142-0/+12
* curl.1: mark the argument to --cookie as <data|filename>Daniel Stenberg2019-03-142-2/+2
* fuzzer: Only clone the latest fuzzer code, for speed.Dan Fandrich2019-03-141-1/+1
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-1410-116/+199
* http: send payload when (proxy) authentication is doneMarc Schlatter2019-03-132-3/+5
* file: fix "Checking if unsigned variable 'readcount' is less than zero."Daniel Stenberg2019-03-121-2/+2
* memdebug: log pointer before freeing its dataDaniel Stenberg2019-03-122-5/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-03-121-10/+26
* travis: actually use updated compiler versionsMarcel Raad2019-03-121-29/+79