summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: autotools compatibility fixes - step IYang Tse2013-01-205-230/+355
* pop3.c: Fixed conditional compilation of the apop response functionSteve Holme2013-01-201-0/+4
* Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse2013-01-2010-36/+30
* formadd: reject trying to read a directory where a file is expectedDaniel Stenberg2013-01-191-3/+4
* curl_easy_send.3: document return codesDaniel Stenberg2013-01-191-1/+4
* curl_easy_recv.3: document return codesDaniel Stenberg2013-01-191-3/+8
* email: General code tidy upSteve Holme2013-01-193-40/+20
* pop3.c: Fixed a problem with pop3s connections not connecting properlySteve Holme2013-01-181-1/+6
* RELEASE-NOTES: add references to several bugfixes+changesDaniel Stenberg2013-01-181-7/+14
* RELEASE-NOTES: Added missing imap fixSteve Holme2013-01-181-0/+1
* runtests.pl: make VPATH builds find valgrind.suppYang Tse2013-01-181-1/+1
* RELEASE-NOTES: synced with c43127414d89Daniel Stenberg2013-01-181-2/+18
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-1754-883/+489
* 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