1. 07 Dec, 2013 1 commit
    • Melissa Mears's avatar
      darwinssl: Fix #if 10.6.0 for SecKeychainSearch · bd3ca663
      Melissa Mears authored
      The comment here says that SecKeychainSearch causes a deprecation
      warning when used with a minimum Mac OS X SDK version of 10.7.0, which
      is correct.  However, the #if guard did not match.  It was intended to
      only use the code if 10.6.0 support was enabled, but it had 10.7.0
      instead.  This caused a warning if the minimum was exactly 10.7.0.
      bd3ca663
  2. 06 Dec, 2013 1 commit
    • Christian Weisgerber's avatar
      curl.h: <sys/select.h> for OpenBSD · 92e607ab
      Christian Weisgerber authored
      curl.h should also include <sys/select.h> on OpenBSD to reliably
      pull in select().  Typically, including <sys/time.h> will be enough,
      but not if strict standards-compliance is requested (e.g. by defining
      _XOPEN_SOURCE).
      92e607ab
  3. 04 Dec, 2013 4 commits
  4. 02 Dec, 2013 7 commits
  5. 01 Dec, 2013 5 commits
  6. 30 Nov, 2013 2 commits
  7. 29 Nov, 2013 2 commits
  8. 28 Nov, 2013 2 commits
  9. 27 Nov, 2013 6 commits
  10. 24 Nov, 2013 8 commits
  11. 23 Nov, 2013 2 commits