Skip to content
Snippets Groups Projects
  1. Apr 08, 2020
  2. Apr 07, 2020
  3. Apr 01, 2020
  4. Feb 10, 2020
  5. Feb 06, 2020
  6. Feb 04, 2020
  7. Jan 25, 2020
  8. Dec 15, 2019
  9. Nov 14, 2019
    • Yorhel's avatar
      Fix cross compiler targets · a5e08cf5
      Yorhel authored
      I assumed that ./configure would fail if it can't find a suitable
      compiler for the given --host, but it just falls back to the host gcc.
      
      Fixes #138
      a5e08cf5
  10. Aug 17, 2019
  11. Aug 05, 2019
  12. Aug 04, 2019
  13. 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
  14. Apr 19, 2019
  15. Feb 19, 2019
  16. Feb 18, 2019
  17. Feb 04, 2019
  18. Jan 24, 2019
  19. Jan 21, 2019
  20. 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
  21. Dec 16, 2018
  22. Dec 01, 2018
  23. Sep 03, 2018
  24. Jul 24, 2018
  25. Jun 13, 2018
  26. Mar 29, 2018
  27. Feb 21, 2018
  28. Jan 29, 2018
Loading