1. 01 2月, 2015 2 次提交
  2. 29 1月, 2015 2 次提交
  3. 28 1月, 2015 2 次提交
  4. 27 1月, 2015 3 次提交
  5. 24 1月, 2015 1 次提交
  6. 13 1月, 2015 1 次提交
  7. 12 12月, 2014 2 次提交
  8. 26 11月, 2014 1 次提交
  9. 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
  10. 24 11月, 2014 1 次提交
  11. 29 6月, 2014 1 次提交
  12. 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
  13. 21 6月, 2014 2 次提交
  14. 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