- Feb 01, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 28, 2005
-
-
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 23, 2005
-
-
Daniel Stenberg authored
-
- Jan 21, 2005
-
-
Daniel Stenberg authored
-
- Jan 20, 2005
-
-
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.
-
- Jan 19, 2005
-
-
Daniel Stenberg authored
-
- Jan 18, 2005
-
-
Daniel Stenberg authored
-
- Jan 17, 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 11, 2005
-
-
Daniel Stenberg authored
select() overhaul fix.
-
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
-
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 07, 2005
-
-
Daniel Stenberg authored
-
- Jan 05, 2005
-
-
Daniel Stenberg authored
-
- Dec 25, 2004
-
-
Daniel Stenberg authored
-
- Dec 23, 2004
-
-
Daniel Stenberg authored
and Merry Christmas!
-
- Dec 20, 2004
-
-
Daniel Stenberg authored
-
- Dec 19, 2004
-
-
Daniel Stenberg authored
-
- Dec 18, 2004
-
-
Daniel Stenberg authored
-
- Dec 16, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
formpost (including a file upload part) was aborted before the whole file was sent.
-
- Dec 15, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 14, 2004
-
-
Daniel Stenberg authored
connection.
-
- Dec 13, 2004
-
-
Daniel Stenberg authored
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
-
- Dec 10, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 07, 2004
-
-
Daniel Stenberg authored
libcurl always and unconditionally overwrote a stack-based array with 3 zero bytes. I edited the fix to make it less likely to occur again (and added a comment explaining the reason to the buffer size).
-
- Dec 05, 2004
-
-
Daniel Stenberg authored
libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support at all. Like for embedded systems or similar.
-
Daniel Stenberg authored
response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it should use the IP from the control channel. This bug made it hard to EPSV from an FTP server with multiple IP addresses!
-
- Dec 03, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify.
-
- Nov 30, 2004
-
-
Daniel Stenberg authored
-