Age | Commit message (Expand) | Author |
2006-09-08 | test 530 is the first ever HTTP pipelining test for libcurl | Daniel Stenberg |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-08-07 | Allow again proper compilation outside of the source tree | Yang Tse |
2006-07-17 | Fix compiler warning "enumerated type mixed with another type" | Yang Tse |
2006-06-10 | Fix "'x' might be used uninitialized in this function" warnings. | Gisle Vanem |
2006-06-09 | stricter type use to please compilers | Daniel Stenberg |
2006-06-08 | lib525.c does a FTP upload with PORT using multi interface | Daniel Stenberg |
2006-03-03 | Prevent uploading to a URL that has no file name part. | Daniel Stenberg |
2005-07-28 | Needs 'struct_stat'. Increased verbosity. | Gisle Vanem |
2005-05-27 | Andr�s Garc�a fixed a warning appearing on windows | Daniel Stenberg |
2005-04-18 | Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still | Daniel Stenberg |
2005-03-31 | Attempt to make this code more forgiving for systems that doesn't detect | Daniel Stenberg |
2005-03-09 | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg |
2005-03-08 | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-01-27 | Use the same work-around for the memdebug stuff as in the command line client, | Daniel Stenberg |
2004-12-14 | Harshal Pradhan fixed changing username/password on a persitent HTTP | Daniel Stenberg |
2004-12-01 | Use "HAVE_SYS_TYPES_H". | Gisle Vanem |
2004-12-01 | make the "check" actually open all those file desciptors as well to make sure | Daniel Stenberg |
2004-11-28 | add more info to the stderr output | Daniel Stenberg |
2004-11-23 | introducing the client/precheck concept to allow test 518 to *only* run when | Daniel Stenberg |
2004-11-22 | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg |
2004-11-19 | ifdef for portable "/dev/null". | Gisle Vanem |
2004-11-19 | David Phillips' FD_SETSIZE fix | Daniel Stenberg |
2004-11-15 | added test case 517: 22 tests of the curl_getdate() function | Daniel Stenberg |
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg |
2004-10-03 | removed trailing whitespace | Daniel Stenberg |
2004-09-22 | Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on | Daniel Stenberg |
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg |
2004-07-14 | An Andres Garcia fix: add a typecast to make it work better | Daniel Stenberg |
2004-06-30 | NOBODY set TRUE after a POST makes a good HEAD now | Daniel Stenberg |
2004-06-21 | added test case 513 | Daniel Stenberg |
2004-05-19 | just code formatting and killed whitespace | Daniel Stenberg |
2004-05-17 | modified to not leak memory if a libcurl function returns failure, for better | Daniel Stenberg |
2004-05-17 | make it not leak memory when it returns prematurely | Daniel Stenberg |
2004-05-14 | clean up properly on failure to enable easier libcurl leak detection | Daniel Stenberg |
2004-05-14 | enable memory debugging the same way the curl command line tool already does | Daniel Stenberg |
2004-05-06 | simplied the creation of new urls | Daniel Stenberg |
2004-05-06 | printf %s with plain 'char *', not unsigned ones to silence icc's picky | Daniel Stenberg |
2004-04-29 | new test case for a simple curl_easy_duphandle() test | Daniel Stenberg |
2004-04-27 | make the loop use a fixed number of attempts to prevent eternal loops | Daniel Stenberg |
2004-04-14 | enable verbose as well | Daniel Stenberg |
2004-04-14 | Added test case 511 in an attempt to repeat bug report #934666 "storage leak | Daniel Stenberg |
2004-03-23 | minor edits to make picky compilers whine less | Daniel Stenberg |
2004-03-12 | minor variable type fix | Daniel Stenberg |
2004-03-03 | removed include stuff now handled by test.h | Daniel Stenberg |
2004-03-03 | We let this file include more generic headers that many libtests need anyway | Daniel Stenberg |
2004-02-25 | typecast to int when printfing CURLcode | Daniel Stenberg |
2004-02-20 | include sys/select.h to prevent picky compiler warnings when using select() | Daniel Stenberg |
2004-02-19 | fixed the no-ssl version to return int as well | Daniel Stenberg |