- Apr 05, 2016
-
-
Daniel Stenberg authored
Due to their age (we don't fully know if they actually remain) and lack of detail - very few people will bother to find out what they're about or work on them. If people truly still suffer from any of these, I assume they will be reported again and then we'll deal with them. 72. "Pausing pipeline problems." https://curl.haxx.se/mail/lib-2009-07/0214.html 70. Problem re-using easy handle after call to curl_multi_remove_handle https://curl.haxx.se/mail/lib-2009-07/0249.html 68. "More questions about ares behavior". https://curl.haxx.se/mail/lib-2009-08/0012.html
-
Daniel Stenberg authored
-
- Apr 04, 2016
-
-
Daniel Stenberg authored
-
- Apr 03, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... to please the new, slightly picker, checksrc.pl
-
Daniel Stenberg authored
-
- Apr 02, 2016
-
-
Daniel Stenberg authored
We never made a 7.25.1 release
-
- Apr 01, 2016
-
-
Steve Holme authored
-
Daniel Stenberg authored
The define is not in our name space and is therefore not protected by our API promises. It was only really used by libcurl internals but was mostly erased from there already in 8aabbf5f (March 2015). This is supposedly the final death blow to that define from everywhere. As a side-effect, making sure _MPRINTF_REPLACE is gone and not used, I made the lib tests in tests/libtest/ use curl_printf.h for its redefine magic and then subsequently the use of sprintf() got banned in the tests as well (as it is in libcurl internals) and I then replaced them all with snprintf(). In the unlikely event that any users is actually using this define and gets sad by this change, it is very easily copied to the user's own code.
-
- Mar 31, 2016
-
-
Daniel Stenberg authored
-
Diego Bes authored
Supports HTTP/2 over clear TCP - Optimize switching to HTTP/2 by removing calls to init and setup before switching. Switching will eventually call setup and setup calls init. - Supports new version to “force” the use of HTTP/2 over clean TCP - Add common line parameter “--http2-prior-knowledge” to the Curl command line tool.
-
- Mar 29, 2016
-
-
Daniel Stenberg authored
... load file specified as argument.
-
Viktor Szakats authored
Closes #733
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 28, 2016
-
-
Jay Satiro authored
-
Daniel Stenberg authored
-
- Mar 27, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... to make them appear as links on the html version.
-
marquis-de-muesli authored
Closes #677
-
- Mar 25, 2016
-
-
Dusty Mabe authored
Closes #729 Closes #728
-
- Mar 24, 2016
-
-
JDepooter authored
Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724
-
- Mar 23, 2016
-
-
Daniel Stenberg authored
... and update the coming release dates a bit
-
Daniel Stenberg authored
-
Jay Satiro authored
Bug: https://github.com/curl/curl/issues/685
-
- Mar 22, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... to make it look nicer in markdown outputa
-
- Mar 20, 2016
-
-
Steve Holme authored
Rather than use TRUE, FALSE, NULL, 0 or != 0 in if/while conditions. Additionally, corrected some example code to adhere to the recommended coding style.
-
- Mar 19, 2016
-
-
Steve Holme authored
-
- Mar 18, 2016
-
-
Daniel Stenberg authored
-
- Mar 15, 2016
-
-
Jay Satiro authored
Bug: https://curl.haxx.se/mail/lib-2016-03/0150.html Reported-by: Oliver Graute
-
- Mar 14, 2016
-
-
Daniel Stenberg authored
As just discussed on the mailing list, also document how we prefer spacing in expressions.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Ripped out from CONTRIBUTE into its own document, but also extended from there.
-
- Mar 13, 2016
-
-
Daniel Stenberg authored
-