summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: mark connection for close on TLS close_notifybagder/tls-notify-alertDaniel Stenberg2019-04-111-0/+3
* curl_easy_getinfo.3: fix minor formatting mistakeDaniel Stenberg2019-04-111-2/+2
* xattr: skip unittest on unsupported platformsDaniel Gustafsson2019-04-111-1/+3
* emailL Added reference to RFC8314 for implicit TLSSteve Holme2019-04-113-0/+3
* README: Schannel, stop calling it "winssl"Steve Holme2019-04-101-6/+6
* cmake: clear CMAKE_REQUIRED_LIBRARIES after each useJakub Zakrzewski2019-04-101-0/+3
* cmake: avoid linking executable for some tests with cmake 3.6+Jakub Zakrzewski2019-04-101-35/+40
* cmake: minor cleanupJakub Zakrzewski2019-04-101-7/+1
* build-openssl.bat: Fixed support for OpenSSL v1.1.0+Steve Holme2019-04-081-117/+240
* build-openssl.bat: Perfer the use of if statements rather than goto (where po...Steve Holme2019-04-081-141/+137
* build-openssl.bat: Perform the install for each build type directly after the...Steve Holme2019-04-081-12/+28
* build-openssl.bat: Split the install of static and shared build typesSteve Holme2019-04-081-41/+65
* build-openssl.bat: Split the building of static and shared build typesSteve Holme2019-04-081-6/+17
* build-openssl.bat: Move the installation into a separate functionSteve Holme2019-04-081-84/+66
* build-openssl.bat: Move the build step into a separate functionSteve Holme2019-04-081-12/+26
* build-openssl.bat: Move the OpenSSL configuration into a separate functionSteve Holme2019-04-081-7/+47
* build-openssl.bat: Fixed the BUILD_CONFIG variable not being initialisedSteve Holme2019-04-081-0/+1
* socks: fix error messageDaniel Stenberg2019-04-081-1/+1
* config.d: clarify that initial : and = might need quoting [skip ci]Daniel Stenberg2019-04-081-6/+6
* RELEASE-NOTES: syncedDaniel Stenberg2019-04-082-11/+31
* socks5: user name and passwords must be shorter than 256Daniel Stenberg2019-04-071-2/+14
* test: urlapi: urlencode characters above 0x7f correctlyJakub Zakrzewski2019-04-071-0/+4
* urlapi: urlencode characters above 0x7f correctlyJakub Zakrzewski2019-04-071-3/+3
* multi_runsingle(): fix use-after-freeEven Rouault2019-04-071-1/+1
* pipelining: removedDaniel Stenberg2019-04-0628-1394/+183
* tests: make Impacket (SMB server) Python 3 compatiblecclauss2019-04-069-342/+352
* cmake: set SSL_BACKENDSSimon Warta2019-04-061-4/+13
* cmake: don't run SORT on empty listSimon Warta2019-04-061-1/+3
* 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