platform/upstream/curl.git
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...
2009-12-22 Yang Tselog a message when continuing once sleep time is over
2009-12-21 Yang Tse- Ingmar Runge noticed that Windows config-win32.h...
2009-12-21 Yang TseMake 'classic' output end of a test-suite run become...
2009-12-21 Yang TseMove stopping of servers instructed by test definition...
2009-12-21 Daniel Stenbergtest 566 was missing
2009-12-21 Yang Tsedead_child_handler also takes care of reaping pingpong...
2009-12-21 Yang TseReap processes dead children ASAP without blocking
2009-12-21 Yang TseReinstate hi resolution time logging since this is...
2009-12-21 Patrick MonneratTake new SMTP definitions into account in OS400 wrapper...
2009-12-21 Daniel Stenbergfirst small steps towards smtp
2009-12-21 Yang TseReplaced tabs with spaces
2009-12-20 Daniel Stenbergremove some unused code
2009-12-20 Yang TseImprove delay command interruptability
2009-12-20 Daniel Stenbergrevert that, we already had a function named like that!
2009-12-20 Daniel Stenbergrename the verifyftp function to verifyserver since...
2009-12-20 Daniel Stenbergfree the allocated mailbox name at disconnect
2009-12-20 Daniel Stenbergintroducing the first IMAP FETCH test
2009-12-20 Yang Tse- Attempt to fix script compilation failure on versions...
2009-12-19 Daniel Stenbergsupport IMAP select and LOGOUT
2009-12-19 Daniel Stenbergfix the ftp check delay timer to never be set below...
2009-12-19 Daniel Stenbergfixed a precaution check in the cookie code, pointed...
2009-12-19 Yang TseSlack time reduction
2009-12-19 Yang TseAdded runtests.pl '-r' option for run time statistics
2009-12-18 Yang Tseserver start and verification time as well as test...
2009-12-18 Yang TseAdded test harness simple time execution stats
2009-12-17 Yang TseComment out hi resolution time logging to verify if...
2009-12-17 Yang TseFix compilation failure
2009-12-17 Yang TseTest harness process control enhancements
2009-12-17 Daniel Stenberguh, assign the bool it points to properly
2009-12-17 Daniel StenbergStop overloading the conn->protocol field with the...
2009-12-17 Daniel StenbergRemove pointless storing of the protocol as a string...
2009-12-17 Daniel Stenberg- David Byron fixed Curl_ossl_cleanup to actually call...
2009-12-17 Yang Tsegettimeofday() requires perl version newer than 5.6
2009-12-16 Daniel StenbergFollow-up fix for the proxy fix I did for Jon Nelson...
next