summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added PEM certificate keywordDan Fandrich2010-01-183-0/+3
* fix warningsYang Tse2010-01-181-2/+2
* Stop ssl running server when cert file currently used by server isYang Tse2010-01-181-8/+29
* fix warningsYang Tse2010-01-181-8/+20
* - Remove QD restarting of https servers. Proper fixing required.Yang Tse2010-01-181-13/+3
* make verifyhttp use different file names depending on server characteristicsYang Tse2010-01-181-26/+51
* add serverfactors() sub which returns server characterization factorsYang Tse2010-01-181-0/+27
* fix warningsYang Tse2010-01-171-13/+13
* fix warningsYang Tse2010-01-171-7/+11
* fix warningsYang Tse2010-01-171-36/+44
* add some debug messagesYang Tse2010-01-171-2/+14
* use servername_id() from serverhelp.pmYang Tse2010-01-171-0/+1
* refactored stopping of test harness serversYang Tse2010-01-171-91/+174
* Store now this file in CVS with unix line endings.Yang Tse2010-01-151-11/+11
* Declaration of $sshdlog is done in sshhelp.pmYang Tse2010-01-151-0/+1
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-153-80/+155
* Added the new protocol source files to the non-autoconf build filesDan Fandrich2010-01-156-4/+52
* Squeeze slack time when killing more than one server fromYang Tse2010-01-141-37/+54
* - Suppressed side effect of OpenSSL configure checks, which prevented NSS fromKamil Dudka2010-01-143-16/+40
* Give the test a bit mote time to run so it passes on slow machinesYang Tse2010-01-131-1/+1
* remove trailing spaces from configure.acKamil Dudka2010-01-131-7/+7
* Added test case #1112 which does an FTPS download with strict timeoutYang Tse2010-01-122-1/+89
* Make runtests.pl actually support any (valid) server specificationYang Tse2010-01-121-9/+66
* Fix tftp and sftp supported protocols in servername_str()Yang Tse2010-01-121-1/+1
* Make sockfilter kill messages look alike server onesYang Tse2010-01-121-9/+9
* Adjust vor VPATH buildsYang Tse2010-01-121-3/+3
* - Gil Weber reported a peculiar flaw with the multi interface when doing SFTPDaniel Stenberg2010-01-112-1/+9
* ssh_statemach_act() is now modified to loop over the switch() to perform asDaniel Stenberg2010-01-111-1464/+1469
* After the TCP connect is confirmed in CURLM_STATE_WAITCONNECT and it changesDaniel Stenberg2010-01-111-3/+3
* progress callback called repeatedly during slow connectsDaniel Stenberg2010-01-111-0/+1
* - Made sure that the progress callback is repeatedly called at a regularDaniel Stenberg2010-01-112-16/+34
* - The tests/runtests.pl script now checks to see if the test case that runs isDaniel Stenberg2010-01-113-0/+24
* secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse2010-01-111-1/+1
* secureserver.pl is now the test harness script used for SSL/TLS.Yang Tse2010-01-113-228/+337
* Update error message to include port numberYang Tse2010-01-101-1/+2
* Previous commit adjustmentsYang Tse2010-01-101-16/+9
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-093-151/+228
* struct Curl_sh_entry's 'inuse' member was no longer used and is now removedDaniel Stenberg2010-01-092-3/+2
* - Johan van Selst found and fixed a OpenSSL session ref count leak:Daniel Stenberg2010-01-083-3/+27
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-084-61/+241
* Remove extra line feedYang Tse2010-01-081-1/+1
* Use '_stunnel.log' ending also for https test server logYang Tse2010-01-081-2/+2
* sws and tftpd command line option naming adjustmentsYang Tse2010-01-084-19/+86
* removed a parameter from the Curl_http_readwrite_headers() prototype to removeDaniel Stenberg2010-01-073-7/+4
* List fragment tests in Makefile.am and better provide better namesClaes Jakobsson2010-01-074-4/+4
* removed Curl_http_header_append() prototype as it isn't used anymore, theDaniel Stenberg2010-01-071-5/+1
* - Make sure the progress callback is called repeatedly even during very slowDaniel Stenberg2010-01-063-8/+28
* Disable tests 802 and 803Yang Tse2010-01-061-0/+2
* Prevent detection of stdint.h on IRIX systems, even when available.Yang Tse2010-01-061-1/+6
* Julien Chaffraix fixed so that the fragment part in an URL is not sent to the...Claes Jakobsson2010-01-067-9/+163