- Jan 28, 2005
-
-
Daniel Stenberg authored
timed out" even though the reason was different. Fixed this problem by not setting this timeout to zero when using multi.
-
Daniel Stenberg authored
curl_easy_perform() invokes. It was previously unlocked at disconnect, which could mean that it remained locked between multiple transfers. The DNS cache may not live as long as the connection cache does, as they are separate. To deal with the lack of DNS (host address) data availability in re-used connections, libcurl now keeps a copy of the IP adress as a string, to be able to show it even on subsequent requests on the same connection.
-
Daniel Stenberg authored
when built ipv6-enabled. I've now made a fix for it. Writing test cases for custom port strings turned too tricky so unfortunately there's none.
-
- Jan 25, 2005
-
-
Daniel Stenberg authored
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat.
-
Daniel Stenberg authored
-
- Jan 21, 2005
-
-
Daniel Stenberg authored
-
- Jan 19, 2005
-
-
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
-
Gisle Vanem authored
GetCurrentProcess() twice; use a local variable.
-
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
-
- 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.
-
- Jan 15, 2005
-
-
Gisle Vanem authored
Windows (unrelated to select). select() can never set errno to EINTR on Windows.
-
- Jan 14, 2005
-
-
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
Added dependencies.
-
- Jan 11, 2005
-
-
Daniel Stenberg authored
select() overhaul fix.
-
Daniel Stenberg authored
shadow our public headers with the former names.
-
Gisle Vanem authored
Force including ../include/curl/easy.h.
-
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
#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.
-
- Jan 08, 2005
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jan 04, 2005
-
-
Gisle Vanem authored
-
- Jan 02, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 22, 2004
-
-
Daniel Stenberg authored
version attribute set.
-
Daniel Stenberg authored
build out-of-the-box on BeOS.
-
Dan Fandrich authored
-
- Dec 21, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
See bug report #1088962 and Single Unix Specification: http://www.opengroup.org/onlinepubs/007908799/xsh/vfprintf.html
-
Daniel Stenberg authored
-
- Dec 20, 2004
-
-
Dan Fandrich authored
-
- Dec 19, 2004
-
-
Gisle Vanem authored
Kerberos, have <pkcs12.h>, <engine.h> and built-in engines.
-
Gisle Vanem authored
-
Daniel Stenberg authored
a precedence problem with the zlib header. See CHANGES for details.
-
- Dec 18, 2004
-
-
Daniel Stenberg authored
-