- Sep 17, 2007
-
-
Dan Fandrich authored
-
- Sep 12, 2007
-
-
Daniel Stenberg authored
it. This caused a segfault in some fprintf() implementations. Like on Solaris.
-
- Sep 11, 2007
-
-
Daniel Stenberg authored
- Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed out a problem with doing an empty upload over FTP on a re-used connection. I added test case 541 to reproduce it and to verify the fix. - I noticed while writing test 541 that the FTP code wrongly did a CWD on the second transfer as it didn't store and remember the "" path from the previous transfer so it would instead CWD to the entry path as stored. This worked, but did a superfluous command. Thus, test case 541 now also verifies this fix.
-
- Aug 13, 2007
-
-
Dan Fandrich authored
-
- Aug 07, 2007
-
-
Dan Fandrich authored
-
- Jul 23, 2007
-
-
Dan Fandrich authored
some few internal identifiers to avoid conflicts, which could be useful on other platforms.
-
- Jul 17, 2007
-
-
Dan Fandrich authored
a new directory listing format that newer libssh2's can provide. This is probably NOT sufficient to handle all directory listing formats that server's can provide and should be revisited.
-
- Jul 15, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
can take advantage of it however they see fit!
-
- Jul 14, 2007
-
-
Daniel Stenberg authored
Regev on the libcurl mailing list on 10 Jul 2007, converted to a test case.
-
Daniel Stenberg authored
-
- May 16, 2007
-
-
Dan Fandrich authored
-
- May 14, 2007
-
-
Dan Fandrich authored
-
- May 02, 2007
-
-
Dan Fandrich authored
-
- Apr 30, 2007
-
-
Dan Fandrich authored
the default port numbers, allowing more than one test suite to run simultaneously on the same host.
-
- Apr 23, 2007
-
-
Dan Fandrich authored
-
- Apr 05, 2007
-
-
Yang Tse authored
the testsuite to count them as errors of the same kind
-
- Apr 04, 2007
- Apr 03, 2007
- Mar 16, 2007
-
-
Daniel Stenberg authored
-
- Mar 10, 2007
-
-
Yang Tse authored
-
- Mar 03, 2007
-
-
Yang Tse authored
-
- Feb 22, 2007
-
-
Yang Tse authored
Check for lowercase 'bool' type at configuration stage. If not available provide a suitable replacement with a type definition of 'unsigned char' in setup_once.h Move definitions of TRUE and FALSE to setup_once.h
-
- Feb 20, 2007
- Feb 19, 2007
-
-
Yang Tse authored
-
- Feb 17, 2007
-
-
Yang Tse authored
-
- Feb 16, 2007
- Feb 09, 2007
-
-
Yang Tse authored
list of source files for those tests that use it. Otherwise testutil.h might not be found by the compiler.
-
Yang Tse authored
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, test programs, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now testutil.h and testutil.c define and implement tutil_tvnow and tutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the libtest programs. Doing this we avoid the above described problems, and the code in the testsuite does not impose the need to keep those functions public in libcurl even when not part of the API.
-
Yang Tse authored
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, test programs, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now testutil.h and testutil.c define and implement tutil_tvnow and tutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the libtest programs. Doing this we avoid the above described problems, and the code in the testsuite does not impose the need to keep those functions public in libcurl even when not part of the API.
-
- Feb 04, 2007
-
-
Gisle Vanem authored
-
- Jan 31, 2007
-
-
Yang Tse authored
open file descriptors is greater than FD_SETSIZE minus SAFETY_MARGIN, also skip the test if any of the open file descriptors has a number greater than FD_SETSIZE minus SAFETY_MARGIN.
-
- Jan 30, 2007