Skip to content
  1. Nov 08, 2012
    • Fabian Keil's avatar
      Fix compilation of lib1501 · 6d1b493f
      Fabian Keil authored
      6d1b493f
    • Daniel Stenberg's avatar
      Curl_readwrite: remove debug output · 7840c4c7
      Daniel Stenberg authored
      The text "additional stuff not fine" text was added for debug purposes a
      while ago, but it isn't really helping anyone and for some reason some
      Linux distributions provide their libcurls built with debug info still
      present and thus (far too many) users get to read this info.
      7840c4c7
  2. Nov 07, 2012
  3. Nov 06, 2012
  4. Nov 05, 2012
  5. Nov 04, 2012
  6. Nov 01, 2012
  7. Oct 23, 2012
  8. Oct 22, 2012
    • 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
  9. Oct 18, 2012
  10. Oct 16, 2012
    • 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
  11. Oct 15, 2012
  12. Oct 12, 2012