1. 19 Jan, 2012 4 commits
  2. 18 Jan, 2012 12 commits
  3. 17 Jan, 2012 3 commits
  4. 16 Jan, 2012 5 commits
  5. 15 Jan, 2012 2 commits
  6. 14 Jan, 2012 1 commit
  7. 13 Jan, 2012 3 commits
  8. 12 Jan, 2012 2 commits
  9. 09 Jan, 2012 2 commits
  10. 08 Jan, 2012 2 commits
  11. 06 Jan, 2012 1 commit
  12. 05 Jan, 2012 2 commits
  13. 04 Jan, 2012 1 commit
    • Daniel Stenberg's avatar
      win32-threaded-resolver: stop using a dummy socket · 4897f4e5
      Daniel Stenberg authored
      Previously the code would create a dummy socket while resolving just to
      have curl_multi_fdset() return something but the non-win32 version
      doesn't do it this way and the creation and use of a socket that isn't
      made with the common create-socket callback can be confusing to apps
      using the multi_socket API etc.
      
      This change removes the dummy socket and thus will cause
      curl_multi_fdset() to return with maxfd == -1 more often.
      4897f4e5