1. 06 Oct, 2012 1 commit
    • Marc Hoersken's avatar
      curl_schannel: Removed buffer limit and optimized buffer strategy · fbf35608
      Marc Hoersken authored
      Since there are servers that seem to return very big encrypted
      data packages, we need to be able to handle those without having
      an internal size limit. To avoid the buffer growing to fast to
      early the initial size was decreased and the minimum free space
      in the buffer was decreased as well.
      fbf35608
  2. 04 Oct, 2012 5 commits
  3. 03 Oct, 2012 2 commits
  4. 02 Oct, 2012 1 commit
  5. 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
  6. 28 Sep, 2012 3 commits
  7. 26 Sep, 2012 1 commit
  8. 24 Sep, 2012 1 commit
  9. 23 Sep, 2012 1 commit
  10. 19 Sep, 2012 1 commit
  11. 17 Sep, 2012 5 commits
  12. 16 Sep, 2012 1 commit
  13. 14 Sep, 2012 4 commits
  14. 13 Sep, 2012 4 commits
  15. 12 Sep, 2012 2 commits
  16. 11 Sep, 2012 5 commits