aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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
2019-02-20singlesocket: fix the 'sincebefore' placementDaniel Stenberg
2019-02-19connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg
2019-02-19x509asn1: cleanup and unify code layoutDaniel Stenberg
2019-02-19http: make adding a blank header thread-safeDaniel Stenberg
2019-02-18rand: Fix a mismatch between comments in source and header.Frank Gevaerts
2019-02-18x509asn1: replace single char with an arrayPatrick Monnerat
2019-02-18easy: fix win32 init to work without CURL_GLOBAL_WIN32Jay Satiro
2019-02-17cookie: Add support for cookie prefixesDaniel Gustafsson
2019-02-16mbedtls: release sessionid resources on errorDaniel Gustafsson
2019-02-16version.c: silent scan-build even when librtmp is not enabledPatrick Monnerat
2019-02-15Curl_now: figure out windows version in win32_initDaniel Stenberg
2019-02-14strip_trailing_dot: make sure NULL is never used for strlenDaniel Stenberg
2019-02-14connection_check: restore original conn->data after the checkJay Satiro
2019-02-14memdebug: bring back curl_mark_scloseDaniel Stenberg
2019-02-14transfer.c: do not compute length of undefined hex buffer.Patrick Monnerat
2019-02-14x509asn1: "Dereference of null pointer"Patrick Monnerat
2019-02-14gssapi: fix deprecated header warningsDaniel Stenberg
2019-02-13multi: Dereference of null pointerDaniel Stenberg
2019-02-12schannel: restore some debug output but only for debug buildsJay Satiro
2019-02-12mime: put the boundary buffer into the curl_mime structDaniel Stenberg
2019-02-12schannel: be quietDaniel Stenberg
2019-02-12Curl_resolv: fix a gcc -Werror=maybe-uninitialized warningRomain Geissler
2019-02-12http2: multi_connchanged() moved from multi.c, only used for h2Daniel Stenberg
2019-02-12pretransfer: don't strlen() POSTFIELDS set for GET requestsDaniel Stenberg
2019-02-12multi: remove verbose "Expire in" ... messagesDaniel Stenberg
2019-02-12mbedtls: make it build even if MBEDTLS_VERSION_C isn't setDaniel Stenberg
2019-02-12non-ascii.c: fix typos in commentsDaniel Gustafsson
2019-02-12fnmatch: disable if FTP is disabledDaniel Stenberg