summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* http: send payload when (proxy) authentication is doneMarc Schlatter2019-03-131-1/+2
* 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
* multi: removed unused code for request retriesDaniel Stenberg2019-03-111-72/+0
* doh: inherit some SSL options from user's easy handleJay Satiro2019-03-111-3/+68
* Revert "cookies: extend domain checks to non psl builds"Daniel Stenberg2019-03-091-8/+5
* memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg2019-03-084-145/+140
* source: fix two 'nread' may be used uninitialized warningsDaniel Stenberg2019-03-052-4/+4
* gopher: remove check for path == NULLDaniel Stenberg2019-03-051-1/+4
* ssh: loop the state machine if not done and not blockingDaniel Stenberg2019-03-051-4/+7