Age | Commit message (Expand) | Author |
2011-11-03 | rename ftp_ssl: the struct field is used for many protocols | Daniel Stenberg |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-29 | pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command length | Yang Tse |
2011-08-19 | tcpconnect: follow-up commit after b998d95b | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-05-05 | set_userpass: convert from protocol-specific to generic | Daniel Stenberg |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-05-05 | SSL: check for SSL, not specific protocols | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-04-20 | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg |
2011-04-04 | http-proxy: move proxy code to http_proxy.c | Daniel Stenberg |
2011-03-15 | protocol handler cleanup: SSL awareness | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2011-03-13 | state: add missing state to debug table | Daniel Stenberg |
2011-02-20 | IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the con... | Ben Noordhuis |
2011-02-20 | IMAP in multi mode: use Curl_ssl_connect_nonblocking() when connecting. | Ben Noordhuis |
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 |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg |
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 |