Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-07 | imap: Fixed typo in a comment. | Julien Chaffraix | |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka | |
It helps to prevent a hangup with some FTP servers in case idle session timeout has exceeded. But it may be useful also for other protocols that send any quit message on disconnect. Currently used by FTP, POP3, IMAP and SMTP. | |||
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg | |
This function could only return CURLE_OK and by changing it to a void instead, we can simplify code all over. | |||
2010-04-12 | added a cast to silent compiler warning with 64bit systems. | Guenter Knauf | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-26 | Fixed a couple of out of memory leaks and a segfault in the IMAP code. | Dan Fandrich | |
2010-01-25 | make Curl_handler_*_proxy definition static | Yang Tse | |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse | |
2009-12-20 | free the allocated mailbox name at disconnect | Daniel Stenberg | |
2009-12-14 | Fix compiler warning | Yang Tse | |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg | |