1. 01 Nov, 2012 4 commits
  2. 23 Oct, 2012 2 commits
  3. 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
  4. 18 Oct, 2012 2 commits
  5. 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
  6. 15 Oct, 2012 1 commit
  7. 12 Oct, 2012 2 commits
  8. 10 Oct, 2012 3 commits
  9. 09 Oct, 2012 1 commit
  10. 08 Oct, 2012 5 commits
  11. 06 Oct, 2012 2 commits
  12. 04 Oct, 2012 5 commits
  13. 03 Oct, 2012 2 commits
  14. 02 Oct, 2012 1 commit
  15. 01 Oct, 2012 3 commits
    • Daniel Stenberg's avatar
      multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitation · 971f5bce
      Daniel Stenberg authored
      During the periods of rate limitation, the speedcheck function wasn't
      called and thus the values weren't updated accordingly and it would then
      easily trigger wrongly once data got transferred again.
      
      Also, the progress callback's return code was not acknowledged in this
      state so it could make an "abort" return code to get ignored and not
      have the documented effect of aborting an ongoing transfer.
      
      Bug: http://curl.haxx.se/mail/lib-2012-09/0081.html
      Reported by: Jie He
      971f5bce
    • Tatsuhiro Tsujikawa's avatar
      tool_metalink.c: Filtered resource URLs by type · 42bbc5ce
      Tatsuhiro Tsujikawa authored
      In Metalink v3, the type attribute of url element indicates the
      type of the resource the URL points to. It can include URL to the
      meta data, such as BitTorrent metainfo file.  In Curl, we are not
      interested in these meta data URLs. Instead, we are only
      interested in the HTTP and FTP URLs. This change filters out
      non-HTTP and FTP URLs. If we don't filter out them, it will be
      downloaded by curl and hash check will fail if hash is provided
      and next URL will be tried. This change will cut this useless
      network transfer.
      42bbc5ce
    • Kamil Dudka's avatar
      https.c example: remember to call curl_global_init() · c01b6f4d
      Kamil Dudka authored
      ... in order not to leak memory on initializing an SSL library.
      
      Reported by: Tomas Mlcoch
      c01b6f4d
  16. 28 Sep, 2012 3 commits
  17. 26 Sep, 2012 1 commit
  18. 24 Sep, 2012 1 commit