Age | Commit message (Expand) | Author |
2018-07-31 | HTTP: Don't attempt to needlessly decompress redirect body | Harry Sintonen |
2018-07-31 | retry: return error if rewind was necessary but didn't happen | Daniel Jelinski |
2018-07-30 | http2: clear the drain counter in Curl_http2_done | Daniel Stenberg |
2018-07-30 | smb: fix memory leak on early failure | Daniel Stenberg |
2018-07-28 | conn_free: updated comment to clarify | Daniel Stenberg |
2018-07-28 | mime: check Curl_rand_hex's return code | Daniel Stenberg |
2018-07-26 | wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random | Carie Pointer |
2018-07-26 | reuse_conn(): free old_conn->options | Even Rouault |
2018-07-25 | system_win32: fix version checking | djelinski |
2018-07-24 | auth: pick Bearer authentication whenever a token is available | Johannes Schindelin |
2018-07-24 | auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer token | Johannes Schindelin |
2018-07-22 | vtls: set conn->data when closing TLS | Daniel Stenberg |
2018-07-20 | http2: several cleanups | Daniel Stenberg |
2018-07-20 | smb_getsock: always wait for write socket too | Daniel Stenberg |
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov |
2018-07-14 | darwinssl: add support for ALPN negotiation | Rodger Combs |
2018-07-12 | content_encoding: accept up to 4 unknown trailer bytes after raw deflate data | Patrick Monnerat |
2018-07-12 | smb: fix memory-leak in URL parse error path | Daniel Stenberg |
2018-07-12 | schannel: enable CALG_TLS1PRF for w32api >= 5.1 | Marcel Raad |
2018-07-11 | multi: always do the COMPLETED procedure/state | Daniel Stenberg |
2018-07-11 | Curl_getoff_all_pipelines: improved for multiplexed | Daniel Stenberg |
2018-07-11 | ares: check for NULL in completed-callback | Daniel Stenberg |
2018-07-11 | conn: remove the boolean 'inuse' field | Daniel Stenberg |
2018-07-11 | openssl: assume engine support in 1.0.0 or later | Paul Howarth |
2018-07-11 | schannel: fix MinGW compile break | Marcel Raad |
2018-07-09 | lib/curl_setup.h: remove unicode character | Jay Satiro |
2018-07-09 | lib/curl_setup.h: remove unicode bom from 8272ec50f02 | Daniel Stenberg |
2018-07-09 | schannel: fix -Wsign-compare warning | Marcel Raad |
2018-07-09 | schannel: workaround for wrong function signature in w32api | Marcel Raad |
2018-07-09 | schannel: make more cipher options conditional | Marcel Raad |
2018-07-09 | curl_setup: include <winerror.h> before <windows.h> | Marcel Raad |
2018-07-09 | smtp: use the upload buffer size for scratch buffer malloc | Daniel Stenberg |
2018-07-06 | darwinssl: allow High Sierra users to build the code using GCC | Nick Zitzmann |
2018-07-06 | libssh: goto DISCONNECT state on error, not SSH_SESSION_FREE | Daniel Stenberg |
2018-07-06 | libssh: include line number in state change debug messages | Daniel Stenberg |
2018-07-01 | telnet: fix clang warnings | Gisle Vanem |
2018-06-29 | openssl: Remove some dead code | Gaurav Malhotra |
2018-06-29 | openssl: make the requested TLS version the *minimum* wanted | Daniel Stenberg |
2018-06-29 | openssl: allow TLS 1.3 by default | Daniel Stenberg |
2018-06-27 | getnameinfo: not used | Daniel Stenberg |
2018-06-27 | easy_perform: use *multi_timeout() to get wait times | Daniel Stenberg |
2018-06-25 | url: check Curl_conncache_add_conn return code | Daniel Stenberg |
2018-06-23 | netrc: use a larger buffer | Daniel Stenberg |
2018-06-23 | multi: fix crash due to dangling entry in connect-pending list | Javier Blazquez |
2018-06-22 | ConnectionExists: make sure conn->data is set when "taking" a connection | Daniel Stenberg |
2018-06-21 | cmake: allow multiple SSL backends | Raphael Gozzo |
2018-06-21 | url: fix dangling conn->data pointer | Daniel Stenberg |
2018-06-16 | multi: fix memory leak when stopped during name resolve | Daniel Stenberg |
2018-06-14 | mk-ca-bundle.pl: make -u delete certdata.txt if found not changed | Matteo Bignotti |
2018-06-13 | progress: remove a set of unused defines | Daniel Stenberg |