aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest
AgeCommit message (Expand)Author
2006-06-10Fix "'x' might be used uninitialized in this function" warnings.Gisle Vanem
2006-06-09stricter type use to please compilersDaniel Stenberg
2006-06-08lib525.c does a FTP upload with PORT using multi interfaceDaniel Stenberg
2006-03-03Prevent uploading to a URL that has no file name part.Daniel Stenberg
2005-07-28Needs 'struct_stat'. Increased verbosity.Gisle Vanem
2005-05-27Andrés García fixed a warning appearing on windowsDaniel Stenberg
2005-04-18Olivier reported that even though he used CURLOPT_PORT, libcurl clearly stillDaniel Stenberg
2005-03-31Attempt to make this code more forgiving for systems that doesn't detectDaniel Stenberg
2005-03-09skip the test of "2094 Nov 6" for now, since the 64bit time_t systems returnDaniel Stenberg
2005-03-08Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel Stenberg
2005-02-09FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg
2005-01-27Use the same work-around for the memdebug stuff as in the command line client,Daniel Stenberg
2004-12-14Harshal Pradhan fixed changing username/password on a persitent HTTPDaniel Stenberg
2004-12-01Use "HAVE_SYS_TYPES_H".Gisle Vanem
2004-12-01make the "check" actually open all those file desciptors as well to make sureDaniel Stenberg
2004-11-28add more info to the stderr outputDaniel Stenberg
2004-11-23introducing the client/precheck concept to allow test 518 to *only* run whenDaniel Stenberg
2004-11-22David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg
2004-11-19ifdef for portable "/dev/null".Gisle Vanem
2004-11-19David Phillips' FD_SETSIZE fixDaniel Stenberg
2004-11-15added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg
2004-11-11Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg
2004-10-03removed trailing whitespaceDaniel Stenberg
2004-09-22Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg
2004-09-08Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg
2004-07-14An Andres Garcia fix: add a typecast to make it work betterDaniel Stenberg
2004-06-30NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg
2004-06-21added test case 513Daniel Stenberg
2004-05-19just code formatting and killed whitespaceDaniel Stenberg
2004-05-17modified to not leak memory if a libcurl function returns failure, for betterDaniel Stenberg
2004-05-17make it not leak memory when it returns prematurelyDaniel Stenberg
2004-05-14clean up properly on failure to enable easier libcurl leak detectionDaniel Stenberg
2004-05-14enable memory debugging the same way the curl command line tool already doesDaniel Stenberg
2004-05-06simplied the creation of new urlsDaniel Stenberg
2004-05-06printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg
2004-04-29new test case for a simple curl_easy_duphandle() testDaniel Stenberg
2004-04-27make the loop use a fixed number of attempts to prevent eternal loopsDaniel Stenberg
2004-04-14enable verbose as wellDaniel Stenberg
2004-04-14Added test case 511 in an attempt to repeat bug report #934666 "storage leakDaniel Stenberg
2004-03-23minor edits to make picky compilers whine lessDaniel Stenberg
2004-03-12minor variable type fixDaniel Stenberg
2004-03-03removed include stuff now handled by test.hDaniel Stenberg
2004-03-03We let this file include more generic headers that many libtests need anywayDaniel Stenberg
2004-02-25typecast to int when printfing CURLcodeDaniel Stenberg
2004-02-20include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg
2004-02-19fixed the no-ssl version to return int as wellDaniel Stenberg
2004-02-19provide protos to the functions to prevent warningsDaniel Stenberg
2004-02-19typecast the type to an int on returnDaniel Stenberg
2004-02-19return int from test()Daniel Stenberg
2004-02-19provide a test() protoDaniel Stenberg