- 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.
-
- May 01, 2008
-
-
Daniel Stenberg authored
-
- Apr 30, 2008
-
-
Daniel Stenberg authored
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it.
- Apr 23, 2008
-
-
Dan Fandrich authored
-
- Apr 22, 2008
-
-
Dan Fandrich authored
-
- Apr 21, 2008
-
-
Daniel Stenberg authored
-
- Apr 12, 2008
-
-
Daniel Stenberg authored
-
- Apr 10, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 09, 2008
-
-
Daniel Stenberg authored
-
- Apr 04, 2008
-
-
Dan Fandrich authored
-
- Apr 03, 2008
-
-
Dan Fandrich authored
example programs.
-
- Apr 02, 2008
-
-
Guenter Knauf authored
-
- Apr 01, 2008
-
-
Daniel Stenberg authored
-