Age | Commit message (Expand) | Author |
2016-12-24 | cyassl: use time_t instead of long for timeout | Jay Satiro |
2016-12-23 | http: remove "Curl_http_done: called premature" message | Daniel Stenberg |
2016-12-23 | openssl-random: check return code when asking for random | Daniel Stenberg |
2016-12-23 | gnutls-random: check return code for failed random | Daniel Stenberg |
2016-12-21 | randit: store the value in the buffer | Kamil Dudka |
2016-12-21 | lib: fix MSVC compiler warnings | Marcel Raad |
2016-12-20 | ssh: inhibit coverity warning with (void) | Daniel Stenberg |
2016-12-19 | Curl_recv_has_postponed_data: silence compiler warnings | Daniel Stenberg |
2016-12-19 | tests: checksrc compliance | Jay Satiro |
2016-12-19 | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro |
2016-12-19 | schannel: fix wildcard cert name validation on Win CE | Dan McNulty |
2016-12-19 | printf: fix floating point buffer overflow issues | Daniel Stenberg |
2016-12-18 | config-amigaos.h: (embarrassed) made the line shorter | Daniel Stenberg |
2016-12-18 | config-amigaos.h: fix bug report email reference | Daniel Stenberg |
2016-12-18 | openssl: simplify expression in Curl_ossl_version | Michael Kaufmann |
2016-12-18 | Curl_getconnectinfo: avoid checking if the connection is closed | Isaac Boukris |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-12-16 | CURLOPT_SOCKS_PROXYTYPE: removed | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-12-07 | openssl: don't use OpenSSL's ERR_PACK. | Adam Langley |
2016-12-01 | http_proxy: simplify CONNECT response reading | Daniel Stenberg |
2016-12-01 | CONNECT: read responses one byte at a time | Daniel Stenberg |
2016-12-01 | CONNECT: reject TE or CL in 2xx responses | Daniel Stenberg |
2016-12-01 | URL parser: reject non-numerical port numbers | Daniel Stenberg |
2016-11-30 | cyassl: fixed typo introduced in 4f8b1774 | Dan Fandrich |
2016-11-30 | CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properly | Michael Kaufmann |
2016-11-28 | http2: check nghttp2_session_set_local_window_size exists | Jay Satiro |
2016-11-28 | http2: Fix crashes when parent stream gets aborted | Anders Bakken |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-26 | curl_easy_reset: clear info for CULRINFO_PROTOCOL and CURLINFO_SCHEME | Frank Gevaerts |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-11-25 | url: proxy: Use 443 as default port for https proxies | Thomas Glanzmann |
2016-11-24 | x509asn1: Restore the parameter check in Curl_getASN1Element | Jay Satiro |
2016-11-25 | add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} | Frank Gevaerts |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: detect wrongly placed open braces in func declarations | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: verify ASTERISKNOSPACE | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | checksrc: add ASTERISKSPACE | Daniel Stenberg |
2016-11-24 | openssl: remove dead code | Daniel Stenberg |
2016-11-24 | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij |
2016-11-24 | darwinssl: adopted to the HTTPS proxy changes | Daniel Stenberg |
2016-11-24 | gtls: fix indent to silence compiler warning | Daniel Stenberg |
2016-11-24 | mbedtls: Fix compile errors | Thomas Glanzmann |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-24 | Declare endian read functions argument as a const pointer. | Patrick Monnerat |
2016-11-24 | Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. | Patrick Monnerat |
2016-11-22 | url: Fix conn reuse for local ports and interfaces | Jay Satiro |