aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-14md(4|5): Fixed indentation oddities with the importation of replacement codeSteve Holme
2019-04-14md5: Code style to return CURLE_OK rather than numeric 0Steve Holme
2019-04-14md5: Corrected code style for some pointer argumentsSteve Holme
2019-04-13singleipconnect: show port in the verbose "Trying ..." messageDaniel Stenberg
2019-04-13CURLOPT_ADDRESS_SCOPE: fix range check and moretmilburn
2019-04-13urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg
2019-04-12openssl: mark connection for close on TLS close_notifyDaniel Stenberg
2019-04-11vauth/cleartext: Update the PLAIN login function signature to match RFC 4616Steve Holme
2019-04-11url: always clone the CUROPT_CURLU handleDaniel Stenberg
2019-04-11CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-04-11polarssl_threadlock: remove conditionally unused codeMarcel Raad
2019-04-11emailL Added reference to RFC8314 for implicit TLSSteve Holme
2019-04-08socks: fix error messageDaniel Stenberg
2019-04-07socks5: user name and passwords must be shorter than 256Daniel Stenberg
2019-04-07urlapi: urlencode characters above 0x7f correctlyJakub Zakrzewski
2019-04-07multi_runsingle(): fix use-after-freeEven Rouault
2019-04-06pipelining: removedDaniel Stenberg
2019-04-05ftplistparser: fix LGTM alert "Empty block without comment"Marcel Raad
2019-04-05transfer: fix LGTM alert "Comparison is always true"Marcel Raad
2019-04-04smtp: fix compiler warningRikard Falkeborn
2019-04-03documentation: Fix several typosTim Rühsen
2019-04-02vauth/oauth2: Fix OAUTHBEARER token generationMert Yazıcıoğlu
2019-03-27resolve: apply Happy Eyeballs philosophy to parallel c-ares queriesBrad Spencer
2019-03-27multi: improved HTTP_1_1_REQUIRED handlingDaniel Stenberg
2019-03-27Revert "ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set"Daniel Stenberg
2019-03-26ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION setChristian Schmitz
2019-03-24os400: Disable Alt-Svc by default since it's experimentalJay Satiro
2019-03-22lib: Fix typos in commentsDaniel Gustafsson
2019-03-20openssl: if cert type is ENG and no key specified, key is ENG tooDavid Woodhouse
2019-03-20sectransp: tvOS 11 is required for ALPN supportDaniel Stenberg
2019-03-17os400: alt-svc support.Patrick Monnerat
2019-03-17conncache: use conn->data to know if a transfer owns itDaniel Stenberg
2019-03-15configure: add --with-amisslChris Young
2019-03-15vtls: rename some of the SSL functionsChris Young
2019-03-14makefile: make checksrc and hugefile commands "silent"Daniel Stenberg
2019-03-14Negotiate: fix for HTTP POST with NegotiateDominik Hölzl
2019-03-13http: send payload when (proxy) authentication is doneMarc Schlatter
2019-03-12file: fix "Checking if unsigned variable 'readcount' is less than zero."Daniel Stenberg
2019-03-12memdebug: log pointer before freeing its dataDaniel Stenberg
2019-03-11multi: removed unused code for request retriesDaniel Stenberg
2019-03-11doh: inherit some SSL options from user's easy handleJay Satiro
2019-03-09Revert "cookies: extend domain checks to non psl builds"Daniel Stenberg
2019-03-08memdebug: make debug-specific functions use curl_dbg_ prefixDaniel Stenberg
2019-03-05source: fix two 'nread' may be used uninitialized warningsDaniel Stenberg
2019-03-05gopher: remove check for path == NULLDaniel Stenberg
2019-03-05ssh: loop the state machine if not done and not blockingDaniel Stenberg
2019-03-05multi: support verbose conncache closure handleJay Satiro
2019-03-04CURLU: fix NULL dereference when used over proxyDaniel Stenberg
2019-03-03altsvc_out: check the return code from Curl_gmtimeDaniel Stenberg