aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-01CMakeLists.txt: add standard curl source code headerDaniel Stenberg
2014-01-01CMakeLists.txt: add warning about the cmake build's stateDaniel Stenberg
2014-01-01examples: Updated SMTP multi example to be more realisticSteve Holme
2014-01-01OpenSSL: Fix forcing SSLv3 connectionsBarry Abrahamson
2014-01-01examples: Corrected unescaped backslash in imap-store.cSteve Holme
2014-01-01examples: Update SMTP TLS example mail content to be RFC-2821 compliantSteve Holme
2014-01-01examples: Added IMAP APPEND exampleSteve Holme
2014-01-01examples: Added IMAP STORE exampleSteve Holme
2013-12-31RELEASE-NOTES: Synced with 7de2e032584d44Steve Holme
2013-12-31examples: Added IMAP LIST mailbox exampleSteve Holme
2013-12-31examples: Updated IMAP fetch example for libcurl 7.30.0Steve Holme
2013-12-31examples: Rename before adding additional email examplesSteve Holme
2013-12-31examples: Added SMTP EXPN command exampleSteve Holme
2013-12-31examples: Added SMTP email verification exampleSteve Holme
2013-12-31imap: Fixed line length warningSteve Holme
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-12-31examples: Updated copyright year for recent editsSteve Holme
2013-12-31examples: Corrected incorrect indentation in smtp-multi.cSteve Holme
2013-12-31examples: Updated SMTP examples to set CURLOPT_UPLOADSteve Holme
2013-12-30mprintf: Added support for I, I32 and I64 size specifiersSteve Holme
2013-12-29curl_easy_setopt.3: Added SMTP information to CURLOPT_INFILESIZE_LARGESteve Holme
2013-12-28tests: Disabled NTLM tests when running with SSPI enabledSteve Holme
2013-12-28connect.c: Fixed compilation warningSteve Holme
2013-12-28runtests.pl: Fixed slightly incorrect regex in commit 28dd47d4d41900Steve Holme
2013-12-28connect: Try all addresses in first connection attemptBjörn Stenberg
2013-12-28runtests.pl: Optimised feature present checking codeSteve Holme
2013-12-28runtests.pl: Added the ability to run tests when a feature is not presentSteve Holme
2013-12-27ftpserver.pl: Fixed compilation errorSteve Holme
2013-12-27ftpserver.pl: Reworked SMTP verified server detectionSteve Holme
2013-12-27sendf.c: Fixed compilation warning from f2d234a4dd9bccSteve Holme
2013-12-27FILE: Fixed sending of data would always return CURLE_WRITE_ERRORSteve Holme
2013-12-26FILE: we don't support paused transfers using this protocolDaniel Stenberg
2013-12-26vtls: Updated comments referencing sslgen.c and ssluse.cSteve Holme
2013-12-26vtls: Fixed up include of vtls.hSteve Holme
2013-12-25curl_dofree: allow free(NULL)Daniel Stenberg
2013-12-25RELEASE-NOTES: Synced with 0ff0a994ada62aSteve Holme
2013-12-25Curl_thread_create: use Curl_safefree to allow NULL betterDaniel Stenberg
2013-12-25threaded resolver: Use pthread_t * for curl_thread_tLuke Dashjr
2013-12-24imap: Fixed auth preference not being honored when CAPABILITY not supportedSteve Holme
2013-12-24pop3: Fixed auth preference not being honored when CAPA not supportedSteve Holme
2013-12-24TheArtOfHttpScripting: major update, converted layout and moreDaniel Stenberg
2013-12-24Curl_pp_readresp: use memmove not memcpy, possibly overlapping areasDaniel Stenberg
2013-12-24RELEASE-NOTES: Corrected copy/paste typoSteve Holme
2013-12-24pop3: Fixed APOP being determined by CAPA response rather than by timestampSteve Holme
2013-12-24tests: Removed APOP timestamp from default server greetingSteve Holme
2013-12-23test936: Corrected login details from commit 7246255416617aSteve Holme
2013-12-23ftpserver.pl: Updated custom full text REPLY regexSteve Holme
2013-12-23tests: Corrected syntax error from commit 7246255416617aSteve Holme
2013-12-23tests: Added SMTP SASL downgrade testsSteve Holme
2013-12-23tests: Added POP3 SASL downgrade testsSteve Holme