1. 10 Oct, 2012 1 commit
  2. 09 Oct, 2012 1 commit
  3. 08 Oct, 2012 5 commits
  4. 06 Oct, 2012 2 commits
  5. 04 Oct, 2012 5 commits
  6. 03 Oct, 2012 2 commits
  7. 02 Oct, 2012 1 commit
  8. 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
  9. 28 Sep, 2012 3 commits
  10. 26 Sep, 2012 1 commit
  11. 24 Sep, 2012 1 commit
  12. 23 Sep, 2012 1 commit
  13. 19 Sep, 2012 1 commit
  14. 17 Sep, 2012 5 commits
  15. 16 Sep, 2012 1 commit
  16. 14 Sep, 2012 4 commits
  17. 13 Sep, 2012 3 commits