summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* build: fix circular header inclusion with other packagesYang Tse2013-01-09164-180/+169
* pop3: Added support for non-blocking SSL upgradeSteve Holme2013-01-082-7/+37
* imap.c: Small tidy up to add missing commentSteve Holme2013-01-071-0/+1
* imap: Added support for sasl digest-md5 authenticationSteve Holme2013-01-072-1/+86
* imap: Added support for sasl cram-md5 authenticationSteve Holme2013-01-072-0/+72
* imap: Added support for sasl ntlm authenticationSteve Holme2013-01-072-0/+103
* imap: Added support for sasl login authenticationSteve Holme2013-01-062-1/+92
* pop3.c: Fixed default authentication detectionSteve Holme2013-01-061-4/+4
* curl_sasl.c: Small code tidy up following imap changesSteve Holme2013-01-061-1/+2
* smtp.c: Small code tidy up following imap changesSteve Holme2013-01-061-3/+5
* pop3.c: Small code tidy up following imap changesSteve Holme2013-01-061-0/+1
* imap: Added support for sasl plain text authenticationSteve Holme2013-01-062-2/+118
* imap: Introduced the continue response in imap_endofresp()Steve Holme2013-01-061-0/+7
* imap: Added support for SASL based authentication mechanism detectionSteve Holme2013-01-062-14/+122
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-06208-1556/+1357
* mk-ca-bundle: add -f, support passing to stdout and moreDaniel Stenberg2013-01-051-33/+45
* test 1222: 8 chars object name generation && test 1221: adjustmentsYang Tse2013-01-034-6/+252
* build: commit 13606bbfde follow-up 1Yang Tse2013-01-031-2/+2
* build: rename 93 lib/*.c filesYang Tse2013-01-0394-0/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-0359-326/+452
* curl_setup.h: remove redundant include guardYang Tse2013-01-021-2/+0
* build and tests: curl_10char_object_name() shell functionYang Tse2013-01-023-1/+298
* imap.c: Minor follow up tidy upSteve Holme2012-12-301-3/+3
* imap: Code tidy up prior to adding support for the CAPABILITY commandSteve Holme2012-12-302-10/+13
* pop3_doing: Applied debug info message when function failsSteve Holme2012-12-291-5/+8
* imap_doing: don't call imap_dophase_done() if already failedSteve Holme2012-12-291-4/+5
* smtp_doing: don't call smtp_dophase_done() if already failedSteve Holme2012-12-291-4/+6
* pop3.c: Removed unnecessary POP3_STOP state changesSteve Holme2012-12-291-5/+0
* smtp.c: Added extra comments around SMTP_STOP state changeSteve Holme2012-12-291-0/+2
* imap.c: Fixed bad state error when logging in with invalid credentialsSteve Holme2012-12-291-7/+5
* imap.c: remove trailing whitespaceYang Tse2012-12-291-1/+1
* imap.c: Code tidy up - Part 2Steve Holme2012-12-281-77/+76
* imap.c: Code tidy up - Part 1Steve Holme2012-12-281-98/+106
* pop3.c: Minor code tidy upSteve Holme2012-12-281-51/+54
* smtp: Minor code tidy upSteve Holme2012-12-282-13/+23
* curl_imap.h: Tidy up of comments to be more readableSteve Holme2012-12-281-13/+13
* imap.c: Code tidy up renaming imapsendf() to imap_sendf()Steve Holme2012-12-281-14/+13
* build: rename 76 lib/*.h filesYang Tse2012-12-2876-0/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-28171-1045/+1119
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-2835-110/+141
* imsp.c: Fixed usernames and passwords that contain escape charactersSteve Holme2012-12-281-5/+84
* darwinssl: Fixed inability to disable peer verificationNick Zitzmann2012-12-271-1/+46
* curl_multi_remove_handle: commit 0aabfd9963 follow-upYang Tse2012-12-262-5/+32
* curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVEYang Tse2012-12-251-0/+4
* Curl_hash_clean: OOM handling fixYang Tse2012-12-251-3/+2
* Curl_conncache_foreach: allow callback to break loopDaniel Stenberg2012-12-242-4/+9
* pop3_doing: don't call pop3_dophase_done() if already failedDaniel Stenberg2012-12-241-1/+1
* curl_multi_wait: OOM handling fixYang Tse2012-12-231-2/+5
* curl_multi_wait: avoid an unnecessary memory allocationDaniel Stenberg2012-12-231-3/+4
* multi.c: OOM handling fixYang Tse2012-12-211-2/+3