summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Curl_easy: remove req.maxfd - never used!Daniel Stenberg2019-02-282-3/+0
* http: set state.infilesize when sending formpostsDaniel Stenberg2019-02-281-1/+1
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-287-104/+104
* cookies: only save the cookie file if the engine is enabledDaniel Stenberg2019-02-271-3/+6
* urldata: convert bools to bitfields and move to endDaniel Stenberg2019-02-275-261/+235
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-2613-108/+142
* cookies: fix NULL dereference if flushing cookies with no CookieInfo setMichael Wallner2019-02-261-2/+3
* OpenSSL: add support for TLS ASYNC stateBernd Mueller2019-02-251-0/+6
* schannel: support CALG_ECDH_EPHEM algorithmgeorgeok2019-02-251-0/+3
* multi: call multi_done on connect timeoutsDaniel Stenberg2019-02-241-1/+2
* wolfssl: stop custom-adding curvesDaniel Stenberg2019-02-231-20/+1
* configure: remove the unused fdopen macroDaniel Stenberg2019-02-222-9/+2
* url: change conn shutdown order to unlink data as last stepJay Satiro2019-02-221-15/+24
* Fix strict-prototypes GCC warningMarcel Raad2019-02-221-1/+1
* http2: verify :athority in push promise requestsDaniel Stenberg2019-02-201-0/+22
* singlesocket: fix the 'sincebefore' placementDaniel Stenberg2019-02-201-2/+2