aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-12Fix tftp and sftp supported protocols in servername_str()Yang Tse
2010-01-12Make sockfilter kill messages look alike server onesYang Tse
2010-01-12Adjust vor VPATH buildsYang Tse
2010-01-11- Gil Weber reported a peculiar flaw with the multi interface when doing SFTPDaniel Stenberg
2010-01-11ssh_statemach_act() is now modified to loop over the switch() to perform asDaniel Stenberg
2010-01-11After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changesDaniel Stenberg
2010-01-11progress callback called repeatedly during slow connectsDaniel Stenberg
2010-01-11- Made sure that the progress callback is repeatedly called at a regularDaniel Stenberg
2010-01-11- The tests/runtests.pl script now checks to see if the test case that runs isDaniel Stenberg
2010-01-11secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse
2010-01-11secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse
2010-01-10Update error message to include port numberYang Tse
2010-01-10Previous commit adjustmentsYang Tse
2010-01-09Start using the centralized pidfile and logfile name generationYang Tse
2010-01-09struct Curl_sh_entry's 'inuse' member was no longer used and is now removedDaniel Stenberg
2010-01-08- Johan van Selst found and fixed a OpenSSL session ref count leak:Daniel Stenberg
2010-01-08Start using the centralized pidfile and logfile name generationYang Tse
2010-01-08Remove extra line feedYang Tse
2010-01-08Use '_stunnel.log' ending also for https test server logYang Tse
2010-01-08sws and tftpd command line option naming adjustmentsYang Tse
2010-01-07removed a parameter from the Curl_http_readwrite_headers() prototype to removeDaniel Stenberg
2010-01-07List fragment tests in Makefile.am and better provide better namesClaes Jakobsson
2010-01-07removed Curl_http_header_append() prototype as it isn't used anymore, theDaniel Stenberg
2010-01-06- Make sure the progress callback is called repeatedly even during very slowDaniel Stenberg
2010-01-06Disable tests 802 and 803Yang Tse
2010-01-06Prevent detection of stdint.h on IRIX systems, even when available.Yang Tse
2010-01-06Julien Chaffraix fixed so that the fragment part in an URL is not sent to the...Claes Jakobsson
2010-01-04use the modern name for this optionDaniel Stenberg
2010-01-03- Julien Chaffraix eliminated a duplicated initialization in singlesocket().Kamil Dudka
2010-01-02- Make curl support --ssl and --ssl-reqd instead of the previous FTP-specificDaniel Stenberg
2010-01-01stop at once if the EOB marker shows up, even if something else might getDaniel Stenberg
2010-01-01update copyright year since we are in 2010 nowDaniel Stenberg
2010-01-01added CURLOPT_FTP_USE_PRETDaniel Stenberg
2010-01-01- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg
2009-12-31added descriptions for CURLOPT_MAIL_FROM and CURLOPT_MAIL_RCPTDaniel Stenberg
2009-12-31--mail-rcpt and --mail-from are starting to settle and work like this...Daniel Stenberg
2009-12-31turned CURLOPT_MAIL_RCPT into a curl_slist list instead to support multipleDaniel Stenberg
2009-12-31Use '_stunnel.log' file name ending for stunneled server logsYang Tse
2009-12-31VMS adjustments by Steven M. SchwedaYang Tse
2009-12-31Subs for refactoring purposesYang Tse
2009-12-30CURLOPT_HEADERDATA was added in 7.10Daniel Stenberg
2009-12-30s/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA simply because it is a better nameDaniel Stenberg
2009-12-30modified to get the EHLO domain from the path part of the URL instead of theDaniel Stenberg
2009-12-30moved the SMTP payload escape function into Curl_smtp_escape_eob and putDaniel Stenberg
2009-12-30(SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg
2009-12-30Oops, should have removed 'not' in previous commit.Yang Tse
2009-12-30VMS build system enhancements by Steven M. Schweda and Craig A. BerryYang Tse
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-12-30VMS specific preprocessor symbol definition adjustmentsYang Tse
2009-12-30Replaced stricmp() usage with our portable strequal()Yang Tse