Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-19 | Set loop2 counter limit to 60 on this test to avoid a false positive. | Yang Tse | |
2006-10-19 | Replace tabs with spaces and Compiler warning fix. | Yang Tse | |
2006-10-19 | Compiler warning fix | Yang Tse | |
2006-10-19 | When aborting, show loop counter values when more than one counter exists. | Yang Tse | |
2006-10-19 | Abort test if it seems that it would have run forever. This is just to prevent | Yang Tse | |
test hanging and actually is an indication that there's a condition that is not being properly handled at some point in the library. Loop counter limits might need to be further increased on false positives. | |||
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse | |
to verify winsock API availability. | |||
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse | |
2006-10-10 | Compiler warning fix | Yang Tse | |
2006-10-10 | Call curl_global_cleanup() in all code paths before exiting test | Yang Tse | |
2006-10-09 | Added test case 536 in an attempt to add Bogdan Nicula's problematic case | Daniel Stenberg | |
with multi interface and pipelining. This test just works and did not repeat the problem his test code showed, but could still serve as a useful test. | |||
2006-10-09 | used for test 535 too | Daniel Stenberg | |
2006-10-09 | Compiler warning fix | Yang Tse | |
2006-10-09 | Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test | Daniel Stenberg | |
case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions into account. | |||
2006-10-08 | test 534 added in an attempt to repeat Bogdan Nicula's bug... | Daniel Stenberg | |
2006-10-08 | modified lib533 to accept both URLs on the command line | Daniel Stenberg | |
2006-10-06 | Bogdan Nicula's hanging test case was converted to test case 533 and the test | Daniel Stenberg | |
now runs fine. | |||
2006-10-04 | Dmitriy Sergeyev provided an example source code that crashed CVS libcurl | Daniel Stenberg | |
but that worked nicely in 7.15.5. I converted it into test case 532 and fixed the problem. | |||
2006-09-28 | Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl | Daniel Stenberg | |
would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify. | |||
2006-09-12 | Cygwin preprocessor adjustments | Yang Tse | |
2006-09-11 | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg | |
handle that is part of a multi handle first removes the handle from the stack. - Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL session-ID re-use on demand since there obviously are broken servers out there that misbehave with session-IDs used. | |||
2006-09-10 | Added select_test() function to allow selecting on no sockets on | Gisle Vanem | |
Winsock. | |||
2006-09-09 | Print usage in case 'arg2 == NULL'. | Gisle Vanem | |
2006-09-08 | removed the comment that isn't valid for this file, just a copy'n paste error | Daniel Stenberg | |
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 | |
cache within the multi handle. | |||
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 | |
used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix. | |||
2005-03-31 | Attempt to make this code more forgiving for systems that doesn't detect | Daniel Stenberg | |
the failed connect "immediately". | |||
2005-03-09 | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg | |
different values for it... | |||
2005-03-08 | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg | |
file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some conditions from the previous FTP code was not properly brought into the new FTP code. I fixed and I added test case 520 to verify. (This bug was introduced in 7.13.1) | |||
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | |
The tag 'before_ftp_statemachine' was set just before this commit in case of future need. | |||
2005-01-27 | Use the same work-around for the memdebug stuff as in the command line client, | Daniel Stenberg | |
to allow the contents of the env var decide the file name. | |||
2004-12-14 | Harshal Pradhan fixed changing username/password on a persitent HTTP | Daniel Stenberg | |
connection. | |||
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 | |
it works, as it has proved to not work in some cases (like on Tor Arntsen's AIX 5100-06 xlc 5.0 --disable-shared runs). | |||
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 | |
it actually can run and test the FD_SETSIZE stuff it is meant to test | |||
2004-11-22 | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg | |
systems that can't run it fine. | |||
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 | |