summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: fix circular header inclusion with other packagesYang Tse2013-01-09183-208/+197
* curl: ignore SIGPIPEDaniel Stenberg2013-01-081-1/+9
* sockfilt.c: fix some compiler warningsYang Tse2013-01-081-18/+16
* Revert "configure: update req to 2.59"Daniel Stenberg2013-01-082-105/+115
* pop3: Added support for non-blocking SSL upgradeSteve Holme2013-01-082-7/+37
* configure: update req to 2.59Daniel Stenberg2013-01-082-115/+105
* 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
* tests/server/sockfilt.c: Fixed integer comparison warningMarc Hoersken2013-01-071-15/+16
* tests/server/sockfilt.c: Include required Win32 headersMarc Hoersken2013-01-071-0/+5
* 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
* tests/server/sockfilt.c: Fixed support for listening socketsMarc Hoersken2013-01-061-34/+108
* tests/server/sockfilt.c: Set Windows Console to binary modeMarc Hoersken2013-01-061-0/+4
* tests/server/sockfilt.c: Improved log error messagesMarc Hoersken2013-01-061-7/+13
* 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-064-22/+132
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-06370-2032/+1740
* mk-ca-bundle.1: convert syntax to what's used elsewhereDaniel Stenberg2013-01-061-47/+55
* mk-ca-bundle.1: mention new -f, fix outputfile outputDaniel Stenberg2013-01-051-9/+20
* mk-ca-bundle: add -f, support passing to stdout and moreDaniel Stenberg2013-01-051-33/+45
* imap test server: fix typo in name of SELECT_imap() sub definitionYang Tse2013-01-051-1/+1
* imap test server: Added support for the CAPABILITY commandSteve Holme2013-01-041-2/+23
* writeout: -w now supports remote_ip/port and local_ip/portDaniel Stenberg2013-01-034-1/+107
* test 1222: 8 chars object name generation && test 1221: adjustmentsYang Tse2013-01-037-8/+300
* INTERNALS: remove "footnote" never usedDaniel Stenberg2013-01-031-3/+0
* build: commit 13606bbfde follow-up 1Yang Tse2013-01-031-2/+2
* FAQ: Can I write a server with libcurl?Daniel Stenberg2013-01-031-0/+10
* build: rename 93 lib/*.c filesYang Tse2013-01-0394-0/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-0377-476/+694
* INSTALL: unify the SSL library textsDaniel Stenberg2013-01-031-11/+8
* curl_setup.h: remove redundant include guardYang Tse2013-01-021-2/+0
* build and tests: curl_10char_object_name() shell functionYang Tse2013-01-026-2/+352
* configure.ac: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERSYang Tse2013-01-011-1/+1
* curl-override.m4: provide AC_CONFIG_MACRO_DIR definition conditionallyYang Tse2013-01-011-7/+7
* 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
* examples/certinfo.c: fix compiler warningYang Tse2012-12-291-7/+12
* 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