Age | Commit message (Expand) | Author |
2013-12-23 | tests: Added SMTP SASL downgrade tests | Steve Holme |
2013-12-23 | tests: Added POP3 SASL downgrade tests | Steve Holme |
2013-12-23 | tests: Added IMAP SASL downgrade tests | Steve Holme |
2013-12-22 | docs: mention CURLOPT_MAX_RECV/SEND_SPEED_LARGE don't work for FILE:// | Daniel Stenberg |
2013-12-22 | FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE | Daniel Stenberg |
2013-12-22 | ftpserver.pl: Fixed runtime warning from commit 7da9c95bcf1fe6 | Steve Holme |
2013-12-22 | ftpserver.pl: Added the ability to send custom full text replies | Steve Holme |
2013-12-22 | ftpserver.pl: Added the ability to specify custom full text replies | Steve Holme |
2013-12-22 | ftpserver.pl: Renamed commandreply variable from customreply | Steve Holme |
2013-12-22 | tests: Added SASL cancellation keywords | Steve Holme |
2013-12-22 | email: Fixed segfault introduced in commit 195b63f99c2fe3 | Steve Holme |
2013-12-22 | code police: fix indent level to silence checksrc complaints | Daniel Stenberg |
2013-12-21 | email: Extended the login options to support multiple auth mechanisms | Steve Holme |
2013-12-22 | Curl_pp_readresp: replace stupid loop with memcpy | Daniel Stenberg |
2013-12-22 | Curl_pp_readresp: zero terminate line | Daniel Stenberg |
2013-12-21 | Revert "pop3: Added debug information to assist with test864 failure" | Steve Holme |
2013-12-21 | pop3: Added debug information to assist with test864 failure | Steve Holme |
2013-12-20 | RELEASE-NOTES: Synced with 812c5ace759d04 | Steve Holme |
2013-12-20 | pop3: Fixed APOP timestamp detection from commit 1cfb436a2f1795 | Steve Holme |
2013-12-20 | Makefile.inc: use standard source header | Daniel Stenberg |
2013-12-20 | Makefile.inc: specify the vtls sources+headers separately | Daniel Stenberg |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | openssl: renamed backend files to openssl.[ch] | Daniel Stenberg |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-12-20 | pop3: Fixed selection of APOP when server replies with an invalid timestamp | Steve Holme |
2013-12-20 | pop3: Fixed processing of more than one response when sent in same packet | Steve Holme |
2013-12-19 | pop3: Moved CAPA response handling to pop3_state_capa_resp() | Steve Holme |
2013-12-19 | pop3: Moved APOP detection into pop3_state_servergreet_resp() | Steve Holme |
2013-12-19 | curl_easy_setopt: Fixed OAuth 2.0 Bearer option name | Steve Holme |
2013-12-18 | curl.1: remove URL encoding phrase from --data description | Daniel Stenberg |
2013-12-18 | imap/pop3/smtp: Added support for SASL authentication downgrades | Steve Holme |
2013-12-18 | RELEASE-PROCEDURE: new document | Daniel Stenberg |
2013-12-18 | gitignore: ignore .dirstamp files | Daniel Stenberg |
2013-12-18 | smtp: fix compiler warning | Daniel Stenberg |
2013-12-18 | smtp: Moved the calculation of SASL login details into a separate function | Steve Holme |
2013-12-18 | pop3: Moved the calculation of SASL login details into a separate function | Steve Holme |
2013-12-18 | imap: Moved the calculation of SASL login details into a separate function | Steve Holme |
2013-12-18 | smtp: Moved the sending of the AUTH command into a separate function | Steve Holme |
2013-12-18 | pop3: Moved the sending of the AUTH command into a separate function | Steve Holme |
2013-12-18 | imap: Moved the sending of the AUTHENICATE command into a separate function | Steve Holme |
2013-12-17 | email: Renamed *_perform_authenticate() functions | Steve Holme |
2013-12-17 | bump: start working on the next release | Daniel Stenberg |
2013-12-16 | RELEASE-NOTES: synced with c0ef05e67 | Daniel Stenberg |
2013-12-16 | THANKS: add contributors from 7.34.0 release | Daniel Stenberg |
2013-12-16 | gtls: respect *VERIFYHOST independently of *VERIFYPEER | Daniel Stenberg |
2013-12-15 | curl.1 document -J doesn't %-decode | Daniel Stenberg |
2013-12-15 | multi: add timer inaccuracy margin to timeout/connecttimeout | Daniel Stenberg |
2013-12-14 | RELEASE-NOTES: synced with dd4d9ea542 | Daniel Stenberg |
2013-12-14 | curl_easy_setopt: clarify some USERPWD and PROXYUSERPWD details | Daniel Stenberg |