summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-12includeng0
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
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
2019-03-03alt-svc: add test 355 and 356 to verify with command line curlDaniel Stenberg
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-03-02gnutls: remove call to deprecated gnutls_compression_get_nameDaniel Stenberg
2019-03-02system_win32: move win32_init here from easy.cJay Satiro
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-03-01threaded-resolver: shutdown the resolver thread without error messageDaniel Stenberg
2019-03-01ssh: fix Condition '!status' is always trueDaniel Stenberg
2019-02-28Curl_easy: remove req.maxfd - never used!Daniel Stenberg
2019-02-28http: set state.infilesize when sending formpostsDaniel Stenberg
2019-02-28Secure Transport: no more "darwinssl"Daniel Stenberg
2019-02-27cookies: only save the cookie file if the engine is enabledDaniel Stenberg
2019-02-27urldata: convert bools to bitfields and move to endDaniel Stenberg
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-02-26cookies: fix NULL dereference if flushing cookies with no CookieInfo setMichael Wallner
2019-02-25OpenSSL: add support for TLS ASYNC stateBernd Mueller
2019-02-25Merge tag 'curl-7_64_0'ng0
2019-02-25schannel: support CALG_ECDH_EPHEM algorithmgeorgeok
2019-02-24multi: call multi_done on connect timeoutsDaniel Stenberg
2019-02-23wolfssl: stop custom-adding curvesDaniel Stenberg
2019-02-22configure: remove the unused fdopen macroDaniel Stenberg
2019-02-22url: change conn shutdown order to unlink data as last stepJay Satiro
2019-02-22Fix strict-prototypes GCC warningMarcel Raad
2019-02-20http2: verify :athority in push promise requestsDaniel Stenberg