summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* url.c: fix HTTP CONNECT tunnel establishment upon delayed responseYang Tse2013-01-171-8/+10
* --libcurl: fix for non-zero default optionsYves Arrouye2013-01-161-1/+18
* FTP: reject illegal port numbers in EPSV 229 responsesDaniel Stenberg2013-01-152-10/+9
* commit bc682cbd follow-upYang Tse2013-01-153-0/+4
* build: use per-target '_CPPFLAGS' for those currently using defaultYang Tse2013-01-152-1/+88
* tests/libtest/Makefile.inc: sort build targetsYang Tse2013-01-151-24/+27
* tests/Makefile.am: remove wildcard usage in EXTRA_DISTYang Tse2013-01-153-4/+96
* nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILEKamil Dudka2013-01-152-2/+1
* TODO: Updated following IMAP SASL additionsSteve Holme2013-01-141-90/+79
* configure: fix automake 1.13 compatibilityYang Tse2013-01-143-9/+56
* BUGS: update bug tracker URLDaniel Stenberg2013-01-131-2/+2
* Curl_resolver_getsock: fix the function description commentDaniel Stenberg2013-01-121-6/+6
* nss: clear session cache if a client cert from file is usedKamil Dudka2013-01-112-5/+9
* sockfilt.c: log file descriptor number on read/write errorYang Tse2013-01-111-0/+2
* packages/DOS/common.dj: remove COFF debug info generationGisle Vanem2013-01-101-1/+1
* curl: ignore SIGPIPE - compilation fix - follow-upYang Tse2013-01-091-1/+1
* test servers: handle W32/W64 SIGBREAK with exit_signal_handlerYang Tse2013-01-094-0/+60
* test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64Yang Tse2013-01-096-78/+112
* sockfilt.c: fix some W64 compiler warningsYang Tse2013-01-093-6/+41
* docs: the --with-darwinssl option is available on Apple OSesNick Zitzmann2013-01-092-2/+35
* curl: ignore SIGPIPE - compilation fixYang Tse2013-01-091-2/+2
* 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