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