1. 07 Nov, 2012 2 commits
  2. 06 Nov, 2012 14 commits
  3. 05 Nov, 2012 3 commits
  4. 04 Nov, 2012 2 commits
  5. 01 Nov, 2012 8 commits
  6. 23 Oct, 2012 2 commits
  7. 22 Oct, 2012 1 commit
    • Nick Zitzmann's avatar
      metalink/md5: Use CommonCrypto on Apple operating systems · 94891ff2
      Nick Zitzmann authored
      Previously the Metalink code used Apple's CommonCrypto library only if
      curl was built using the --with-darwinssl option. Now we use CommonCrypto
      on all Apple operating systems including Tiger or later, or iOS 5 or
      later, so you don't need to build --with-darwinssl anymore. Also rolled
      out this change to libcurl's md5 code.
      94891ff2
  8. 18 Oct, 2012 2 commits
  9. 16 Oct, 2012 1 commit
    • Nick Zitzmann's avatar
      darwinssl: un-broke iOS build, fix error on server disconnect · f1d2e185
      Nick Zitzmann authored
      The iOS build was broken by a reference to a function that only existed
      under OS X; fixed. Also fixed a hard-to-reproduce problem where, if the
      server disconnected before libcurl got the chance to hang up first and
      SecureTransport was in use, then we'd raise an error instead of failing
      gracefully.
      f1d2e185
  10. 15 Oct, 2012 1 commit
  11. 12 Oct, 2012 2 commits
  12. 10 Oct, 2012 2 commits