Skip to content
  1. Oct 23, 2015
  2. Oct 20, 2015
  3. Oct 16, 2015
  4. Oct 07, 2015
  5. Sep 04, 2015
  6. Aug 24, 2015
  7. Aug 23, 2015
    • Nathaniel Waisbrot's avatar
      CURLOPT_DEFAULT_PROTOCOL: added · 9756d1da
      Nathaniel Waisbrot authored
      - Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default
      protocol for schemeless URLs.
      
      - Add new tool option --proto-default to expose
      CURLOPT_DEFAULT_PROTOCOL.
      
      In the case of schemeless URLs libcurl will behave in this way:
      
      When the option is used libcurl will use the supplied default.
      
      When the option is not used, libcurl will follow its usual plan of
      guessing from the hostname and falling back to 'http'.
      9756d1da
  8. Aug 18, 2015
  9. Aug 12, 2015
  10. Jul 17, 2015
  11. Jun 30, 2015
  12. Jun 24, 2015
  13. Jun 17, 2015
  14. Jun 05, 2015
  15. May 18, 2015
  16. Apr 28, 2015
  17. Apr 22, 2015
  18. Mar 24, 2015
  19. Mar 20, 2015
  20. Mar 03, 2015
  21. Feb 25, 2015
  22. Jan 16, 2015
  23. Jan 15, 2015
  24. Jan 08, 2015
  25. Jan 01, 2015
  26. Dec 27, 2014
  27. Dec 26, 2014
  28. Dec 04, 2014
  29. Nov 30, 2014
  30. Nov 29, 2014
  31. Nov 07, 2014
    • Steve Holme's avatar
      curl.h: Tidy up of CURL_VERSION_* flags · 66e60c65
      Steve Holme authored
      As the list has gotten a little messy and hard to read, especially with
      the introduction of deprecated items, aligned the values and comments
      into clean columns and reworked some of the comments in the process.
      66e60c65