aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-12-23tests: Added IMAP SASL downgrade testsSteve Holme
2013-12-22docs: mention CURLOPT_MAX_RECV/SEND_SPEED_LARGE don't work for FILE://Daniel Stenberg
2013-12-22FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGEDaniel Stenberg
2013-12-22ftpserver.pl: Fixed runtime warning from commit 7da9c95bcf1fe6Steve Holme
2013-12-22ftpserver.pl: Added the ability to send custom full text repliesSteve Holme
2013-12-22ftpserver.pl: Added the ability to specify custom full text repliesSteve Holme
2013-12-22ftpserver.pl: Renamed commandreply variable from customreplySteve Holme
2013-12-22tests: Added SASL cancellation keywordsSteve Holme
2013-12-22email: Fixed segfault introduced in commit 195b63f99c2fe3Steve Holme
2013-12-22code police: fix indent level to silence checksrc complaintsDaniel Stenberg
2013-12-21email: Extended the login options to support multiple auth mechanismsSteve Holme
2013-12-22Curl_pp_readresp: replace stupid loop with memcpyDaniel Stenberg
2013-12-22Curl_pp_readresp: zero terminate lineDaniel Stenberg
2013-12-21Revert "pop3: Added debug information to assist with test864 failure"Steve Holme
2013-12-21pop3: Added debug information to assist with test864 failureSteve Holme
2013-12-20RELEASE-NOTES: Synced with 812c5ace759d04Steve Holme
2013-12-20pop3: Fixed APOP timestamp detection from commit 1cfb436a2f1795Steve Holme
2013-12-20Makefile.inc: use standard source headerDaniel Stenberg
2013-12-20Makefile.inc: specify the vtls sources+headers separatelyDaniel Stenberg
2013-12-20vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg
2013-12-20openssl: renamed backend files to openssl.[ch]Daniel Stenberg
2013-12-20vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-12-20pop3: Fixed selection of APOP when server replies with an invalid timestampSteve Holme
2013-12-20pop3: Fixed processing of more than one response when sent in same packetSteve Holme
2013-12-19pop3: Moved CAPA response handling to pop3_state_capa_resp()Steve Holme
2013-12-19pop3: Moved APOP detection into pop3_state_servergreet_resp()Steve Holme