- Jun 10, 2008
-
-
Daniel Stenberg authored
void *
-
Daniel Stenberg authored
functionality killed it due to its unconditional use of X509_STORE_set_flags...
-
- Jun 09, 2008
-
-
Michal Marek authored
-
Yang Tse authored
-
- Jun 08, 2008
-
-
Guenter Knauf authored
-
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.
-
Guenter Knauf authored
-
- Jun 06, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
OpenSSL, NSS and GnuTLS-built libcurls.
-
Yang Tse authored
-
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 05, 2008
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Jun 04, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 03, 2008
-
-
Dan Fandrich authored
condition were encountered.
-
Dan Fandrich authored
-
- Jun 01, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- Updated main.c to return CURLE_OK if PARAM_HELP_REQUESTED was returned from getparameter instead of CURLE_FAILED_INIT. No point in returning an error if --help or --version were requested.
-
Marty Kuhrt authored
-
- May 31, 2008
-
-
Yang Tse authored
Issue detected by Guenter Knauf's NetWare autobuild.
-
- May 30, 2008
-
-
Marty Kuhrt authored
-
Marty Kuhrt authored
-
Marty Kuhrt authored
-
Yang Tse authored
-
- May 29, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 28, 2008
-
-
Daniel Stenberg authored
Moved 144 to 7.18.3 instead
-
Daniel Stenberg authored
the curl_multi_socket() API with HTTP pipelining enabled and could lead to the pipeline basically stalling for a very long period of time until it took off again.
-
Daniel Stenberg authored
provided excellent repeat recipes. I fixed the cases I managed to reproduce but Jeff still got some (SCP) problems even after these fixes: http://curl.haxx.se/mail/lib-2008-05/0342.html
-
- 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/
-