aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2013-01-15FTP: reject illegal port numbers in EPSV 229 responsesDaniel Stenberg
2013-01-15nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILEKamil Dudka
2013-01-12Curl_resolver_getsock: fix the function description commentDaniel Stenberg
2013-01-11nss: clear session cache if a client cert from file is usedKamil Dudka
2013-01-09sockfilt.c: fix some W64 compiler warningsYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-08pop3: Added support for non-blocking SSL upgradeSteve Holme
2013-01-07imap.c: Small tidy up to add missing commentSteve Holme
2013-01-07imap: Added support for sasl digest-md5 authenticationSteve Holme
2013-01-07imap: Added support for sasl cram-md5 authenticationSteve Holme
2013-01-07imap: Added support for sasl ntlm authenticationSteve Holme
2013-01-06imap: Added support for sasl login authenticationSteve Holme
2013-01-06pop3.c: Fixed default authentication detectionSteve Holme
2013-01-06curl_sasl.c: Small code tidy up following imap changesSteve Holme
2013-01-06smtp.c: Small code tidy up following imap changesSteve Holme
2013-01-06pop3.c: Small code tidy up following imap changesSteve Holme
2013-01-06imap: Added support for sasl plain text authenticationSteve Holme
2013-01-06imap: Introduced the continue response in imap_endofresp()Steve Holme
2013-01-06imap: Added support for SASL based authentication mechanism detectionSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-05mk-ca-bundle: add -f, support passing to stdout and moreDaniel Stenberg
2013-01-03test 1222: 8 chars object name generation && test 1221: adjustmentsYang Tse
2013-01-03build: commit 13606bbfde follow-up 1Yang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2013-01-02curl_setup.h: remove redundant include guardYang Tse
2013-01-02build and tests: curl_10char_object_name() shell functionYang Tse
2012-12-30imap.c: Minor follow up tidy upSteve Holme
2012-12-30imap: Code tidy up prior to adding support for the CAPABILITY commandSteve Holme
2012-12-29pop3_doing: Applied debug info message when function failsSteve Holme
2012-12-29imap_doing: don't call imap_dophase_done() if already failedSteve Holme
2012-12-29smtp_doing: don't call smtp_dophase_done() if already failedSteve Holme
2012-12-29pop3.c: Removed unnecessary POP3_STOP state changesSteve Holme
2012-12-29smtp.c: Added extra comments around SMTP_STOP state changeSteve Holme
2012-12-29imap.c: Fixed bad state error when logging in with invalid credentialsSteve Holme