1. 26 Jan, 2012 1 commit
  2. 19 Jan, 2012 2 commits
  3. 18 Jan, 2012 12 commits
  4. 17 Jan, 2012 3 commits
  5. 16 Jan, 2012 5 commits
  6. 15 Jan, 2012 2 commits
  7. 14 Jan, 2012 1 commit
  8. 13 Jan, 2012 3 commits
  9. 12 Jan, 2012 2 commits
  10. 09 Jan, 2012 2 commits
  11. 08 Jan, 2012 2 commits
  12. 06 Jan, 2012 1 commit
  13. 05 Jan, 2012 2 commits
  14. 04 Jan, 2012 2 commits
    • 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
    • Peter Sylvester's avatar
      OpenSSL: remove reference to openssl internal struct · 81524cbf
      Peter Sylvester authored
      With this change, curl compiles with the new OPENSSL_NO_SSL_INTERN
      cflag. This flag might become the default in some distant future.
      81524cbf