1. 07 Aug, 2012 5 commits
  2. 06 Aug, 2012 9 commits
  3. 05 Aug, 2012 1 commit
  4. 03 Aug, 2012 3 commits
  5. 02 Aug, 2012 5 commits
  6. 30 Jul, 2012 1 commit
  7. 29 Jul, 2012 4 commits
  8. 28 Jul, 2012 1 commit
    • Steve Holme's avatar
      TODO: Updated after 7.27.0 release · 0bededd7
      Steve Holme authored
      Removed APOP and SASL authentication from the POP3 section and metalink
      support from the client section as these features were implemented in
      this release.
      
      Moved adding gssapi to SASL into it's own section rather than repeat it
      for each protocol.
      0bededd7
  9. 27 Jul, 2012 6 commits
  10. 26 Jul, 2012 4 commits
  11. 25 Jul, 2012 1 commit
    • Nick Zitzmann's avatar
      darwinssl: fixed freeze involving the multi interface · f9277919
      Nick Zitzmann authored
      Previously the curl_multi interface would freeze if darwinssl was
      enabled and at least one of the handles tried to connect to a Web site
      using HTTPS. Removed the "wouldblock" state darwinssl was using because
      I figured out a solution for our "would block but in which direction?"
      dilemma.
      f9277919