aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-08smtp: Renamed smtp_state_auth_passwd_resp() functionSteve Holme
2013-02-08ntlm: fix memory leakGisle Vanem
2013-02-08DONE: consider callback-aborted transfers prematureDaniel Stenberg
2013-02-07darwinssl: Fix build under LeopardNick Zitzmann
2013-02-07imap: Added support for SASL-IR extension (Part 2)Steve Holme
2013-02-07smtp: Updated SMTP_AUTH_PASSWD state constantSteve Holme
2013-02-07imap: Added support for SASL-IR extension (Part 1)Steve Holme
2013-02-07imap: Changed response tag generation to be completely uniqueSteve Holme
2013-02-06imap: Small variable rename in preparation for upcoming changeSteve Holme
2013-02-06msvc: move Makefile.msvc.names into winbuild/Daniel Stenberg
2013-02-06email: Moved starttls code in separate functionsSteve Holme
2013-02-06vms: config-vms.h is removed, no use trying to distribute itDaniel Stenberg
2013-02-06Curl_sasl_create_digest_md5_message: fix buffer overflowEldar Zaitov
2013-02-06setup-vms.h: post VMS patch cleanup - IIIYang Tse
2013-02-05imap.h: Corrected incorrect comment clarificationSteve Holme
2013-02-05VMS: fix and generate the VMS build configJohn E. Malmberg
2013-02-05Curl_proxyCONNECT: return once CONNECT is sentDaniel Stenberg
2013-02-05email: Reworked comments in the endofresp() functionsSteve Holme
2013-02-05schannel: Removed extended error connection setup flagMarc Hoersken
2013-02-05singleipconnect: Update *sockp for all CURLE_OKTor Arntsen
2013-02-05curl_easy_perform: Value stored to 'mcode' is never readDaniel Stenberg
2013-02-05singleipconnect: remove dead assignmentDaniel Stenberg
2013-02-05CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing
2013-02-04email: Provided extra comments following recent pop3/imap fixesSteve Holme
2013-02-04pop3.c: Updated variable names to use shorter / more readable variantSteve Holme
2013-02-03imap: Fixed no known authentication mechanism when fallback is requiredSteve Holme
2013-02-03pop3: Fixed no known authentication mechanism when fallback is requiredSteve Holme
2013-02-01singleipconnect: simplify and clean upDaniel Stenberg
2013-02-01Curl_perfom: removedDaniel Stenberg
2013-01-29darwinssl: Fix bug where packets were sometimes transmitted twiceNick Zitzmann
2013-01-28Updated dependency libs.Guenter Knauf
2013-01-27smtp.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-27pop3.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-27imap.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-26email: Updated comment regarding ssldone usageSteve Holme
2013-01-25smtp.c: Added comments to smtp_endofresp()Steve Holme
2013-01-24smtp.c: Corrected RFC referencesSteve Holme
2013-01-24smtp.c: Fixed failure detection during TLS upgradeSteve Holme
2013-01-24pop3.c: Fixed failure detection during TLS upgradeSteve Holme
2013-01-24imap.c: Fixed failure detection during TLS upgradeSteve Holme
2013-01-23email: Removed unnecessary return statementsSteve Holme
2013-01-22curl_sasl.c: Corrected references to RFCSteve Holme
2013-01-22email: Corrected references to SASL RFCSteve Holme
2013-01-22formpost: support quotes, commas and semicolon in file namesUlion
2013-01-20pop3.c: Fixed conditional compilation of the apop response functionSteve Holme
2013-01-19formadd: reject trying to read a directory where a file is expectedDaniel Stenberg
2013-01-19email: General code tidy upSteve Holme
2013-01-18pop3.c: Fixed a problem with pop3s connections not connecting properlySteve Holme
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-17url.c: fix HTTP CONNECT tunnel establishment upon delayed responseYang Tse