summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSPSimon Warta2019-04-271-2/+2
* ntlm: Missed pre-processor || (or) during rebase for cd15acd0Steve Holme2019-04-231-1/+1
* ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4Steve Holme2019-04-234-6/+16
* sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616Steve Holme2019-04-221-2/+2
* memdebug: fix variable nameGisle Vanem2019-04-221-2/+2
* vauth/cleartext: Don't send the authzid if it is emptySteve Holme2019-04-211-2/+3
* CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuseDaniel Stenberg2019-04-214-3/+34
* altsvc: Fix building with cookies disablesPo-Chuan Hsieh2019-04-206-31/+88
* Curl_disconnect: treat all CONNECT_ONLY connections as "dead"Daniel Stenberg2019-04-201-0/+4
* multi: fix the statenames (follow-up fix from 2f44e94efb3df8e)Daniel Stenberg2019-04-191-2/+0
* md5: Update the function signature following d84da52dSteve Holme2019-04-161-5/+5
* md5: Forgot to update the code alignment in d84da52dSteve Holme2019-04-151-2/+2
* md5: Return CURLcode from the internally accessible functionsSteve Holme2019-04-151-2/+2
* md(4|5): Fixed indentation oddities with the importation of replacement codeSteve Holme2019-04-142-114/+114
* md5: Code style to return CURLE_OK rather than numeric 0Steve Holme2019-04-141-2/+2
* md5: Corrected code style for some pointer argumentsSteve Holme2019-04-141-6/+6
* singleipconnect: show port in the verbose "Trying ..." messageDaniel Stenberg2019-04-131-1/+1
* CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn2019-04-133-16/+19
* urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg2019-04-131-2/+9
* openssl: mark connection for close on TLS close_notifyDaniel Stenberg2019-04-121-0/+3
* vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme2019-04-113-23/+27
* url: always clone the CUROPT_CURLU handleDaniel Stenberg2019-04-111-3/+2
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-115-53/+2
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-116-6/+10
* polarssl_threadlock: remove conditionally unused codeMarcel Raad2019-04-112-29/+23
* emailL Added reference to RFC8314 for implicit TLSSteve Holme2019-04-113-0/+3
* socks: fix error messageDaniel Stenberg2019-04-081-1/+1
* socks5: user name and passwords must be shorter than 256Daniel Stenberg2019-04-071-2/+14
* 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-0615-1059/+156
* 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
* documentation: Fix several typosTim Rühsen2019-04-031-1/+1
* vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu2019-04-023-16/+56
* 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
* 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
* os400: Disable Alt-Svc by default since it's experimentalJay Satiro2019-03-241-2/+2
* 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
* os400: alt-svc support.Patrick Monnerat2019-03-171-1/+4
* conncache: use conn->data to know if a transfer owns itDaniel Stenberg2019-03-172-7/+11
* configure: add --with-amisslChris Young2019-03-155-17/+49
* vtls: rename some of the SSL functionsChris Young2019-03-152-5/+5
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
* Negotiate: fix for HTTP POST with NegotiateDominik Hölzl2019-03-148-73/+196