1. 12 Apr, 2016 1 commit
  2. 26 Feb, 2016 1 commit
  3. 29 Dec, 2015 2 commits
  4. 26 Feb, 2015 1 commit
  5. 01 Jan, 2015 1 commit
  6. 30 Jan, 2014 1 commit
  7. 13 Jan, 2014 1 commit
  8. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  9. 05 May, 2013 1 commit
  10. 21 Jan, 2013 1 commit
    • Denis Krjuchkov's avatar
      FileSystem: extract DirectoryReader, improve the rest · 4ad90e2d
      Denis Krjuchkov authored
      - DirectoryReader is extracted to separate header
      - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir
      - Functions return true on success, instead of 0 (where applicable)
      - ReadLink return result instead of out parameter
      - UnlinkFile is renamed to RemoveFile
      - CheckExists/CheckIsRegular/CheckIsDirectory are renamed
        to PathExists/FileExists/DirectoryExists
      4ad90e2d