1. 20 Oct, 2015 8 commits
  2. 19 Oct, 2015 10 commits
  3. 17 Oct, 2015 2 commits
  4. 15 Oct, 2015 6 commits
  5. 14 Oct, 2015 11 commits
  6. 13 Oct, 2015 3 commits
    • Zac Bergquist's avatar
      Fix test failures on Windows. · e158cda0
      Zac Bergquist authored
      Most of the Windows test failures are due to the path separator not being "/".  The general approach I took here was to keep paths in "URL form" (ie using "/" separators) as much as possible, and only convert to native paths when we attempt to open a file.  This will allow the most consistency between different host OS.  For example, data structures that store paths still store them with "/" delimiters.  Functions that accepted paths as input and return them as outputs still use "/".
      
      There are still a few test failures that need to be sorted out.
      
      - config/setup/TestRoot (I hear this has already been fixed by someone else)
      - middleware/basicauth/TestBrowseTemplate and middleware/templates/Test (a line endings issue that I'm still working through)
      e158cda0
    • Makpoc's avatar
      Fix failing test (windows) - simulate an error by executing stat on a filename... · f122b3bb
      Makpoc authored
      Fix failing test (windows) - simulate an error by executing stat on a filename with zero-byte in it. Fix cleanup of created files after the tests.
      f122b3bb
    • Matt Holt's avatar
      Add AppVeyor badge · 6717edcb
      Matt Holt authored
      Distinguish between windows and linux builds
      6717edcb