aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-02-12curl_path: only enabled for SSH buildsDaniel Stenberg
2019-02-11dns: release sharelock as soon as possibleDaniel Gustafsson
2019-02-11multi: (void)-prefix when ignoring return valuesDaniel Stenberg
2019-02-11connection_check: set ->data to the transfer doing the checkDaniel Stenberg
2019-02-11hostip: make create_hostcache_id avoid alloc + freeDaniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2019-02-09url/idnconvert: remove scan for <= 32 ascii valuesDaniel Stenberg
2019-02-09urlapi: reduce variable scope, remove unreachable 'break'Daniel Stenberg
2019-02-06url: close TLS before removing conn from cacheChris Araman
2019-02-04smtp: avoid risk of buffer overflow in strtolDaniel Gustafsson
2019-02-04ntlm: fix *_type3_message size check to avoid buffer overflowDaniel Stenberg
2019-02-04NTLM: fix size check condition for type2 received dataDaniel Stenberg