Skip to content
Snippets Groups Projects
  1. Jun 05, 2020
  2. May 30, 2020
  3. May 15, 2020
  4. May 13, 2020
  5. May 07, 2020
  6. May 06, 2020
  7. Apr 21, 2020
  8. Apr 08, 2020
  9. Apr 07, 2020
  10. Apr 01, 2020
  11. Feb 10, 2020
  12. Feb 04, 2020
  13. Jan 25, 2020
  14. Aug 17, 2019
  15. Aug 04, 2019
  16. Jul 23, 2019
    • Yorhel's avatar
      Handle malloc failure by pausing any activity · bb7b4196
      Yorhel authored
      This is a best-effort approach to save ncdu state when memory is low.
      There's likely allocation in libraries that isn't being checked
      (ncurses, printf).
      
      Fixes #132 (it actually doesn't, that needs a 64bit static binary too,
      but I'll get to that)
      bb7b4196
  17. Apr 19, 2019
  18. Feb 19, 2019
  19. Feb 18, 2019
  20. Feb 04, 2019
  21. Jan 24, 2019
  22. Jan 21, 2019
    • Alex Wilson's avatar
      add a max modified time, or mtime, view and sorting · 60fdac06
      Alex Wilson authored
      This adds an 'm' command to show the latest modified time of all files
      in a directory. The 'M' command allows for ascending and descending
      mtime sorting. These are only enabled with the -e flag and overload
      the dir_ext mtime field.
      60fdac06
  23. Jan 20, 2019
    • Yorhel's avatar
      Fix crash when attempting to sort an empty directory · 2501fb1a
      Yorhel authored
      I had taken care to not sort empty directories during dirlist_open(),
      but forgot that manual user actions can still cause dirlist_set_sort()
      to be called, which does not handle empty directories.
      
      Reported by Alex Wilson.
      2501fb1a
  24. Dec 16, 2018
  25. Dec 01, 2018
  26. Sep 03, 2018
  27. Jul 24, 2018
Loading