Skip to content
Snippets Groups Projects
  1. Apr 05, 2016
  2. Apr 04, 2016
  3. Apr 03, 2016
  4. Apr 02, 2016
  5. 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
  6. Mar 31, 2016
  7. Mar 29, 2016
  8. Mar 28, 2016
  9. Mar 27, 2016
  10. Mar 25, 2016
  11. 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
  12. Mar 23, 2016
  13. Mar 22, 2016
  14. Mar 20, 2016
    • Steve Holme's avatar
      CODE_STYLE: Use boolean conditions · eba1b309
      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.
      eba1b309
  15. Mar 19, 2016
  16. Mar 18, 2016
  17. Mar 15, 2016
  18. Mar 14, 2016
  19. Mar 13, 2016
Loading