- Feb 19, 2007
- Feb 17, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
linked to the networking libraries.
-
Dan Fandrich authored
and those required by other components to avoid forcing unneeded dependencies into the target objects.
-
Dan Fandrich authored
-
- Feb 16, 2007
- Feb 14, 2007
- Feb 13, 2007
-
-
Daniel Stenberg authored
the left side of @ to make it short(er).
-
- Feb 12, 2007
-
-
Daniel Stenberg authored
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
-
- 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 05, 2007
-
-
Yang Tse authored
So cookie expiration date is lowered to expire at most in 2035.
-
- Feb 04, 2007
-
-
Gisle Vanem authored
-
- Feb 02, 2007
- 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
- Jan 29, 2007
-
-
Daniel Stenberg authored
timval.c dependency on some of those
-
Gisle Vanem authored
-
Daniel Stenberg authored
lib/timeval.c source code since those functions are not in the API (and might not be accessible)
-
Daniel Stenberg authored
header, you got _two_ User-Agent headers in the CONNECT request...! Added test case 287 to verify the fix.
-
- Jan 28, 2007
-
-
Yang Tse authored
-
- Jan 27, 2007
-
-
Yang Tse authored
-
- Jan 25, 2007
-
-
Guenter Knauf authored
-
Dan Fandrich authored
variable from being properly used in many cases (and caused test case 63 to fail).
-
- Jan 23, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
-
- Jan 18, 2007
-
-
Dan Fandrich authored
Check for the .exe extension on mingw32 builds.
-