aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest
AgeCommit message (Expand)Author
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
2004-02-17ignore moreDaniel Stenberg
2004-02-13return an intDaniel Stenberg
2004-02-13return an int, not a CURLcodeDaniel Stenberg
2004-02-09return 'res' to better discover test failures and to stop compiler warningsDaniel Stenberg
2004-02-09Uninitialized variable set.Daniel Stenberg
2004-02-05changed the test() function to return type intDaniel Stenberg
2004-01-30added lib510.c for callback POST using chunked encodingDaniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13fix the include path to point to the libcurl's source dir too for the setup.hDaniel Stenberg
2004-01-13include setup.h from the lib dir instead to get even more private stuffDaniel Stenberg
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-12-16modified and corrected test 506Daniel Stenberg
2003-11-06Define TRUE and FALSE unless already present. I've moved away thoseDaniel Stenberg
2003-10-25avoid dependence on the order of the fields in the timeval struct, pointed outDaniel Stenberg
2003-10-24don't select() forever, set a timeout so at least the test fails niceDaniel Stenberg
2003-10-07test case 508 added to test callback-based POSTDaniel Stenberg
2003-08-19better ignore patternDaniel Stenberg
2003-08-19test507 for multi with bad host nameDaniel Stenberg
2003-08-14ignore lib506 tooDaniel Stenberg
2003-08-11test case 506 added, written by Dirk ManskeDaniel Stenberg
2003-07-04CURLDEBUG not MALLOCDEBUG anymoreDaniel Stenberg
2003-06-10more genericDaniel Stenberg
2003-04-15typecast the setting of the size, as it might be an off_t which is biggerDaniel Stenberg
2003-04-15include config.h before all system headers, so that _FILE_OFFSET_BITS andDaniel Stenberg
2003-04-01ignore lib505 tooDaniel Stenberg
2003-04-01lib505.c is a new test case for ftp uploading with renameDaniel Stenberg
2003-03-17more defensive checking as platforms differ...Daniel Stenberg