aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-21Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg
2010-01-21Julien Chaffraix fixed line lengthsDaniel Stenberg
2010-01-21Julien Chaffraix removed an old obsolete typedefDaniel Stenberg
2010-01-21Yun Fu pointed out a flaw in the loop that checks handles, and I indentedDaniel Stenberg
2010-01-21"5.3 Sort outgoing cookies" removed, we now sort themDaniel Stenberg
2010-01-20SIGTERM is the signal to trap here, SIGKILL can't be caught.Yang Tse
2010-01-20Use killsockfilters() to kill sockfilter processes, this ensures that whenYang Tse
2010-01-20Allow killsockfilters() to take a 5th optional parameter that when providedYang Tse
2010-01-20Use delete() to unset environment variables instead of assigning undef whichYang Tse
2010-01-20Adjust valgrind logs file name detection.Yang Tse
2010-01-20modified test case 8 to also make sure that we deal with cookies usingDaniel Stenberg
2010-01-19- As was pointed out on the http-state mailing list, the order of cookies in aDaniel Stenberg
2010-01-19oops, I forgot to cvs add this before my previous commit (Dan FandrichDaniel Stenberg
2010-01-19- David McCreedy brought a fix and a new test case (129) to make libcurl workDaniel Stenberg
2010-01-19"260 - IMAP, POP3 and SMTP support" done!Daniel Stenberg
2010-01-19avoid "Use of uninitialized value $l in concatenation"Daniel Stenberg
2010-01-19Fail harder when curl coredumps trying to verify http and ftp servers.Yang Tse
2010-01-19prevent %runcert hash growth when clearing itemsYang Tse
2010-01-19update copyright year noticeYang Tse
2010-01-18Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse
2010-01-18Added PEM certificate keywordDan Fandrich
2010-01-18fix warningsYang Tse
2010-01-18Stop ssl running server when cert file currently used by server isYang Tse
2010-01-18fix warningsYang Tse
2010-01-18- Remove QD restarting of https servers. Proper fixing required.Yang Tse
2010-01-18make verifyhttp use different file names depending on server characteristicsYang Tse
2010-01-18add serverfactors() sub which returns server characterization factorsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17fix warningsYang Tse
2010-01-17add some debug messagesYang Tse
2010-01-17use servername_id() from serverhelp.pmYang Tse
2010-01-17refactored stopping of test harness serversYang Tse
2010-01-15Store now this file in CVS with unix line endings.Yang Tse
2010-01-15Declaration of $sshdlog is done in sshhelp.pmYang Tse
2010-01-15Start using the centralized pidfile and logfile name generationYang Tse
2010-01-15Added the new protocol source files to the non-autoconf build filesDan Fandrich
2010-01-14Squeeze slack time when killing more than one server fromYang Tse
2010-01-14- Suppressed side effect of OpenSSL configure checks, which prevented NSS fromKamil Dudka
2010-01-13Give the test a bit mote time to run so it passes on slow machinesYang Tse
2010-01-13remove trailing spaces from configure.acKamil Dudka
2010-01-12Added test case #1112 which does an FTPS download with strict timeoutYang Tse
2010-01-12Make runtests.pl actually support any (valid) server specificationYang Tse
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