- Jan 20, 2005
-
-
Daniel Stenberg authored
is being checked. Also made the server retrying sleep only one second instead of three, to reduce some waiting when fooling around with the servers.
-
Daniel Stenberg authored
case, all non-numeric prefixing letters are cut off to figure out the test number.
-
Daniel Stenberg authored
was written for it. I fixed and added test case 227 to verify it. The curl.1 man page didn't mention the '+' so I added it.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you must make sure that to pass in a type 'long' argument. */
-
- Jan 19, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this
-
Daniel Stenberg authored
-
Gisle Vanem authored
GetCurrentProcess() twice; use a local variable.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
1) the proxy environment variables are still read and used to set HTTP proxy 2) you couldn't disable http proxy with CURLOPT_PROXY (since the option was disabled)
-
- Jan 18, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 17, 2005
-
-
Daniel Stenberg authored
party transfer tests or tests that need two FTP servers.
-
Daniel Stenberg authored
whatever) instance to run without overwriting the previous' logfiles
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 16, 2005
-
-
Daniel Stenberg authored
assumed this used the DICT protocol. While guessing protocols will remain fuzzy, I've now made sure that the host names must start with "[protocol]." for them to be a valid guessable name. I also removed "https" as a prefix that indicates HTTPS, since we hardly ever see any host names using that.
-
Daniel Stenberg authored
-
- Jan 15, 2005
-
-
Gisle Vanem authored
Windows (unrelated to select). select() can never set errno to EINTR on Windows.
-
Daniel Stenberg authored
-
- Jan 14, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 13, 2005
-
-
Daniel Stenberg authored
http://www.greenhills.co.uk/mak/gentoo/curl-eintr-bug.c, I now made the select() and poll() calls properly loop if they return -1 and errno is EINTR. glibc docs for this is found here: http://www.gnu.org/software/libc/manual/html_node/Interrupted-Primitives.html This last link says BSD doesn't have this "effect". Will there be a problem if we do this unconditionally? S: ----------------------------------------------------------------------
-
- Jan 12, 2005
-
-
Gisle Vanem authored
-
Gisle Vanem authored
Added dependencies.
-
- Jan 11, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
select() overhaul fix.
-
Gisle Vanem authored
to fail in mysterious ways.
-
Daniel Stenberg authored
shadow our public headers with the former names.
-
Gisle Vanem authored
Force including ../include/curl/easy.h.
-
Gisle Vanem authored
-
Gisle Vanem authored
Force including ../include/curl/multi.h.
-
Daniel Stenberg authored
using a custom Host: header and curl fails to send a request on a re-used persistent connection and thus creates a new connection and resends it. It then sent two Host: headers. Cyrill's analysis was posted here: http://curl.haxx.se/mail/archive-2005-01/0022.html
-
- Jan 10, 2005
-
-
Daniel Stenberg authored
problem with the version byte and the check for bad versions. Bruce has lots of clues on this, and based on his suggestion I've now removed the check of that byte since it seems to be able to contain 1 or 5.
-
Daniel Stenberg authored
handles. Include multi.h to get proto.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
#1098843. In short, a shared DNS cache was setup for a multi handle and when the shared cache was deleted before the individual easy handles, the latter cleanups caused read/writes to already freed memory.
-
Daniel Stenberg authored
remote certificate name when it didn't match the used host name.
-