- Nov 25, 2014
-
-
Daniel Stenberg authored
This makes it much easier to run multiple tests in the same directory, just altering the command lines used.
-
Daniel Stenberg authored
Reported-by: Brian Bug: http://curl.haxx.se/bug/view.cgi?id=1455
-
- Nov 24, 2014
-
-
Travis Burtrum authored
-
Kamil Dudka authored
This reverts commit 217024a6. Bug: https://github.com/bagder/curl/commit/217024a6#commitcomment-8693738
-
- Nov 23, 2014
-
-
Steve Holme authored
warning: variable 'connection_id' set but not used warning: unused parameter 'lineno'
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
After commit 48d19acb the HTTP code would call Curl_nss_force_init() twice when decoding a NTLM type-2 message, once directly and the other through the call to Curl_sasl_decode_ntlm_type2_message().
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 22, 2014
-
-
Steve Holme authored
-
Steve Holme authored
In addition to NTLM, use Kerberos and SPNEGO as proxies to the crypto feature. ...and converted tab characters, from commit 4b4e8a58, to spaces.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 21, 2014
-
-
Steve Holme authored
-
Steve Holme authored
Such as !SSPI as we do for the NTLM and Digest tests.
-
- Nov 20, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Verifies the upgrade request, but gets a plain 1.1 response
-
Tatsuhiro Tsujikawa authored
This commit disables pipelining for HTTP/2 or upgraded connections. For HTTP/2, we do not support multiplexing. In general, requests cannot be pipelined in an upgraded connection, since it is now different protocol.
-
Brad Harder authored
-
- Nov 19, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Peter Wu authored
Updated following commit eda919f4 and a4b7f716 . Acked-by: Brad King <brad.king@kitware.com> Signed-off-by: Peter Wu <peter@lekensteyn.nl>
-
Peter Wu authored
Updated following changes in commit f0d860d3 . Acked-by: Brad King <brad.king@kitware.com> Signed-off-by: Peter Wu <peter@lekensteyn.nl>
-
Daniel Stenberg authored
-
Jay Satiro authored
Prior to this change when no file descriptors were ready on platforms other than Windows the multi examples would sleep whatever was in timeout, which may or may not have been less than the minimum recommended value [1] of 100ms. [1]: http://curl.haxx.se/libcurl/c/curl_multi_fdset.html
-
Waldek Kozba authored
-
Jon Spencer authored
When the connection code decides to close a socket it informs the multi system via the Curl_multi_closed function. The multi system may, in turn, invoke the CURLMOPT_SOCKETFUNCTION function with CURL_POLL_REMOVE. This happens after the socket has already been closed. Reorder the code so that CURL_POLL_REMOVE is called before the socket is closed.
-
Guenter Knauf authored
Moved target autodetection block after defining CC macro.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Brad King authored
Remove use of an old hack that takes advantage of the auto-dereference behavior of the if() command to detect if a variable is defined. The hack has the form: if("${VAR} MATCHES "^${VAR}$") where "${VAR}" is a macro argument reference. Use if(DEFINED) instead. This also avoids warnings for CMake Policy CMP0054 in CMake 3.1.
-
Daniel Stenberg authored
-
- Nov 18, 2014
-
-
Carlo Wood authored
Debug output 'typo' fix. Don't print an extra "0x" in * Pipe broke: handle 0x0x2546d88, url = / Add debug output. Print the number of connections in the connection cache when adding one, and not only when one is removed. Fix typos in comments.
-