Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
[platform/upstream/curl.git] / tests /
2005-03-15 Daniel Stenbergtest EPSV and PASV response handling when they get...
2005-03-15 Daniel Stenberginitial man page attempt for testcurl.pl
2005-03-15 Daniel StenbergAdded lots of new command line options, made confsuffix...
2005-03-15 Dan FandrichMake nonexistent host names absolute so tests will...
2005-03-14 Daniel Stenbergshow LDFLAGS too
2005-03-12 Daniel StenbergDavid Houlder added --form-string
2005-03-11 Daniel Stenbergno more rewriting of the setup file
2005-03-09 Daniel Stenbergskip the test of "2094 Nov 6" for now, since the 64bit...
2005-03-08 Daniel StenbergDominick Meglio reported that using CURLOPT_FILETIME...
2005-03-07 Daniel Stenbergtest 236: FTP resume upload but denied access to remote...
2005-03-06 Daniel Stenbergadded valgrind.pm to the dist
2005-03-04 Daniel StenbergAdded test case 235 that makes a resumed upload of...
2005-02-24 Dan FandrichFixed some compiler warnings. Fixed a low incidence...
2005-02-22 Daniel StenbergCurl_base64_decode() now returns an allocated buffer
2005-02-19 Daniel Stenbergadded test case 234 which is like 233 but uses --locati...
2005-02-18 Daniel StenbergRalph Mitchell reported a flaw when you used a proxy...
2005-02-10 Daniel StenbergMoved out the valgrind report parser to valgrind.pm...
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-01-30 Daniel StenbergBugfixed the parser that scans the valgrind report...
2005-01-30 Daniel Stenbergproperly mark tests as requiring feature 'SSL'
2005-01-29 Daniel Stenbergwhen using valgrind, include a much longer stack trace
2005-01-28 Daniel Stenbergadjusted to the moved unlock of the DNS entry
2005-01-27 Daniel Stenbergtest the EPRT/LPRT/PORT somewhat more
2005-01-27 Daniel StenbergUse the same work-around for the memdebug stuff as...
2005-01-27 Daniel StenbergMake the debug build get the debug dump file path from...
2005-01-27 Daniel Stenbergverify a part of the PORT line
2005-01-26 Daniel StenbergMake the server ignore the given PORT address, to make...
2005-01-25 Daniel StenbergIan Ford asked about support for the FTP command ACCT...
2005-01-25 Daniel StenbergA minor "syntax error" in numerous test files corrected
2005-01-21 Daniel StenbergFTP third transfer support overhaul. See CHANGES for...
2005-01-20 Daniel StenbergAdded support for "verify" => "stripfile" to strip...
2005-01-20 Daniel StenbergSupport file names passed to RETR that don't start...
2005-01-20 Daniel StenbergPhilippe Hameau found out that -Q "+[command]" didn...
2005-01-20 Daniel Stenbergadd support for NOOP
2005-01-19 Daniel Stenbergadded test226 too
2005-01-19 Daniel StenbergStephan Bergmann made libcurl return CURLE_URL_MALFORMA...
2005-01-17 Daniel StenbergAdd support for server 'ftp2' which is a second FTP...
2005-01-17 Daniel Stenbergsupport the new --id command line option, that allows...
2005-01-15 Daniel Stenbergoutput better error detection, like when ipv6 can't...
2005-01-14 Daniel Stenbergverify the protocol too
2005-01-07 Daniel Stenbergdisable the valgrind log checking
2005-01-07 Daniel Stenbergfixed the valgrind log check and make it possible to...
2005-01-07 Daniel Stenbergadded test 199
2004-12-21 Daniel Stenbergtest enforced chunked encoding with PUT on a local...
2004-12-21 Daniel StenbergAdded test case 217 that verified CURLINFO_HTTP_CONNECT...
2004-12-21 Daniel Stenbergset debug curl too when -c is used
2004-12-17 Daniel Stenbergduplicate ! typo
2004-12-16 Daniel Stenbergfix skip-reason
2004-12-16 Daniel Stenbergtwo more ftp directory re-use tests added
2004-12-16 Daniel StenbergProvide better reasons for why test cases are skipped...
2004-12-16 Daniel StenbergDinar in bug report #1086121, found a file handle leak...
2004-12-15 Daniel Stenbergfixed how backslashes are treated in glob strings
2004-12-14 Daniel Stenbergmake sure the ipv6 http server gets its pid stored...
2004-12-14 Daniel Stenberguse the correct variables, not fixed values
2004-12-14 Daniel StenbergHarshal Pradhan fixed changing username/password on...
2004-12-14 Daniel Stenbergmistake
2004-12-13 Gisle VanemFixed missing braces warning.
2004-12-12 Daniel Stenbergwhen failing to verify a HTTP server, display what...
2004-12-12 Gisle VanemMissing 'in6addr_any' in MingW's lib. ld bug?
2004-12-11 Daniel StenbergHTTP IPv6 support added to the test suite
2004-12-10 Daniel Stenbergtwo new test cases for proxy-CONNECT with NTLM (one...
2004-12-09 Daniel Stenbergignore the getpart tool
2004-12-09 Daniel Stenbergclose the connection when a bad test number was requested
2004-12-06 Daniel StenbergHTTP PUT a to a FTP URL with username+password - over...
2004-12-03 Daniel StenbergBug report #1078066: when a chunked transfer was pre...
2004-12-02 Daniel Stenbergtest 206 - HTTP proxy CONNECT auth Digest
2004-12-02 Daniel Stenbergadded comment about port number in CONNECT string being...
2004-12-01 Gisle VanemUse "HAVE_SYS_TYPES_H".
2004-12-01 Daniel Stenbergmake the "check" actually open all those file desciptor...
2004-11-30 Daniel Stenbergfixed test case errors
2004-11-30 Daniel Stenbergthree new compress test cases
2004-11-30 Daniel StenbergFixed the array comparison function even more, made...
2004-11-30 Daniel Stenbergno longer use the MIME::Base64.pm package as it seems...
2004-11-29 Daniel Stenbergadded test 221 to test a broken gzip content download
2004-11-29 Daniel Stenbergadded test 220 - simple gzip auto decompress
2004-11-29 Daniel Stenbergremoved comment
2004-11-29 Daniel Stenberginclude setup.h first
2004-11-29 Daniel Stenbergzero terminate the buffer spitout() returns, as the...
2004-11-29 Daniel Stenbergmake it possible for a test case to depend on the featu...
2004-11-29 Daniel StenbergEnable test cases to provide sections base64-encoded...
2004-11-29 Daniel Stenbergutility to base encode data passed on stdin
2004-11-29 Daniel Stenbergstricter newline policy
2004-11-28 Daniel Stenbergadd more info to the stderr output
2004-11-26 Daniel Stenberglast-second-before-commit changes corrected
2004-11-25 Daniel StenbergFTP improvements:
2004-11-24 Daniel StenbergHTTP "auth done right". See lib/README.httpauth
2004-11-23 Daniel Stenbergoops, use the precheck too!
2004-11-23 Daniel Stenbergintroducing the client/precheck concept to allow test...
2004-11-22 Daniel StenbergDavid Phillips fix for test 518 and my extension to...
2004-11-19 Gisle Vanemifdef for portable "/dev/null".
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix
2004-11-15 Daniel Stenbergadded test case 517: 22 tests of the curl_getdate(...
2004-11-11 Daniel StenbergFix behaviour when passing NULL to CURLOPT_POSTFIELDS...
2004-10-27 Daniel StenbergAdded --retry and --retry-delay first attempt with...
2004-10-27 Daniel Stenberglog client disconnects
2004-10-25 Daniel StenbergTomas Pospisek filed bug report #1053287 that proved...
2004-10-25 Daniel Stenbergjust nicer output when this is seen
2004-10-25 Daniel Stenbergthe array sizes _can_ differ and the arrays can still...
2004-10-19 Daniel Stenbergrevert the charset fix as it broke the solaris tests...
2004-10-19 Daniel StenbergCURLINFO_NUM_CONNECTS and more
next