platform/upstream/curl.git
2010-01-19 Daniel Stenbergavoid "Use of uninitialized value $l in concatenation"
2010-01-19 Yang TseFail harder when curl coredumps trying to verify http...
2010-01-19 Yang Tseprevent %runcert hash growth when clearing items
2010-01-19 Yang Tseupdate copyright year notice
2010-01-18 Yang TseConstantine Sapuntzakis enhancements to make memory...
2010-01-18 Dan FandrichAdded PEM certificate keyword
2010-01-18 Yang Tsefix warnings
2010-01-18 Yang TseStop ssl running server when cert file currently used...
2010-01-18 Yang Tsefix warnings
2010-01-18 Yang Tse- Remove QD restarting of https servers. Proper fixing...
2010-01-18 Yang Tsemake verifyhttp use different file names depending...
2010-01-18 Yang Tseadd serverfactors() sub which returns server characteri...
2010-01-17 Yang Tsefix warnings
2010-01-17 Yang Tsefix warnings
2010-01-17 Yang Tsefix warnings
2010-01-17 Yang Tseadd some debug messages
2010-01-17 Yang Tseuse servername_id() from serverhelp.pm
2010-01-17 Yang Tserefactored stopping of test harness servers
2010-01-15 Yang TseStore now this file in CVS with unix line endings.
2010-01-15 Yang TseDeclaration of $sshdlog is done in sshhelp.pm
2010-01-15 Yang TseStart using the centralized pidfile and logfile name...
2010-01-15 Dan FandrichAdded the new protocol source files to the non-autoconf...
2010-01-14 Yang TseSqueeze slack time when killing more than one server...
2010-01-14 Kamil Dudka- Suppressed side effect of OpenSSL configure checks...
2010-01-13 Yang TseGive the test a bit mote time to run so it passes on...
2010-01-13 Kamil Dudkaremove trailing spaces from configure.ac
2010-01-12 Yang TseAdded test case #1112 which does an FTPS download with...
2010-01-12 Yang TseMake runtests.pl actually support any (valid) server...
2010-01-12 Yang TseFix tftp and sftp supported protocols in servername_str()
2010-01-12 Yang TseMake sockfilter kill messages look alike server ones
2010-01-12 Yang TseAdjust vor VPATH builds
2010-01-11 Daniel Stenberg- Gil Weber reported a peculiar flaw with the multi...
2010-01-11 Daniel Stenbergssh_statemach_act() is now modified to loop over the...
2010-01-11 Daniel StenbergAfter the TCP connect is confirmed in CURLM_STATE_WAITC...
2010-01-11 Daniel Stenbergprogress callback called repeatedly during slow connects
2010-01-11 Daniel Stenberg- Made sure that the progress callback is repeatedly...
2010-01-11 Daniel Stenberg- The tests/runtests.pl script now checks to see if...
2010-01-11 Yang Tsesecureserver.pl is now the test harness script used...
2010-01-11 Yang Tsesecureserver.pl is now the test harness script used...
2010-01-10 Yang TseUpdate error message to include port number
2010-01-10 Yang TsePrevious commit adjustments
2010-01-09 Yang TseStart using the centralized pidfile and logfile name...
2010-01-09 Daniel Stenbergstruct Curl_sh_entry's 'inuse' member was no longer...
2010-01-08 Daniel Stenberg- Johan van Selst found and fixed a OpenSSL session...
2010-01-08 Yang TseStart using the centralized pidfile and logfile name...
2010-01-08 Yang TseRemove extra line feed
2010-01-08 Yang TseUse '_stunnel.log' ending also for https test server log
2010-01-08 Yang Tsesws and tftpd command line option naming adjustments
2010-01-07 Daniel Stenbergremoved a parameter from the Curl_http_readwrite_header...
2010-01-07 Claes JakobssonList fragment tests in Makefile.am and better provide...
2010-01-07 Daniel Stenbergremoved Curl_http_header_append() prototype as it isn...
2010-01-06 Daniel Stenberg- Make sure the progress callback is called repeatedly...
2010-01-06 Yang TseDisable tests 802 and 803
2010-01-06 Yang TsePrevent detection of stdint.h on IRIX systems, even...
2010-01-06 Claes JakobssonJulien Chaffraix fixed so that the fragment part in...
2010-01-04 Daniel Stenberguse the modern name for this option
2010-01-03 Kamil Dudka- Julien Chaffraix eliminated a duplicated initializati...
2010-01-02 Daniel Stenberg- Make curl support --ssl and --ssl-reqd instead of...
2010-01-01 Daniel Stenbergstop at once if the EOB marker shows up, even if someth...
2010-01-01 Daniel Stenbergupdate copyright year since we are in 2010 now
2010-01-01 Daniel Stenbergadded CURLOPT_FTP_USE_PRET
2010-01-01 Daniel Stenberg- Ingmar Runge enhanced libcurl's FTP engine to support...
2009-12-31 Daniel Stenbergadded descriptions for CURLOPT_MAIL_FROM and CURLOPT_MA...
2009-12-31 Daniel Stenberg--mail-rcpt and --mail-from are starting to settle...
2009-12-31 Daniel Stenbergturned CURLOPT_MAIL_RCPT into a curl_slist list instead...
2009-12-31 Yang TseUse '_stunnel.log' file name ending for stunneled serve...
2009-12-31 Yang TseVMS adjustments by Steven M. Schweda
2009-12-31 Yang TseSubs for refactoring purposes
2009-12-30 Daniel StenbergCURLOPT_HEADERDATA was added in 7.10
2009-12-30 Daniel Stenbergs/CURLOPT_WRITEHEADER/CURLOPT_HEADERDATA simply because...
2009-12-30 Daniel Stenbergmodified to get the EHLO domain from the path part...
2009-12-30 Daniel Stenbergmoved the SMTP payload escape function into Curl_smtp_e...
2009-12-30 Daniel Stenberg(SMTP) support DATA better in the server and make sure...
2009-12-30 Yang TseOops, should have removed 'not' in previous commit.
2009-12-30 Yang TseVMS build system enhancements by Steven M. Schweda...
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-12-30 Yang TseVMS specific preprocessor symbol definition adjustments
2009-12-30 Yang TseReplaced stricmp() usage with our portable strequal()
2009-12-29 Daniel Stenbergmove HTTP-specific functions to http.c where they belong
2009-12-29 Daniel Stenbergtest 802 is the first SMTP test, although not strictly...
2009-12-29 Yang TseMention last changes
2009-12-29 Yang Tse- Fix configure_socket() to use ares_socket_t instead...
2009-12-29 Yang Tse- Where run-time error checks enabling compiler option...
2009-12-28 Yang TseLeftover from previous commit
2009-12-28 Yang TseInitial refactoring step for server name strings centra...
2009-12-27 Daniel StenbergJulien Chaffraix's clarifications
2009-12-27 Yang TseAdjust FreeBSD version check to follow FreeBSD Porter...
2009-12-26 Daniel Stenbergsymbols added in the CVS version meant for 7.20.0
2009-12-26 Yang Tseglobal variables reordering/refactoring/commenting
2009-12-25 Daniel Stenbergadd pointer to the bug report
2009-12-25 Daniel Stenberg- Renato Botelho and Peter Pentchev brought a patch...
2009-12-25 Daniel Stenbergfirst shot at actually doing the SMTP upload as well...
2009-12-25 Daniel StenbergWhen verifying the SMTP server I had to add some hacker...
2009-12-25 Daniel Stenbergfirst basic SMTP support
2009-12-24 Yang TseAdjust test number mismatch
2009-12-24 Yang TseEnable warnings
2009-12-24 Yang TseFix warnings
2009-12-23 Yang TseFix warnings
2009-12-23 Yang TseBack out some pingpong server stopping changes introduc...
2009-12-22 Yang Tseuse Time::HiRes whenever available, independently of...
next