summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-27imap.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-26email: Updated comment regarding ssldone usageSteve Holme
2013-01-26zz40-xc-ovr.m4: emit witness message in configure BODYYang Tse
2013-01-25smtp.c: Added comments to smtp_endofresp()Steve Holme
2013-01-25zz40-xc-ovr.m4: truly do version conditional overridingYang Tse
2013-01-25zz40-xc-ovr.m4: fix variable assignment of subshell output bashismYang Tse
2013-01-25zz40-xc-ovr.m4: reinstate strict AC_REQUIRE macro dependenciesYang Tse
2013-01-25zz40-xc-ovr.m4: avoid double single-quote usageYang Tse
2013-01-25zz40-xc-ovr.m4: parentheses balancing of 'case' statementsYang Tse
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-24zz40-xc-ovr.m4: internals overhaulingYang Tse
2013-01-23email: Removed unnecessary return statementsSteve Holme
2013-01-23zz40-xc-ovr.m4: redirect errors and warnings to stderrYang Tse
2013-01-23zz40-xc-ovr.m4: AC_REQUIRE also XC_CONFIGURE_PREAMBLE success messageYang Tse
2013-01-23zz60-xc-ovr.m4: tighten XC_OVR_ZZ60 macro placement requirementsYang Tse
2013-01-23configure: use XC_CONFIGURE_PREAMBLE early checksYang Tse
2013-01-23zz40-xc-ovr.m4: provide XC_CONFIGURE_PREAMBLE macroYang Tse
2013-01-23FAQ: update the SSL lib list and wording in question 2.2Daniel Stenberg
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-22memanalyze.pl: handle fopen() of file names with quotesDaniel Stenberg
2013-01-21xc-cc-check.m4: re-evaluate exporting and AC_SUBST'ing varsYang Tse
2013-01-21FAQ: 3.22 curl -X gives me HTTP problemsDaniel Stenberg
2013-01-21xc-cc-check.m4: avoid recursive package automake'ing breakageYang Tse
2013-01-20xc-cc-check.m4: mark earlier variables that are to be exportedYang Tse
2013-01-20configure: autotools compatibility fixes - step IYang Tse
2013-01-20pop3.c: Fixed conditional compilation of the apop response functionSteve Holme
2013-01-20Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variablesYang Tse
2013-01-19formadd: reject trying to read a directory where a file is expectedDaniel Stenberg
2013-01-19curl_easy_send.3: document return codesDaniel Stenberg
2013-01-19curl_easy_recv.3: document return codesDaniel 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-18RELEASE-NOTES: add references to several bugfixes+changesDaniel Stenberg
2013-01-18RELEASE-NOTES: Added missing imap fixSteve Holme
2013-01-18runtests.pl: make VPATH builds find valgrind.suppYang Tse
2013-01-18RELEASE-NOTES: synced with c43127414d89Daniel Stenberg
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-16--libcurl: fix for non-zero default optionsYves Arrouye
2013-01-15FTP: reject illegal port numbers in EPSV 229 responsesDaniel Stenberg
2013-01-15commit bc682cbd follow-upYang Tse
2013-01-15build: use per-target '_CPPFLAGS' for those currently using defaultYang Tse
2013-01-15tests/libtest/Makefile.inc: sort build targetsYang Tse
2013-01-15tests/Makefile.am: remove wildcard usage in EXTRA_DISTYang Tse
2013-01-15nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILEKamil Dudka