- 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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
All boolean options (such as -O, -I, -v etc), both short and long versions, now always switch on/enable the option named. Using the same option multiple times thus make no difference. To switch off one of those options, you need to use the long version of the option and type --no-OPTION. Like to disable verbose mode you use --no-verbose! - Added --remote-name-all to curl, which if used changes the default for all given URLs to be dealt with as if -O is used. So if you want to disable that for a specific URL after --remote-name-all has been used, you muse use -o - or --no-remote-name.
-
- Jun 06, 2008
-
-
Daniel Stenberg authored
OpenSSL, NSS and GnuTLS-built libcurls.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
OpenSSL, NSS and GnuTLS-built libcurls.
-
Daniel Stenberg authored
curl_easy_getinfo. It returns a pointer to a string with the most recently used IP address. Modified test case 500 to also verify this feature. The implementing of this feature was sponsored by Lenny Rachitsky at NeuStar.
-
- Jun 04, 2008
-
-
Daniel Stenberg authored
-
- May 29, 2008
-
-
Daniel Stenberg authored
-
- May 27, 2008
-
-
Yang Tse authored
due to KfW's library header files exporting symbols/macros that should be kept private to the KfW library. See ticket #5601 at http://krbdev.mit.edu/rt/
-
- May 26, 2008
-
-
Daniel Stenberg authored
-
- May 24, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 23, 2008
-
-
Dan Fandrich authored
-
- May 22, 2008
-
-
Dan Fandrich authored
to curl_easy_setopt instead of long.
-
- May 19, 2008
-
-
Daniel Stenberg authored
to be more descriptive and finally set VERBOSE mode to 1 by default
-
- May 16, 2008
-
-
Daniel Stenberg authored
-
- May 15, 2008
-
-
Dan Fandrich authored
-
- May 12, 2008
-
-
Daniel Stenberg authored
and receive data over a connection previously setup with curl_easy_perform() and its CURLOPT_CONNECT_ONLY option. The sendrecv.c example was added to show how they can be used.
-
- May 09, 2008
-
-
Yang Tse authored
This also implies the removal of the winmm.lib dependency for WIN32.
-