1. 26 11月, 2014 1 次提交
  2. 25 11月, 2014 1 次提交
    • B
      List files and directories separately · cbd2f1fa
      Ben S 提交于
      This finally fixes the issue where trying to list a file causes a crash. Also, tidy up some of the uses of references.
      cbd2f1fa
  3. 24 11月, 2014 1 次提交
  4. 29 6月, 2014 1 次提交
  5. 22 6月, 2014 1 次提交
    • B
      Show file colours for symlink targets · 8839cf4c
      Ben S 提交于
      This requires the dir field to store a reference to the path that
      created it, so that path can be used to join onto the filename so it can
      be properly statted.
      8839cf4c
  6. 21 6月, 2014 2 次提交
  7. 17 6月, 2014 1 次提交
    • B
      Cache readdir results in a Dir object · a5e404da
      Ben S 提交于
      This new object is then passed down to the File, so it can see what files are around it. This means it doesn't need to re-query the filesystem several times per file, instead using the in-memory copy.
      
      Also, switch to using the built-in Path#with_extension method.
      a5e404da