1. 17 Feb, 2011 2 commits
  2. 16 Feb, 2011 1 commit
  3. 14 Feb, 2011 1 commit
    • Daniel Stenberg's avatar
      gmtime: remove define · f19ace8d
      Daniel Stenberg authored
      It turns out some systems rely on the gmtime or gmtime_r to be defined
      already in the system headers and thus my "precaution" redefining of
      them only caused trouble. They are now removed.
      f19ace8d
  4. 13 Feb, 2011 2 commits
  5. 10 Feb, 2011 5 commits
  6. 09 Feb, 2011 3 commits
    • Quinn Slack's avatar
      CURLE_TLSAUTH_FAILED: removed · 3cffcba3
      Quinn Slack authored
      On second thought, I think CURLE_TLSAUTH_FAILED should be eliminated. It
      was only being raised when an internal error occurred while allocating
      or setting the GnuTLS SRP client credentials struct. For TLS
      authentication failures, the general CURLE_SSL_CONNECT_ERROR seems
      appropriate; its error string already includes "passwords" as a possible
      cause. Having a separate TLS auth error code might also cause people to
      think that a TLS auth failure means the wrong username or password was
      entered, when it could also be a sign of a man-in-the-middle attack.
      3cffcba3
    • Quinn Slack's avatar
      TLS-SRP: new options documented · ae7fe3b7
      Quinn Slack authored
      ae7fe3b7
    • Daniel Stenberg's avatar
      CURLOPT_SOCKOPTFUNCTION: return proper error code · b370fcd3
      Daniel Stenberg authored
      When the callback returns an error, this function must make sure to return
      CURLE_ABORTED_BY_CALLBACK properly and not CURLE_OK as before to allow the
      callback to properly abort the operation.
      b370fcd3
  7. 08 Feb, 2011 4 commits
  8. 07 Feb, 2011 2 commits
  9. 03 Feb, 2011 1 commit
  10. 02 Feb, 2011 5 commits
  11. 31 Jan, 2011 3 commits
  12. 29 Jan, 2011 2 commits
  13. 28 Jan, 2011 1 commit
    • Pierre Joye's avatar
      Windows build: alternative makefile · 76ac6b94
      Pierre Joye authored
      This is a separate makefile for MSVC builds. It is deliberately put in
      another dir than src/ and lib/ to allow a different build experience
      than the previous - at least during a period. Eventually we should
      unify.
      76ac6b94
  14. 27 Jan, 2011 6 commits
  15. 25 Jan, 2011 2 commits