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-10-20 | Curl_smtp_escape_eob: first byte is index 0... | Daniel Stenberg |
2011-10-20 | Curl_smtp_escape_eob: fix EOB escaping | Daniel Stenberg |
2011-10-03 | codepolicing | Daniel Stenberg |
2011-10-03 | smtp: Added support for NTLM authentication | Steve Holme |
2011-10-03 | smtp: General tidy up ready for adding NTLM support | Steve Holme |
2011-10-03 | smtp_mail: fixed another memory leak | Steve Holme |
2011-09-29 | smtp_mail: fix memory leak | Daniel Stenberg |
2011-09-29 | smtp_mail: Added support to MAIL FROM for the optional SIZE parameter | Steve Holme |
2011-09-26 | smtp_connect: use defined buffer length for hostname | Steve Holme |
2011-09-21 | smtp: without a MAIL_FROM, send blank MAIL FROM | Gisle Vanem |
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-24 | SMTP authentication: fix ordering of preferred authentication method | Steve Holme |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | 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 | 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 | SMTP-multi: non-blocking connect | Ben Noordhuis |
2011-03-15 | SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting. | Ben Noordhuis |
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 |
2010-12-22 | SMTP: add brackets for MAIL FROM | Brad Hards |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-12-03 | fix compiler warning: assignment within conditional expression | Yang Tse |
2010-12-01 | fix compiler warning: conversion may lose significant bits | Yang Tse |
2010-11-28 | atoi: remove atoi usage | Yang Tse |
2010-10-11 | SMTP: debug output for no known auth mechanisms supported | Daniel Stenberg |
2010-07-30 | smtp_connect: always provide host name buffer | Daniel Stenberg |
2010-07-30 | NTLM tests: boost coverage by forcing the hostname | Kamil Dudka |
2010-07-29 | Changed comparison to match size_t var type. | Guenter Knauf |
2010-06-18 | smtp: fixed a few uses of size_t that seemed to believe it was signed | Daniel Stenberg |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | smtp_authenticate: avoid compiler warnings | Patrick Monnerat |
2010-05-20 | Fix build warnings. | Ben Greear |
2010-05-18 | Fixed a memory leak in the SMTP torture tests | Dan Fandrich |
2010-04-19 | Remove null-effect leftover code. | monnerat |
2010-04-19 | Merge branch 'master' of github.com:bagder/curl | monnerat |
2010-04-19 | Implement SMTP authentication | monnerat |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg |
2010-04-02 | fixed compiler warnings | Ben Greear |
2010-03-29 | use (s)size_t for string lengths to fix compiler warns | Daniel Stenberg |
2010-03-29 | fix smtp compile warning | Ben Greear |