- Mar 14, 2014
-
-
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
-
Steve Holme authored
incompatible types - from 'OperationConfig *' to 'GlobalConfig *'
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Feb 28, 2014
-
-
Steve Holme authored
-
Tatsuhiro Tsujikawa authored
For HTTP/2, we may read up everything including responde body with header fields in Curl_http_readwrite_headers. If no content-length is provided, curl waits for the connection close, which we emulate it using conn->proto.httpc.closed = TRUE. The thing is if we read everything, then http2_recv won't be called and we cannot signal the HTTP/2 stream has closed. As a workaround, we return nonzero from data_pending to call http2_recv.
-
Daniel Stenberg authored
nghttp2 has yet again extended its callback struct and this is an attempt to make curl compile with nghttp2 from current git
-
Dan Fandrich authored
-
Steve Holme authored
-
- Feb 27, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-