summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg2019-02-192-3/+9
* x509asn1: cleanup and unify code layoutDaniel Stenberg2019-02-191-117/+132
* http: make adding a blank header thread-safeDaniel Stenberg2019-02-191-13/+21
* rand: Fix a mismatch between comments in source and header.Frank Gevaerts2019-02-181-2/+5
* x509asn1: replace single char with an arrayPatrick Monnerat2019-02-181-2/+2
* easy: fix win32 init to work without CURL_GLOBAL_WIN32Jay Satiro2019-02-181-49/+60
* cookie: Add support for cookie prefixesDaniel Gustafsson2019-02-172-1/+47
* mbedtls: release sessionid resources on errorDaniel Gustafsson2019-02-161-0/+3
* version.c: silent scan-build even when librtmp is not enabledPatrick Monnerat2019-02-161-1/+5
* Curl_now: figure out windows version in win32_initDaniel Stenberg2019-02-152-16/+24
* strip_trailing_dot: make sure NULL is never used for strlenDaniel Stenberg2019-02-141-0/+2
* connection_check: restore original conn->data after the checkJay Satiro2019-02-141-1/+2
* memdebug: bring back curl_mark_scloseDaniel Stenberg2019-02-141-2/+2
* transfer.c: do not compute length of undefined hex buffer.Patrick Monnerat2019-02-141-8/+10
* x509asn1: "Dereference of null pointer"Patrick Monnerat2019-02-141-5/+6
* gssapi: fix deprecated header warningsDaniel Stenberg2019-02-142-17/+5
* multi: Dereference of null pointerDaniel Stenberg2019-02-131-14/+10
* schannel: restore some debug output but only for debug buildsJay Satiro2019-02-121-1/+6
* mime: put the boundary buffer into the curl_mime structDaniel Stenberg2019-02-122-14/+7
* schannel: be quietDaniel Stenberg2019-02-121-63/+77
* Curl_resolv: fix a gcc -Werror=maybe-uninitialized warningRomain Geissler2019-02-121-1/+1
* http2: multi_connchanged() moved from multi.c, only used for h2Daniel Stenberg2019-02-122-13/+14
* pretransfer: don't strlen() POSTFIELDS set for GET requestsDaniel Stenberg2019-02-122-2/+4
* multi: remove verbose "Expire in" ... messagesDaniel Stenberg2019-02-121-3/+0
* mbedtls: make it build even if MBEDTLS_VERSION_C isn't setDaniel Stenberg2019-02-121-0/+5