| Commit message (Expand) | Author | Age | Files | Lines |
* | alt-svc: the libcurl bits | Daniel Stenberg | 2019-03-03 | 10 | -4/+736 |
* | gnutls: remove call to deprecated gnutls_compression_get_name | Daniel Stenberg | 2019-03-02 | 1 | -6/+1 |
* | system_win32: move win32_init here from easy.c | Jay Satiro | 2019-03-02 | 3 | -90/+90 |
* | urldata: simplify bytecounters | Daniel Stenberg | 2019-03-01 | 22 | -176/+111 |
* | threaded-resolver: shutdown the resolver thread without error message | Daniel Stenberg | 2019-03-01 | 1 | -30/+38 |
* | ssh: fix Condition '!status' is always true | Daniel Stenberg | 2019-03-01 | 2 | -14/+6 |
* | Curl_easy: remove req.maxfd - never used! | Daniel Stenberg | 2019-02-28 | 2 | -3/+0 |
* | http: set state.infilesize when sending formposts | Daniel Stenberg | 2019-02-28 | 1 | -1/+1 |
* | Secure Transport: no more "darwinssl" | Daniel Stenberg | 2019-02-28 | 7 | -104/+104 |
* | cookies: only save the cookie file if the engine is enabled | Daniel Stenberg | 2019-02-27 | 1 | -3/+6 |
* | urldata: convert bools to bitfields and move to end | Daniel Stenberg | 2019-02-27 | 5 | -261/+235 |
* | strerror: make the strerror function use local buffers | Daniel Stenberg | 2019-02-26 | 13 | -108/+142 |
* | cookies: fix NULL dereference if flushing cookies with no CookieInfo set | Michael Wallner | 2019-02-26 | 1 | -2/+3 |
* | OpenSSL: add support for TLS ASYNC state | Bernd Mueller | 2019-02-25 | 1 | -0/+6 |
* | schannel: support CALG_ECDH_EPHEM algorithm | georgeok | 2019-02-25 | 1 | -0/+3 |
* | multi: call multi_done on connect timeouts | Daniel Stenberg | 2019-02-24 | 1 | -1/+2 |
* | wolfssl: stop custom-adding curves | Daniel Stenberg | 2019-02-23 | 1 | -20/+1 |
* | configure: remove the unused fdopen macro | Daniel Stenberg | 2019-02-22 | 2 | -9/+2 |
* | url: change conn shutdown order to unlink data as last step | Jay Satiro | 2019-02-22 | 1 | -15/+24 |
* | Fix strict-prototypes GCC warning | Marcel Raad | 2019-02-22 | 1 | -1/+1 |
* | http2: verify :athority in push promise requests | Daniel Stenberg | 2019-02-20 | 1 | -0/+22 |
* | singlesocket: fix the 'sincebefore' placement | Daniel Stenberg | 2019-02-20 | 1 | -2/+2 |
* | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg | 2019-02-19 | 2 | -3/+9 |
* | x509asn1: cleanup and unify code layout | Daniel Stenberg | 2019-02-19 | 1 | -117/+132 |
* | http: make adding a blank header thread-safe | Daniel Stenberg | 2019-02-19 | 1 | -13/+21 |
* | rand: Fix a mismatch between comments in source and header. | Frank Gevaerts | 2019-02-18 | 1 | -2/+5 |
* | x509asn1: replace single char with an array | Patrick Monnerat | 2019-02-18 | 1 | -2/+2 |
* | easy: fix win32 init to work without CURL_GLOBAL_WIN32 | Jay Satiro | 2019-02-18 | 1 | -49/+60 |
* | cookie: Add support for cookie prefixes | Daniel Gustafsson | 2019-02-17 | 2 | -1/+47 |
* | mbedtls: release sessionid resources on error | Daniel Gustafsson | 2019-02-16 | 1 | -0/+3 |
* | version.c: silent scan-build even when librtmp is not enabled | Patrick Monnerat | 2019-02-16 | 1 | -1/+5 |
* | Curl_now: figure out windows version in win32_init | Daniel Stenberg | 2019-02-15 | 2 | -16/+24 |
* | strip_trailing_dot: make sure NULL is never used for strlen | Daniel Stenberg | 2019-02-14 | 1 | -0/+2 |
* | connection_check: restore original conn->data after the check | Jay Satiro | 2019-02-14 | 1 | -1/+2 |
* | memdebug: bring back curl_mark_sclose | Daniel Stenberg | 2019-02-14 | 1 | -2/+2 |
* | transfer.c: do not compute length of undefined hex buffer. | Patrick Monnerat | 2019-02-14 | 1 | -8/+10 |
* | x509asn1: "Dereference of null pointer" | Patrick Monnerat | 2019-02-14 | 1 | -5/+6 |
* | gssapi: fix deprecated header warnings | Daniel Stenberg | 2019-02-14 | 2 | -17/+5 |
* | multi: Dereference of null pointer | Daniel Stenberg | 2019-02-13 | 1 | -14/+10 |
* | schannel: restore some debug output but only for debug builds | Jay Satiro | 2019-02-12 | 1 | -1/+6 |
* | mime: put the boundary buffer into the curl_mime struct | Daniel Stenberg | 2019-02-12 | 2 | -14/+7 |
* | schannel: be quiet | Daniel Stenberg | 2019-02-12 | 1 | -63/+77 |
* | Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning | Romain Geissler | 2019-02-12 | 1 | -1/+1 |
* | http2: multi_connchanged() moved from multi.c, only used for h2 | Daniel Stenberg | 2019-02-12 | 2 | -13/+14 |
* | pretransfer: don't strlen() POSTFIELDS set for GET requests | Daniel Stenberg | 2019-02-12 | 2 | -2/+4 |
* | multi: remove verbose "Expire in" ... messages | Daniel Stenberg | 2019-02-12 | 1 | -3/+0 |
* | mbedtls: make it build even if MBEDTLS_VERSION_C isn't set | Daniel Stenberg | 2019-02-12 | 1 | -0/+5 |
* | non-ascii.c: fix typos in comments | Daniel Gustafsson | 2019-02-12 | 1 | -2/+2 |
* | fnmatch: disable if FTP is disabled | Daniel Stenberg | 2019-02-12 | 1 | -2/+4 |
* | curl_path: only enabled for SSH builds | Daniel Stenberg | 2019-02-12 | 1 | -1/+5 |