- Aug 31, 2008
-
-
Yang Tse authored
-
- Aug 30, 2008
-
-
Yang Tse authored
-
- Aug 28, 2008
-
-
Dan Fandrich authored
-
- Aug 27, 2008
-
-
Daniel Stenberg authored
-
- Aug 24, 2008
-
-
Daniel Stenberg authored
CURLOPT_FAILONERROR with FTP to detect if a file exists or not, but it is not working: http://curl.haxx.se/mail/lib-2008-07/0295.html
-
- Aug 21, 2008
-
-
Daniel Stenberg authored
Server with the correct content-length. Sending a file with 511 or less bytes, content-length 512 is used. Sending a file with 513 - 1023 bytes, content-length 1024 is used. Files with a length of a multiple of 512 Bytes show the correct content-length. Only these files work for upload. http://curl.haxx.se/bug/view.cgi?id=2057858
-
- Aug 20, 2008
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
commands to the man pages.
-
- Aug 17, 2008
-
-
Gisle Vanem authored
-
- Aug 14, 2008
-
-
Dan Fandrich authored
-
- Aug 13, 2008
-
-
Daniel Stenberg authored
header replacing an internal one
-
- Aug 07, 2008
-
-
Yang Tse authored
to have a curl_off_t data type no longer gated to off_t.
-
- Aug 06, 2008
-
-
Daniel Stenberg authored
curl_multi_socket() - don't claim that it has an argument named 'easy' because it doesn't!
-
- Aug 01, 2008
-
-
Dan Fandrich authored
support this so it goes untested.
-
Dan Fandrich authored
incorrectly--the host name is treated as part of the user name and the port number becomes the password. This can be observed in test 279 (was KNOWN_ISSUE #54).
-
- Jul 31, 2008
-
-
Dan Fandrich authored
as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings).
-
- Jul 30, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
parser to allow numerical IPv6-addresses to be specified with the scope given, as per RFC4007 - with a percent letter that itself needs to be URL escaped. For example, for an address of fe80::1234%1 the HTTP URL is: "http://[fe80::1234%251]/"
-
Daniel Stenberg authored
-
- Jul 29, 2008
-
-
Daniel Stenberg authored
server using the multi interface, the commands are not being sent correctly and instead the connection is "cancelled" (the operation is considered done) prematurely. There is a half-baked (busy-looping) patch provided in the bug report but it cannot be accepted as-is. See http://curl.haxx.se/bug/view.cgi?id=2006544
-
Dan Fandrich authored
OpenSSL.
-
- Jul 23, 2008
-
-
Dan Fandrich authored
defined by the libcurl API. Also changed curl_easy_setopt examples to pass longs where appropriate.
-
Daniel Stenberg authored
non-zero with the fixed value of 1. We should strive at making options support '1' for enabling them mentioned explicitly, as that then will allow us for to extend them in the future without breaking older programs.
-
Dan Fandrich authored
-
- Jul 15, 2008
-
-
Yang Tse authored
-
- Jul 14, 2008
-
-
Yang Tse authored
file has been included. In this way if symbol is defined in the config file it will no longer be ignored.
-
- Jul 11, 2008
-
-
Daniel Stenberg authored
-
- Jul 10, 2008
-
-
Daniel Stenberg authored
curl-library list on July 9th 2008 by Mathew Hounsell) NOTE: the name resolve functions of various libc implementations don't re-read name server information unless explicitly told so (by for example calling Ires_init(3). This may cause libcurl to keep using the older server even if DHCP has updated the server info, and this may look like a DNS cache issue to the casual libcurl-app user.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 08, 2008
-
-
Dan Fandrich authored
-
Gisle Vanem authored
and cookie_interface.c.
-
- Jul 03, 2008
-
-
Daniel Stenberg authored
CURLINFO_APPCONNECT_TIME. This is set with the "application layer" handshake/connection is completed (typically SSL, TLS or SSH). By using this you can figure out the application layer's own connect time. You can extract the time stamp using curl's -w option and the new variable named 'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar.
-
- Jul 01, 2008
-
-
Daniel Stenberg authored
operating system.
-
- Jun 30, 2008
-
-
Daniel Stenberg authored
-
- Jun 26, 2008
-
-
Daniel Stenberg authored
-
- Jun 12, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
in regard to C standard, third party libraries and operating systems etc.
-
- Jun 08, 2008
-
-
Daniel Stenberg authored
-