1. 02 Jan, 2008 4 commits
    • 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. 01 Jan, 2008 1 commit
  3. 27 Dec, 2007 1 commit
  4. 26 Dec, 2007 3 commits
  5. 25 Dec, 2007 1 commit
  6. 24 Dec, 2007 1 commit
  7. 22 Dec, 2007 1 commit
  8. 20 Dec, 2007 1 commit
  9. 19 Dec, 2007 1 commit
  10. 18 Dec, 2007 3 commits
  11. 17 Dec, 2007 1 commit
  12. 15 Dec, 2007 2 commits
  13. 14 Dec, 2007 4 commits
  14. 13 Dec, 2007 2 commits
  15. 12 Dec, 2007 1 commit
  16. 11 Dec, 2007 7 commits
  17. 10 Dec, 2007 6 commits