summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* multi: support verbose conncache closure handleJay Satiro2019-03-051-0/+2
* CURLU: fix NULL dereference when used over proxyDaniel Stenberg2019-03-041-2/+3
* altsvc_out: check the return code from Curl_gmtimeDaniel Stenberg2019-03-031-1/+3
* alt-svc: add test 355 and 356 to verify with command line curlDaniel Stenberg2019-03-031-1/+8
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-0310-4/+736
* gnutls: remove call to deprecated gnutls_compression_get_nameDaniel Stenberg2019-03-021-6/+1
* system_win32: move win32_init here from easy.cJay Satiro2019-03-023-90/+90
* urldata: simplify bytecountersDaniel Stenberg2019-03-0122-176/+111
* threaded-resolver: shutdown the resolver thread without error messageDaniel Stenberg2019-03-011-30/+38
* ssh: fix Condition '!status' is always trueDaniel Stenberg2019-03-012-14/+6