Skip to content
Snippets Groups Projects
  1. Sep 20, 2015
  2. Sep 17, 2015
  3. Sep 14, 2015
  4. Sep 12, 2015
  5. Sep 11, 2015
  6. Sep 09, 2015
  7. Sep 08, 2015
    • Daniel Stenberg's avatar
      parse_proxy: reject illegal port numbers · 87e533ac
      Daniel Stenberg authored
      If the port number in the proxy string ended weirdly or the number is
      too large, skip it. Mostly as a means to bail out early if a "bare" IPv6
      numerical address is used without enclosing brackets.
      
      Also mention the bracket requirement for IPv6 numerical addresses to the
      man page for CURLOPT_PROXY.
      
      Closes #415
      
      Reported-by: Marcel Raad
      87e533ac
  8. Sep 06, 2015
  9. Sep 05, 2015
  10. Sep 04, 2015
  11. Sep 03, 2015
  12. Sep 01, 2015
  13. Aug 31, 2015
  14. Aug 30, 2015
  15. Aug 29, 2015
  16. Aug 28, 2015
  17. Aug 25, 2015
  18. Aug 24, 2015
  19. 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
  20. Aug 19, 2015
  21. Aug 18, 2015
  22. Aug 15, 2015
Loading