- Jul 26, 2008
-
-
Dan Fandrich authored
-
- Sep 14, 2007
-
-
Dan Fandrich authored
-
- Aug 30, 2007
-
-
Dan Fandrich authored
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
-
- Jan 23, 2007
-
-
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.
-
- May 11, 2005
-
-
Daniel Stenberg authored
A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive"
-
- Apr 27, 2005
-
-
Daniel Stenberg authored
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99).
-
- Sep 08, 2004
-
-
Daniel Stenberg authored
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script.
-
- Mar 01, 2004
-
-
Daniel Stenberg authored
-
- Feb 09, 2004
-
-
Daniel Stenberg authored
-
- Jul 19, 2003
-
-
Daniel Stenberg authored
HTTP server
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
test number.
-
- Nov 02, 2001
-
-
Daniel Stenberg authored
-
- May 28, 2001
-
-
Daniel Stenberg authored
-
- May 23, 2001
-
-
Daniel Stenberg authored
-