summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* An Andres Garcia fix: add a typecast to make it work betterDaniel Stenberg2004-07-141-6/+6
* NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg2004-06-302-1/+48
* added test case 513Daniel Stenberg2004-06-212-1/+52
* just code formatting and killed whitespaceDaniel Stenberg2004-05-191-34/+34
* modified to not leak memory if a libcurl function returns failure, for betterDaniel Stenberg2004-05-172-28/+41
* make it not leak memory when it returns prematurelyDaniel Stenberg2004-05-171-5/+9
* clean up properly on failure to enable easier libcurl leak detectionDaniel Stenberg2004-05-145-51/+65
* enable memory debugging the same way the curl command line tool already doesDaniel Stenberg2004-05-142-3/+17
* simplied the creation of new urlsDaniel Stenberg2004-05-061-13/+7
* printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg2004-05-061-2/+2
* new test case for a simple curl_easy_duphandle() testDaniel Stenberg2004-04-292-1/+46
* make the loop use a fixed number of attempts to prevent eternal loopsDaniel Stenberg2004-04-271-1/+4
* enable verbose as wellDaniel Stenberg2004-04-141-0/+1
* Added test case 511 in an attempt to repeat bug report #934666 "storage leakDaniel Stenberg2004-04-142-2/+21
* minor edits to make picky compilers whine lessDaniel Stenberg2004-03-231-6/+5
* minor variable type fixDaniel Stenberg2004-03-121-2/+2
* removed include stuff now handled by test.hDaniel Stenberg2004-03-034-25/+0
* We let this file include more generic headers that many libtests need anywayDaniel Stenberg2004-03-031-0/+12
* typecast to int when printfing CURLcodeDaniel Stenberg2004-02-251-1/+1
* include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg2004-02-204-0/+16
* fixed the no-ssl version to return int as wellDaniel Stenberg2004-02-191-1/+1
* provide protos to the functions to prevent warningsDaniel Stenberg2004-02-191-0/+6
* typecast the type to an int on returnDaniel Stenberg2004-02-191-1/+1
* return int from test()Daniel Stenberg2004-02-191-1/+1
* provide a test() protoDaniel Stenberg2004-02-191-1/+2
* ignore moreDaniel Stenberg2004-02-171-1/+1
* return an intDaniel Stenberg2004-02-131-1/+1
* return an int, not a CURLcodeDaniel Stenberg2004-02-131-1/+1
* return 'res' to better discover test failures and to stop compiler warningsDaniel Stenberg2004-02-091-1/+1
* Uninitialized variable set.Daniel Stenberg2004-02-091-1/+1
* changed the test() function to return type intDaniel Stenberg2004-02-0511-13/+12
* added lib510.c for callback POST using chunked encodingDaniel Stenberg2004-01-302-1/+85
* use the *correct* header!Daniel Stenberg2004-01-131-11/+10
* fix the include path to point to the libcurl's source dir too for the setup.hDaniel Stenberg2004-01-131-3/+30
* include setup.h from the lib dir instead to get even more private stuffDaniel Stenberg2004-01-131-3/+5
* Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg2004-01-122-1/+265
* David J Meyer's large file support.Daniel Stenberg2004-01-051-2/+2
* modified and corrected test 506Daniel Stenberg2003-12-161-7/+21
* Define TRUE and FALSE unless already present. I've moved away thoseDaniel Stenberg2003-11-061-0/+8
* avoid dependence on the order of the fields in the timeval struct, pointed outDaniel Stenberg2003-10-252-2/+8
* don't select() forever, set a timeout so at least the test fails niceDaniel Stenberg2003-10-242-12/+16
* test case 508 added to test callback-based POSTDaniel Stenberg2003-10-072-1/+73
* better ignore patternDaniel Stenberg2003-08-191-7/+1
* test507 for multi with bad host nameDaniel Stenberg2003-08-192-1/+54
* ignore lib506 tooDaniel Stenberg2003-08-141-0/+1
* test case 506 added, written by Dirk ManskeDaniel Stenberg2003-08-112-1/+216
* CURLDEBUG not MALLOCDEBUG anymoreDaniel Stenberg2003-07-041-2/+2
* more genericDaniel Stenberg2003-06-101-7/+8
* typecast the setting of the size, as it might be an off_t which is biggerDaniel Stenberg2003-04-151-4/+8
* include config.h before all system headers, so that _FILE_OFFSET_BITS andDaniel Stenberg2003-04-151-4/+4