- Jan 08, 2016
-
-
Daniel Stenberg authored
This reverts commit 46cb70e9. Bug: http://curl.haxx.se/mail/lib-2016-01/0031.html
-
Tatsuhiro Tsujikawa authored
Discussed in https://github.com/bagder/curl/pull/564
-
- Jan 07, 2016
-
-
Michael Kaufmann authored
Use the ACE form of IDN hostnames as key in the connection cache. Add new tests. Closes #592
-
Daniel Stenberg authored
-
Jay Satiro authored
- Fix ALPN reply detection. - Wrap nghttp2 code in ifdef USE_NGHTTP2. Prior to this change ALPN and HTTP/2 did not work properly in mbedTLS.
-
Jay Satiro authored
Check that the trailer buffer exists before attempting a client write for trailers on stream close. Refer to comments in https://github.com/bagder/curl/pull/564
-
- Jan 06, 2016
-
-
Daniel Stenberg authored
-
- Jan 05, 2016
-
-
Daniel Stenberg authored
Mistake from commit a464f338
-
Daniel Stenberg authored
To make sure curl doesn't allow multiplexing before a connection is upgraded to HTTP/2 (like when Upgrade: h2c fails), we must make sure the connection uses HTTP/2 as well and not only check what's wanted. Closes #584 Patch-by: c0ff
-
- Jan 04, 2016
-
-
Jay Satiro authored
- Add to both curl_global_init.3 and libcurl.3 the caveat for Windows that initializing libcurl via a DLL's DllMain or static initializer could cause a deadlock. Bug: https://github.com/bagder/curl/issues/586 Reported-by: <marc-groundctl@users.noreply.github.com>
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 27, 2015
-
-
Marc Hoersken authored
-
- Dec 26, 2015
-
-
Daniel Stenberg authored
-
Marc Hoersken authored
-
Marc Hoersken authored
MSYS would otherwise turn a /-style path into a C:\-style path.
-
Marc Hoersken authored
While still using datacheck mode binary for the inline reply data.
-
Marc Hoersken authored
Move the text-mode conversion for reply/replycheck from the verify section into the load section and add support for 4 more check parts.
-
- Dec 24, 2015
-
-
Daniel Stenberg authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
- Dec 23, 2015
-
-
Marc Hoersken authored
Not converting to double caused small timeouts to be skipped.
-
Marc Hoersken authored
Not converting to double caused small timeouts to be skipped.
-
Marc Hoersken authored
-
Marc Hoersken authored
Previously file.txt[CR][LF] would have been returned as file.tx (without the last t) if filetype is symlink. Now the t is included and the internal item_length includes the zero byte. Spotted using test 576 on Windows.
-
Marc Hoersken authored
Follow up on b064ff0c, thanks Daniel.
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Daniel Stenberg authored
This allows the root Makefile.am to include the Makefile.inc without causing automake to warn on it (variables named *_SOURCES are magic). curl_SOURCES is then instead assigned properly in src/Makefile.am only. Closes #577
-
Anders Bakken authored
Try harder to prevent libcurl from opening up an additional socket when CURLOPT_PIPEWAIT is set. Accomplished by letting ongoing TCP and TLS handshakes complete first before the decision is made. Closes #575
-
Anders Bakken authored
This makes it easier for emacs users to automatically get the right 2-space indentation when they edit curl source files. c++-mode is in there as well because Emacs can't easily know if something is a C or C++ header. Closes #574
-
- Dec 20, 2015
-
-
Johannes Schindelin authored
This patch was "nicked" from the MINGW-packages project by Daniel. https://github.com/Alexpux/MINGW-packages/commit/9253d0bf58a1486e91f7efb5316e7fdb48fa4007 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
Daniel Stenberg authored
This patch is adopted from the MINGW-packages project. It makes it possible to build curl both shared and static again. URL: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-curl
-
- Dec 17, 2015
-
-
Marc Hoersken authored
-