1. 07 Feb, 2018 2 commits
  2. 06 Feb, 2018 2 commits
  3. 05 Feb, 2018 4 commits
  4. 02 Feb, 2018 1 commit
  5. 01 Feb, 2018 2 commits
  6. 31 Jan, 2018 6 commits
  7. 30 Jan, 2018 12 commits
  8. 29 Jan, 2018 4 commits
    • Daniel Stenberg's avatar
      configure: set PATH_SEPARATOR to colon for PATH w/o separator · b7db2842
      Daniel Stenberg authored
      The logic tries to figure out what the path separator in the $PATH
      variable is, but if there's only one directory in the $PATH it
      fails. This change make configure *guess* on colon instead of erroring
      out, simply because that is probably the more common character.
      
      PATH_SEPARATOR can always be set by the user to override the guessing.
      
      (tricky bug to reproduce, as in my case for example the configure script
      requires binaries in more than one directory so passing in a PATH with a
      single dir fails.)
      
      Reported-by: Earnestly on github
      Fixes #2202
      Closes #2265
      b7db2842
    • Daniel Stenberg's avatar
      curl_ctype: private is*() type macros and functions · 4272a0b0
      Daniel Stenberg authored
      ... since the libc provided one are locale dependent in a way we don't
      want. Also, the "native" isalnum() (for example) works differently on
      different platforms which caused test 1307 failures on macos only.
      
      Closes #2269
      4272a0b0
    • Marcel Raad's avatar
      build: open VC15 projects with VS 2017 · 93836e2b
      Marcel Raad authored
      Previously, they were opened with Visual Studio 2015 by default, which
      cannot build them.
      93836e2b
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with 094647fc · 1c920749
      Daniel Stenberg authored
      1c920749
  9. 28 Jan, 2018 2 commits
  10. 27 Jan, 2018 1 commit
  11. 26 Jan, 2018 3 commits
  12. 25 Jan, 2018 1 commit