1. 15 Jan, 2019 6 commits
  2. 14 Jan, 2019 3 commits
  3. 13 Jan, 2019 2 commits
  4. 11 Jan, 2019 3 commits
  5. 10 Jan, 2019 10 commits
  6. 09 Jan, 2019 4 commits
  7. 08 Jan, 2019 1 commit
  8. 07 Jan, 2019 4 commits
  9. 06 Jan, 2019 2 commits
    • Marcel Raad's avatar
      VS projects: fix build warning · d5cfefd0
      Marcel Raad authored
      Starting with Visual Studio 2017 Update 9, Visual Studio doesn't like
      the MinimalRebuild option anymore and warns:
      
      cl : Command line warning D9035: option 'Gm' has been deprecated and
      will be removed in a future release
      
      The option can be safely removed so that the default is used.
      
      Closes https://github.com/curl/curl/pull/3425
      d5cfefd0
    • Marcel Raad's avatar
      schannel: fix compiler warning · e939afeb
      Marcel Raad authored
      When building with Unicode on MSVC, the compiler warns about freeing a
      pointer to const in Curl_unicodefree. Fix this by declaring it as
      non-const and casting the argument to Curl_convert_UTF8_to_tchar to
      non-const too, like we do in all other places.
      
      Closes https://github.com/curl/curl/pull/3435
      e939afeb
  10. 04 Jan, 2019 2 commits
  11. 03 Jan, 2019 3 commits