1. 21 Feb, 2017 1 commit
  2. 20 Feb, 2017 2 commits
  3. 18 Feb, 2017 1 commit
  4. 16 Feb, 2017 1 commit
  5. 15 Feb, 2017 2 commits
  6. 10 Feb, 2017 1 commit
  7. 09 Feb, 2017 3 commits
  8. 07 Feb, 2017 1 commit
  9. 06 Feb, 2017 3 commits
  10. 29 Jan, 2017 2 commits
  11. 28 Jan, 2017 1 commit
  12. 27 Jan, 2017 1 commit
  13. 24 Jan, 2017 1 commit
  14. 23 Jan, 2017 3 commits
    • Daniel Stenberg's avatar
      VC: remove the makefile.vc6 build infra · 8611d985
      Daniel Stenberg authored
      The winbuild/ build files is now the single MSVC makefile build choice.
      
      Closes #1215
      8611d985
    • Jay Satiro's avatar
      cmdline-opts/gen.pl: Open input files in CRLF mode · d0837f36
      Jay Satiro authored
      On Windows it's possible to have input files with CRLF line endings and
      a perl that defaults to LF line endings (eg msysgit). Currently that
      results in generator output of mixed line endings of CR, LF and CRLF.
      
      This change fixes that issue in the most succinct way by opening the
      files in :crlf text mode even when the perl being used does not default
      to that mode. (On operating systems that don't have a separate text mode
      it's essentially a no-op.) The output continues to be in the perl's
      native line ending.
      d0837f36
    • Daniel Stenberg's avatar
      4c49b835
  15. 19 Jan, 2017 3 commits
  16. 18 Jan, 2017 1 commit
  17. 17 Jan, 2017 1 commit
  18. 16 Jan, 2017 1 commit
  19. 14 Jan, 2017 5 commits
  20. 13 Jan, 2017 6 commits