Age | Commit message (Expand) | Author |
2017-01-13 | IDN: Use TR46 non-transitional | Daniel Stenberg |
2017-01-13 | IDN: revert use of the transitional option | Daniel Stenberg |
2017-01-13 | IDN: Fix compile time detection of linidn2 TR46 | Tim Rühsen |
2017-01-13 | url: --noproxy option overrides NO_PROXY environment variable | ERAMOTO Masaya |
2017-01-13 | url: Refactor detect_proxy() | ERAMOTO Masaya |
2017-01-13 | url: Fix NO_PROXY env var to work properly with --proxy option. | ERAMOTO Masaya |
2017-01-13 | IDN: Use TR46 'transitional' for toASCII translations | Tim Rühsen |
2017-01-13 | gnutls: check for alpn and ocsp in configure | Marcus Hoffmann |
2017-01-12 | url: Fix parsing for when 'file' is the default protocol | Jay Satiro |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2017-01-12 | STARTTLS: Don't print response character in denied messages | Jay Satiro |
2017-01-12 | smtp: Fix STARTTLS denied error message | Jay Satiro |
2017-01-11 | http2_send: avoid unsigned integer wrap around | Daniel Stenberg |
2017-01-07 | wolfssl: display negotiated SSL version and cipher | Dan Fandrich |
2017-01-06 | wolfssl: support setting cipher list | Dan Fandrich |
2017-01-03 | darwinssl: --insecure overrides --cacert if both settings are in use | Nick Zitzmann |
2016-12-29 | content_encoding: change return code on a failure | Daniel Stenberg |
2016-12-29 | digest_sspi: copy terminating NUL as well | Max Khon |
2016-12-27 | darwinssl: fix CFArrayRef leak | Chris Araman |
2016-12-27 | darwinssl: fix iOS build | Chris Araman |
2016-12-26 | vtls: s/SSLEAY/OPENSSL | Daniel Stenberg |
2016-12-25 | formdata: use NULL, not 0, when returning pointers | Daniel Stenberg |
2016-12-25 | ftp: failure to resolve proxy should return that error code | Daniel Stenberg |
2016-12-24 | ftp-gss: check for init before use | Daniel Stenberg |
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 |