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