Age | Commit message (Expand) | Author |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel |
2016-08-31 | curl_sspi.c: Updated function description comments | Steve Holme |
2016-08-30 | connect: fix #ifdefs for debug versions of conn/streamclose() macros | Daniel Stenberg |
2016-08-28 | http2: return CURLE_HTTP2_STREAM for unexpected stream close | Daniel Stenberg |
2016-08-28 | http2: handle closed streams when uploading | Tatsuhiro Tsujikawa |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-27 | Curl_verify_windows_version: minor edit to avoid compiler warnings | Daniel Stenberg |
2016-08-26 | schannel: Disable ALPN for Wine since it is causing problems | Jay Satiro |
2016-08-26 | nss: work around race condition in PK11_FindSlotByName() | Peter Wang |
2016-08-26 | nss: refuse previously loaded certificate from file | Kamil Dudka |
2016-08-26 | ftp_done: remove dead code | Daniel Stenberg |
2016-08-26 | TLS: random file/egd doesn't have to match for conn reuse | Daniel Stenberg |
2016-08-25 | HTTP: stop parsing headers when switching to unknown protocols | Michael Kaufmann |
2016-08-25 | openssl: make build with 1.1.0 again | Daniel Stenberg |
2016-08-25 | http2: Remove incorrect comments | Jay Satiro |
2016-08-23 | ftp: fix wrong poll on the secondary socket | Ales Novak |
2016-08-21 | win: Basic support for Universal Windows Platform apps | Marco Deckel |
2016-08-21 | sasl: Don't use GSSAPI authentication when domain name not specified | Steve Holme |
2016-08-21 | vauth: Added check for supported SSPI based authentication mechanisms | Steve Holme |
2016-08-21 | http.c: Remove duplicate (authp->avail & CURLAUTH_DIGEST) check | Steve Holme |
2016-08-20 | socks.c: display the hostname returned by the SOCKS5 proxy server | Marc Hoersken |
2016-08-20 | urldata.h: Corrected comment for httpcode which is also populated by SMTP | Steve Holme |
2016-08-20 | socks.c: use Curl_printable_address in SOCKS5 connection sequence | Marc Hoersken |
2016-08-20 | socks.c: align SOCKS4 connection sequence with SOCKS5 | Marc Hoersken |
2016-08-20 | http.c: Corrected indentation change from commit 2708d4259b | Steve Holme |
2016-08-20 | http: Added calls to Curl_auth_is_<mechansism>_supported() | Steve Holme |
2016-08-20 | socks.c: improve verbose output of SOCKS5 connection sequence | Marc Hoersken |
2016-08-20 | sasl: Added calls to Curl_auth_is_<mechansism>_supported() | Steve Holme |
2016-08-19 | spnego_sspi: fix memory leak in case *outlen is zero (#970) | Miroslav Franc |
2016-08-18 | vauth: Introduced Curl_auth_is_<mechansism>_supported() functions | Steve Holme |
2016-08-17 | nss: make the global variables static | Daniel Stenberg |
2016-08-16 | openssl: use regular malloc instead of OPENSSL_malloc | Daniel Stenberg |
2016-08-16 | Revert "Proxy-Connection: stop sending this header by default" | Daniel Stenberg |
2016-08-15 | proxy: polished the error message for unsupported schemes | Daniel Stenberg |
2016-08-15 | proxy: reject attempts to use unsupported proxy schemes | Daniel Stenberg |
2016-08-14 | socks.c: Correctly calculate position of port in response packet | Marc Hoersken |
2016-08-14 | socks.c: Do not modify and invalidate calculated response length | Marc Hoersken |
2016-08-14 | socks.c: Move error output after reading the whole response packet | Marc Hoersken |
2016-08-13 | openssl: accept subjectAltName iPAddress if no dNSName match | Jay Satiro |
2016-08-11 | rtsp: ignore whitespace in session id | Daniel Stenberg |
2016-08-11 | HTTP: retry failed HEAD requests too | Daniel Stenberg |
2016-08-10 | rtsp: accept any RTSP session id | Erik Janssen |
2016-08-08 | cmake: Enable win32 threaded resolver by default | Jay Satiro |
2016-08-08 | cmake: Enable win32 large file support by default | Jay Satiro |
2016-08-05 | http2: always wait for readable socket | Daniel Stenberg |
2016-08-05 | mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined | Thomas Glanzmann |
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg |
2016-08-04 | TFTP: Fix upload problem with piped input | Serj Kalichev |
2016-08-04 | mk-ca-bundle.pl: -m keeps ca cert meta data in output | Daniel Stenberg |
2016-08-04 | multi: make Curl_expire() work with 0 ms timeouts | Daniel Stenberg |