Age | Commit message (Expand) | Author |
2013-11-25 | hostip: don't prune DNS cache entries that are in use | Daniel Stenberg |
2013-11-23 | smtp: Post SMTP command expansion tidy up | Steve Holme |
2013-11-21 | curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals | Christian Grothoff |
2013-11-17 | smtp: Fixed space being sent in non --mail-rcpt based requests | Steve Holme |
2013-11-17 | smtp: Changed the default command to HELP when no options are specified | Steve Holme |
2013-11-17 | smtp:Fixed memory leak from commit dac01ff6d788b2 | Steve Holme |
2013-11-17 | connect: Close open but unconnected socket in singleipconnect() | Steve Holme |
2013-11-15 | smtp: Fixed broken RCPT TO from commit 0ea4a80bb23666 | Steve Holme |
2013-11-15 | smtp_state_mail_resp: removed unused variable 'smtp' | Daniel Stenberg |
2013-11-15 | smtp: Simplified the next RCPT TO logic | Steve Holme |
2013-11-15 | smtp.c: Fixed trailing whitespace | Steve Holme |
2013-11-15 | smtp: Added support for VRFY and EXPN commands | Steve Holme |
2013-11-15 | smtp: Added support for NOOP and RSET commands | Steve Holme |
2013-11-15 | smtp: Fixed handling of multiline server greeting responses | Steve Holme |
2013-11-15 | smtp.c: Fixed compilation error from commit f16c0de4e9bbe3 | Steve Holme |
2013-11-15 | smtp: Fixed processing of more than one response when sent in same packet | Steve Holme |
2013-11-15 | smtp: Moved EHLO response handling to smtp_state_ehlo_resp() | Steve Holme |
2013-11-14 | connect: Forgot to correct line endings before push in commit ed1662c374361a | Steve Holme |
2013-11-14 | connect: Return the socket descriptor even on fail | Björn Stenberg |
2013-11-12 | darwinssl: check for SSLSetSessionOption() presence when toggling BEAST | Nick Zitzmann |
2013-11-12 | darwinssl: PKCS#12 import feature now requires Lion or later | Nick Zitzmann |
2013-11-12 | curl_easy_setopt: Added the ability to set the login options separately | Steve Holme |
2013-11-12 | multi: Small code tidy up to avoid hard return | Steve Holme |
2013-11-11 | multi: Set read socket when returning READSOCK(0) | Björn Stenberg |
2013-11-10 | connect: Close temporary sockets in conn_free() | Björn Stenberg |
2013-11-10 | ares: Fixed compilation under Visual Studio 2012 | Kim Vandry |
2013-11-05 | url.c: Very small amount of policing | Steve Holme |
2013-11-05 | url.c: Remove superfluous for loop | Björn Stenberg |
2013-11-05 | Curl_ssl_push_certinfo_len: don't %.*s non-zero-terminated string | Daniel Stenberg |
2013-11-05 | connect.h: Updated copyright year for last edit | Steve Holme |
2013-11-04 | connect: Add connection delay to Happy Eyeballs. | Björn Stenberg |
2013-11-04 | winbind: Fixed ntlm_auth expecting eol following commit e17c1b25bc33eb | Steve Holme |
2013-11-04 | nss.c: Fixed compilation warnings (Take Two) | Steve Holme |
2013-11-04 | nss.c: Fixed compilation warnings | Steve Holme |
2013-11-03 | connect.c: Code policing on commit 5094bb53f4a027 | Steve Holme |
2013-11-03 | nss.c: Fixed compilation warnings | Steve Holme |
2013-11-03 | x509asn1.c: Fixed compilation warnings | Steve Holme |
2013-11-03 | base64: Fixed compilation warnings when using Curl_base64_decode() | Steve Holme |
2013-11-03 | connect: Fixed "Whut?" no server connection failures | Steve Holme |
2013-11-03 | http: Post base64 decoding tidy up | Steve Holme |
2013-11-02 | http: Added proxy tunnel authentication message header value extraction | Steve Holme |
2013-10-31 | http: Added authentication message header value extraction | Steve Holme |
2013-10-30 | curl_multi_wait: accept 0 from multi_timeout() as valid timeout | Daniel Stenberg |
2013-10-30 | email: Corrected a couple of typos from commit aa0eaef4838ccd | Steve Holme |
2013-10-30 | email: Post graceful SASL authentication cancellation tidy up | Steve Holme |
2013-10-30 | NSS: support for CERTINFO feature | Patrick Monnerat |
2013-10-30 | base64: removed trailing white space | Daniel Stenberg |
2013-10-30 | base64: Added basic validation to base64 input string when decoding | Steve Holme |
2013-10-29 | bugfix: Don't block waiting for socket1 connect. | Björn Stenberg |
2013-10-28 | sasl: Updated create_digest_md5_message() to use a dynamic buffer | Steve Holme |