Age | Commit message (Expand) | Author |
2013-04-18 | url: Fix chksrc longer than 79 columns warning | Steve Holme |
2013-04-18 | url: Fix incorrect variable type for result code | Steve Holme |
2013-04-18 | url: Fix compiler warning | Steve Holme |
2013-04-18 | url: Moved parsing of login details out of parse_url_login() | Steve Holme |
2013-04-18 | url: Re-factored set_userpass() and parse_url_userpass() | Steve Holme |
2013-04-18 | url: Reworked URL parsing to allow overriding by CURLOPT_USERPWD | Steve Holme |
2013-04-16 | smtp: Re-factored all perform based functions | Steve Holme |
2013-04-16 | smtp: Added description comments to all perform based functions | Steve Holme |
2013-04-16 | smtp: Moved smtp_quit() to be with the other perform functions | Steve Holme |
2013-04-16 | smtp: Moved smtp_rcpt_to() to be with the other perform functions | Steve Holme |
2013-04-16 | smtp: Moved smtp_mail() to be with the other perform functions | Steve Holme |
2013-04-15 | pop3: Added missing comment for pop3_state_apop_resp() | Steve Holme |
2013-04-15 | smtp: Updated the coding style of smtp_state_servergreet_resp() | Steve Holme |
2013-04-15 | pop3: Updated the coding style of pop3_state_servergreet_resp() | Steve Holme |
2013-04-14 | pop3: Re-factored all perform based functions | Steve Holme |
2013-04-14 | pop3: Added description comments to all perform based functions | Steve Holme |
2013-04-14 | pop3: Moved pop3_quit() to be with the other perform functions | Steve Holme |
2013-04-14 | pop3: Moved pop3_command() to be with the other perform functions | Steve Holme |
2013-04-13 | smtp: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-13 | pop3: Reworked authentication type constants | Steve Holme |
2013-04-13 | pop3: Small consistency tidy up | Steve Holme |
2013-04-13 | pop3: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-13 | imap: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-13 | sasl: Reworked SASL mechanism constants | Steve Holme |
2013-04-13 | sasl: Added predefined preferred mechanism values | Steve Holme |
2013-04-13 | url: Added support for parsing login options from the URL | Steve Holme |
2013-04-13 | smtp: Fix compiler warning | Steve Holme |
2013-04-12 | smtp: Moved parsing of url path into separate function | Steve Holme |
2013-04-12 | FTP: handle a 230 welcome response | Daniel Stenberg |
2013-04-12 | FTP: access files in root dir correctly | Daniel Stenberg |
2013-04-12 | pop3: Reworked the function description for Curl_pop3_write() | Steve Holme |
2013-04-12 | pop3: Added function description to pop3_parse_custom_request() | Steve Holme |
2013-04-12 | pop3: Moved utility functions to end of pop3.c | Steve Holme |
2013-04-12 | darwinssl: add TLS session resumption | Nick Zitzmann |
2013-04-12 | imap: Added function description to imap_parse_custom_request() | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 3/3) | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 2/3) | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 1/3) | Steve Holme |
2013-04-12 | imap: Corrected function description for imap_connect() | Steve Holme |
2013-04-11 | cookie: fix tailmatching to prevent cross-domain leakage | YAMADA Yasuharu |
2013-04-11 | Enabled MinGW sync resolver builds. | Guenter Knauf |
2013-04-10 | if2ip.c: fix compiler warning | Yang Tse |
2013-04-10 | Fixed lost OpenSSL output with "-t" - followup. | Guenter Knauf |
2013-04-09 | FTP: handle "rubbish" in front of directory name in 257 responses | Bill Middlecamp |
2013-04-09 | Fixed ares-enabled builds with static makefiles. | Guenter Knauf |
2013-04-09 | Fixed lost OpenSSL output with "-t". | Guenter Knauf |
2013-04-08 | darwinssl: disable insecure ciphers by default | Nick Zitzmann |
2013-04-08 | tcpkeepalive: Support CURLOPT_TCP_KEEPIDLE on OSX | Robert Wruck |
2013-04-08 | proxy: make ConnectionExists() check credential of proxyconnections too | Fabian Keil |
2013-04-07 | if2ip.c: Fixed another warning: unused parameter 'remote_scope' | Marc Hoersken |