Skip to content
Snippets Groups Projects
  1. Apr 08, 2016
  2. Apr 06, 2016
  3. Apr 05, 2016
  4. Apr 04, 2016
  5. Apr 03, 2016
  6. Apr 02, 2016
  7. Apr 01, 2016
    • Steve Holme's avatar
    • Daniel Stenberg's avatar
      curl/mprintf.h: remove support for _MPRINTF_REPLACE · 55452ebd
      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.
      55452ebd
  8. Mar 31, 2016
  9. Mar 29, 2016
  10. Mar 28, 2016
  11. Mar 27, 2016
  12. Mar 25, 2016
  13. Mar 24, 2016
    • JDepooter's avatar
      schannel: Add ALPN support · f8d88a49
      JDepooter authored
      Add ALPN support for schannel. This allows cURL to negotiate
      HTTP/2.0 connections when built with schannel.
      
      Closes #724
      f8d88a49
  14. Mar 23, 2016
  15. Mar 22, 2016
Loading