- May 11, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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"
-
Daniel Stenberg authored
-
- May 10, 2005
-
-
Daniel Stenberg authored
be returned at times when we want to ignore them. Test case 160 fails on Linux, so I modify the comparison to check for _only_ the error bit set...
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 09, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
from 2003 and added all names from all release notes in the CVS (there is a slight gap though). I removed names with only first names (Like "Chris" and "Ralph") , as that won't make anyone happy and we might list their full names as well anyway. This list is now intended to include _all_ people that contribute: big or small. 389 names at the time of this commit.
-
Daniel Stenberg authored
but we could use having a look at ares/config.h when that is used
-
- May 08, 2005
-
-
Daniel Stenberg authored
-
- May 07, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
debug builds only. Made the ftp code use it on several places.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 06, 2005
-
-
Daniel Stenberg authored
detects a bad Ipv6 situation and disables it automatically)
-
Daniel Stenberg authored
HTTP test server is a bit limited though, as it never responds to the POST request until all data has been sent (and received)...
-
Daniel Stenberg authored
download a file from the server before the server is considered fine to use for the given test case. This should fix the cases where the server can run but curl cannot work with it.
-
- May 05, 2005
-
-
Daniel Stenberg authored
-
- May 04, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
why sometimes the control connection dies after a RETR has been sent
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 03, 2005
-
-
Daniel Stenberg authored
start... Anyway, fork() + exec() makes _two_ pids (in perl) that we need to track and kill after use. Thankyouverymuch.
-
Daniel Stenberg authored
-