- Mar 17, 2014
-
-
hasufell authored
Rename x509_cert to x509_crt and add "compat-1.2.h" include. This would still need some more thorough conversion in order to drop "compat-1.2.h" include.
-
- Mar 15, 2014
-
-
Kamil Dudka authored
... if built against a new enough version of NSS
-
Kamil Dudka authored
... if built against a new enough version of NSS
-
Kamil Dudka authored
... but allow them to be enabled/disabled explicitly. The default policy should be maintained at the NSS level.
-
Dan Fandrich authored
-
Dan Fandrich authored
Also, removed an unneeded strippart
-
Dan Fandrich authored
-
Dan Fandrich authored
This one seems to come and go as the optimizer decides how best to inline some functions.
-
Dan Fandrich authored
-
- Mar 14, 2014
-
-
Dan Fandrich authored
-
Dan Fandrich authored
This option is currently rather useless with these protocols when no quote command is given, but it is valid.
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Mar 11, 2014
-
-
Daniel Stenberg authored
-
- Mar 10, 2014
-
-
Tatsuhiro Tsujikawa authored
... and use Curl_safefree() instead of free()
-
Daniel Stenberg authored
Patch-by: byte_bucket
-
- Mar 09, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 08, 2014
-
-
Daniel Stenberg authored
-
Nick Zitzmann authored
The information about building with Kerberos4 support was half a year out of date. We dropped support for that.
-
- Mar 06, 2014
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
Also, combined a couple of #ifdef sections
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Mar 05, 2014
-
-
Daniel Stenberg authored
Port number zero is perfectly allowed to connect to. I moved to storing the remote port number in an int so that -1 means undefined and 0-65535 can be used for legitimate port numbers.
-
- Mar 03, 2014
-
-
Daniel Stenberg authored
Setting the TIMER_STARTSINGLE timestamp first in CONNECT has the drawback that for actions that go back to the CONNECT state, the time stamp is reset and for the multi_socket API there's no corresponding Curl_expire() then so the timeout logic gets wrong! Reported-by: Brad Spencer Bug: http://curl.haxx.se/mail/lib-2014-02/0036.html
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Michael Osipov authored
... since that’s how the RFC calls it.
-
Daniel Stenberg authored
... as it isn't used then!
-
Daniel Stenberg authored
-
Jiří Malák authored
Remove slash/backslash problem, now only slashes are used, Wmake automaticaly translate slash/backslash to proper version or tools are not sensitive for it. Enable spaces in path. Use internal rm command for all host platforms Add error message if old Open Watcom version is used. Some old versions exhibit build problems for Curl latest version. Now only versions 1.8, 1.9 and 2.O beta are supported
-
- Mar 02, 2014
-
-
Jiří Malák authored
Remove compilation message for platforms where size of long type is equal size of int type.
-
Steve Holme authored
-
Steve Holme authored
Ensure a source file isn't generated for the following informational command line parameters when --libcurl is specified: --help, --manual, --version and --engine list As the output would only include a fairly empty looking main() function and a call to curl_easy_init() and curl_easy_cleanup() when performed with --engine list.
-
Steve Holme authored
Correctly output libcurl source code that includes multiply operations as specified by --next. Note that each operation evaluates to a single curl_easy_perform() in source code form. Also note that the output could be optimised a little so global config options are only output once rather than per operation as is presently the case.
-
- Mar 01, 2014
-
-
Steve Holme authored
warning: declaration of 'struct GlobalConfig' will not be visible outside of this function
-
Steve Holme authored
-