aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-05mention four outstanding issues we should deal with before releaseDaniel Stenberg
2008-05-05Improved parsing of resolver configuration filesYang Tse
2008-05-03- Yuriy Sosov pointed out a configure fix for detecting c-ares when that isDaniel Stenberg
2008-05-03minor spell and language fix of a commentDaniel Stenberg
2008-05-03- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twiceDaniel Stenberg
2008-05-03Added comments, check Curl_http_auth_act()'s return code and added a checkDaniel Stenberg
2008-05-03- Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAYDaniel Stenberg
2008-05-01- Bart Whiteley provided a patch that made libcurl work properly when an appDaniel Stenberg
2008-05-0153. SFTP busy-loop problem when doing SFTP uploads.Daniel Stenberg
2008-05-01Document that variable replacement now takes place in the test file <stdout> ...Dan Fandrich
2008-05-01use variables to support other IPs and port numbersDaniel Stenberg
2008-05-01do variable replacement in the stdout data read from the test caseDaniel Stenberg
2008-05-01Added precheck for hard-coded test server address and portDan Fandrich
2008-05-01Made file XML compatibleDan Fandrich
2008-04-30Christian Vogt told us about OS21 inDaniel Stenberg
2008-04-30- To make it easier for applications that want lots of magic stuff done onDaniel Stenberg
2008-04-29improved easy interface resolving timeout handling in c-ares enabled buildsYang Tse
2008-04-29improve easy interface resolving timeout handling in c-ares enabled buildsYang Tse
2008-04-29Added test 1028 to test an HTTP redirect to a FTP URL.Dan Fandrich
2008-04-28- Norbert Frese filed bug report #1951588: "Problem with curlftpfs andDaniel Stenberg
2008-04-26mention the automake problems and solution even though it doesn't strictlyDaniel Stenberg
2008-04-25Updated Symbian UIDs. Added .pkg files for creating .sis packages.Dan Fandrich
2008-04-25tests/libtest/delay.pl no longer used. The 'delay' attribute of theYang Tse
2008-04-25Add 'timeout' and 'delay' attributes support for the test harness <command> s...Yang Tse
2008-04-25Made --stderr able to redirect all stderr messages.Dan Fandrich
2008-04-24Reduced the requested Symbian capabilities.Dan Fandrich
2008-04-23<postcheck> delay no longer needed for this test.Yang Tse
2008-04-23improve synchronization between test harness runtests.pl scriptYang Tse
2008-04-23Symbian OS is a.k.a. EPOC32Dan Fandrich
2008-04-23Mention that P.I.P.S. is needed for Symbian.Dan Fandrich
2008-04-23List extra files individually instead of by directory to avoid includingDan Fandrich
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2008-04-22fix minor memory leak triggered upon test failureYang Tse
2008-04-22Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse
2008-04-22Remove previously introduced small delay to verify if it can be avoidedYang Tse
2008-04-21Allocate the decompression buffer for the --manual option on the heapDan Fandrich
2008-04-21Fixed typo in log messageDan Fandrich
2008-04-21added Haskell binding, unified the formatting somewhatDaniel Stenberg
2008-04-21HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse
2008-04-21Ignore the result of the postcheck command in torture modeDan Fandrich
2008-04-21Make the test work with nroffs that use special escaping for bold output.Dan Fandrich
2008-04-20accelerate the writing of server input and response request filesYang Tse
2008-04-18Added test cases 1026 and 1027 to do some rudimentary tests on the --manualDan Fandrich
2008-04-18test 1001 needs a small delay between client part execution and testYang Tse
2008-04-18test 1001 needs a small delay between client part execution and testYang Tse
2008-04-17fix compiler warning: enumerated type mixed with another typeYang Tse
2008-04-17Some trivial changesDan Fandrich
2008-04-16Added test case 555, a variation of 547 but using multi interface instead ofDaniel Stenberg
2008-04-16Removed 129 and 130 due to lack of response on those issuesDaniel Stenberg
2008-04-14allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, asMichal Marek