Age | Commit message (Expand) | Author |
2013-10-28 | OS400: coding style standards | Patrick Monnerat |
2013-10-27 | email: Added support for cancelling NTLM authentication | Steve Holme |
2013-10-27 | sasl: Removed unused variables from commit b87ba2c94217c0 | Steve Holme |
2013-10-27 | email: Added support for cancelling DIGEST-MD5 authentication | Steve Holme |
2013-10-27 | email: Corrected a couple of typos from 1e39b95682781f | Steve Holme |
2013-10-27 | email: Added support for canceling CRAM-MD5 authentication | Steve Holme |
2013-10-27 | Typo fix in trynextip(). | Björn Stenberg |
2013-10-27 | Add "Happy Eyeballs" for IPv4/IPv6. | Björn Stenberg |
2013-10-27 | email: Added initial support for cancelling authentication | Steve Holme |
2013-10-27 | email: Moved authentication message parsing into a separate function | Steve Holme |
2013-10-27 | ftp: Fixed compiler warning | Steve Holme |
2013-10-26 | FTP: make the data connection work when going through proxy | Daniel Stenberg |
2013-10-26 | email: Added references to SASL LOGIN authentication draft proposal | Steve Holme |
2013-10-26 | smtp: Fixed response code parsing for bad AUTH continuation responses | Steve Holme |
2013-10-26 | gskit.c: Code policing following commit 2cc9246477285d | Steve Holme |
2013-10-25 | OS400: sync RPG wrapper, zlib support, fix header file names, ... | Patrick Monnerat |
2013-10-24 | sasl: Fixed memory leak in OAUTH2 message creation | Steve Holme |
2013-10-23 | sasl: fix compiler warning | Daniel Stenberg |
2013-10-23 | tests: Added POP3 DIGEST-MD5 authentication test | Steve Holme |
2013-10-21 | ssh: initialize per-handle data in ssh_connect() | Kamil Dudka |
2013-10-18 | email: Fixed QUIT / LOGOUT being sent when SSL connect fails | Steve Holme |
2013-10-18 | curl_sasl: initialize NSS before using crypto | Kamil Dudka |
2013-10-17 | SSL: Follow up work to commits 6a1363128f1107 and 87861c9b0e8155 | Steve Holme |
2013-10-16 | SSL: Added unsupported cipher version check for OpenSSL | Steve Holme |
2013-10-16 | SSL: Corrected typo from commit 87861c9b0e8155 | Steve Holme |
2013-10-16 | SSL: Fixed OpenSSL builds prior to v1.0.1 | Steve Holme |
2013-10-15 | NSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE option | Paul Donohue |
2013-10-15 | ssh: Handle successful SSH_USERAUTH_NONE | Tyler Hall |
2013-10-15 | SSL: protocol version can be specified more precisely | Gergely Nagy |
2013-10-14 | darwinssl: un-break iOS build after PKCS#12 feature added | Nick Zitzmann |
2013-10-13 | OpenSSL: improve the grammar of the language in 39beaa5ffbcc | Daniel Stenberg |
2013-10-13 | OpenSSL: use failf() when subjectAltName mismatches | Andrej E Baranov |
2013-10-12 | ssh: improve the logic for detecting blocking direction | Kamil Dudka |
2013-10-12 | Fixed typo in Makefile.inc that left http2.h out of the tar ball | Dan Fandrich |
2013-10-09 | curl_setup_once: fix errno access for lwip on Windows | Gisle Vanem |
2013-10-07 | HTTP: Output http response 304 when modified time is too old | Derek Higgins |
2013-10-02 | darwinssl: block TLS_RSA_WITH_NULL_SHA256 cipher | Nick Zitzmann |
2013-10-02 | OpenSSL: acknowledge CURLOPT_SSL_VERIFYHOST without VERIFYPEER | Daniel Stenberg |
2013-09-28 | win32: fix Visual Studio 2010 build with WINVER >= 0x600 | Daniel Stenberg |
2013-09-28 | ssluse.c: Fixed compilation warnings when ENGINE not supported | Steve Holme |
2013-09-25 | imap: Added clarification to the code about odd continuation responses | Steve Holme |
2013-09-25 | ftp.c: Fixed compilation warning | Steve Holme |
2013-09-24 | sasl: Centralised the authentication mechanism strings | Steve Holme |
2013-09-21 | openssl: use correct port number in error message | Daniel Stenberg |
2013-09-20 | pop3: Added basic SASL XOAUTH2 support | Steve Holme |
2013-09-19 | darwinssl: enable BEAST workaround on iOS 7 & later | Nick Zitzmann |
2013-09-17 | cookies: add expiration | YAMADA Yasuharu |
2013-09-17 | dns: fix compilation with MinGW from commit df69440d05f113 | Steve Holme |
2013-09-14 | imap: Fixed response check for NOOP command | Steve Holme |
2013-09-12 | libcurl: New options to bind DNS to local interfaces or IP addresses | Kim Vandry |