summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* Prevent uploading to a URL that has no file name part.Daniel Stenberg2006-03-032-2/+21
* Needs 'struct_stat'. Increased verbosity.Gisle Vanem2005-07-281-0/+7
* Andrés García fixed a warning appearing on windowsDaniel Stenberg2005-05-271-1/+1
* Olivier reported that even though he used CURLOPT_PORT, libcurl clearly stillDaniel Stenberg2005-04-183-1/+42
* Attempt to make this code more forgiving for systems that doesn't detectDaniel Stenberg2005-03-311-4/+4
* skip the test of "2094 Nov 6" for now, since the 64bit time_t systems returnDaniel Stenberg2005-03-091-1/+1
* Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel Stenberg2005-03-082-2/+19
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-2/+1
* Use the same work-around for the memdebug stuff as in the command line client,Daniel Stenberg2005-01-271-1/+7
* Harshal Pradhan fixed changing username/password on a persitent HTTPDaniel Stenberg2004-12-142-1/+26
* Use "HAVE_SYS_TYPES_H".Gisle Vanem2004-12-011-1/+1
* make the "check" actually open all those file desciptors as well to make sureDaniel Stenberg2004-12-011-24/+25
* add more info to the stderr outputDaniel Stenberg2004-11-281-1/+6
* introducing the client/precheck concept to allow test 518 to *only* run whenDaniel Stenberg2004-11-231-12/+28
* David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg2004-11-221-6/+63
* ifdef for portable "/dev/null".Gisle Vanem2004-11-191-2/+8
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-192-1/+53
* added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg2004-11-152-1/+46
* Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg2004-11-113-1/+56
* removed trailing whitespaceDaniel Stenberg2004-10-031-2/+2
* Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg2004-09-221-1/+1
* Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg2004-09-081-1/+16
* 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