1. 19 Feb, 2019 2 commits
  2. 18 Feb, 2019 4 commits
  3. 16 Feb, 2019 4 commits
  4. 15 Feb, 2019 4 commits
  5. 14 Feb, 2019 19 commits
  6. 13 Feb, 2019 6 commits
  7. 12 Feb, 2019 1 commit
    • Jay Satiro's avatar
      examples/crawler: Fix the Accept-Encoding setting · db239c07
      Jay Satiro authored
      - Pass an empty string to CURLOPT_ACCEPT_ENCODING to use the default
        supported encodings.
      
      Prior to this change the specific encodings of gzip and deflate were set
      but there's no guarantee they'd be supported by the user's libcurl.
      db239c07