Skip to content
  1. Jan 02, 2008
    • Daniel Stenberg's avatar
      I removed the socklen_t use from the public curl/curl.h header and instead · 193d33fd
      Daniel Stenberg authored
      made it an unsigned int. The type was only used in the curl_sockaddr struct
      definition (only used by the curl_opensocket_callback). On all platforms I
      could find information about, socklen_t is 32 unsigned bits large so I don't
      think this will break the API or ABI. The main reason for this change is of
      course for all the platforms that don't have a socklen_t definition in their
      headers to build fine again. Providing our own configure magic and custom
      definition of socklen_t on those systems proved to work but was a lot of
      cruft, code and extra magic needed - when this very small change of type seems
      harmless and still solves the missing socklen_t problem.
      193d33fd
    • Daniel Stenberg's avatar
      Richard Atterer brought a patch that added support for SOCKS4a proxies, which · a46b40b7
      Daniel Stenberg authored
      is an inofficial PROXY4 variant that sends the hostname to the proxy instead
      of the resolved address (which is already supported by SOCKS5).  --socks4a is
      the curl command line option for it and CURLOPT_PROXYTYPE can now be set to
      CURLPROXY_SOCKS4A as well.
      a46b40b7
    • Daniel Stenberg's avatar
      updated · 0b9b8acb
      Daniel Stenberg authored
      0b9b8acb
    • Gisle Vanem's avatar
      Added '-d' option for Watt-32 debugging. · bf98b635
      Gisle Vanem authored
      bf98b635
  2. Jan 01, 2008
  3. Dec 27, 2007
  4. Dec 26, 2007
  5. Dec 25, 2007
  6. Dec 24, 2007
  7. Dec 22, 2007
  8. Dec 20, 2007
  9. Dec 19, 2007
  10. Dec 18, 2007
  11. Dec 17, 2007
  12. Dec 15, 2007
  13. Dec 14, 2007
  14. Dec 13, 2007
  15. Dec 12, 2007
  16. Dec 11, 2007
  17. Dec 10, 2007