Skip to content
  1. Nov 06, 2012
  2. Nov 05, 2012
  3. Nov 04, 2012
    • Daniel Stenberg's avatar
      FTP: prevent the multi interface from blocking · b2954e66
      Daniel Stenberg authored
      As pointed out in Bug report #3579064, curl_multi_perform() would
      wrongly use a blocking mechanism internally for some commands which
      could lead to for example a very long block if the LIST response never
      showed.
      
      The solution was to make sure to properly continue to use the multi
      interface non-blocking state machine.
      
      The new test 1501 verifies the fix.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3579064
      Reported by: Guido Berhoerster
      b2954e66
  4. Oct 23, 2012
  5. 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
  6. 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
  7. Oct 15, 2012
  8. Oct 09, 2012
  9. Oct 08, 2012
  10. Oct 06, 2012
  11. Oct 04, 2012
  12. Oct 03, 2012
  13. Oct 01, 2012
  14. Sep 28, 2012
  15. Sep 23, 2012
  16. Sep 19, 2012
  17. Sep 17, 2012
  18. Sep 16, 2012
  19. Sep 14, 2012
  20. Sep 13, 2012