Skip to content
Snippets Groups Projects
  1. Apr 08, 2020
  2. Apr 01, 2020
  3. Feb 10, 2020
  4. Jan 25, 2020
  5. 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
  6. Apr 19, 2019
  7. Feb 04, 2019
  8. Jan 24, 2019
  9. Dec 16, 2018
  10. Sep 03, 2018
  11. Jun 13, 2018
  12. Mar 29, 2018
  13. Jan 29, 2018
  14. Jan 23, 2018
  15. Jan 21, 2018
  16. Jul 08, 2017
    • Yorhel's avatar
      Add support for colors and sprinkle some colors around · a369a43d
      Yorhel authored
      TODO:
      - Add (ls-like) colors to the actual file names
        -> Implement full $LS_COLORS handling or something simple and custom?
      - Test on a white/black terminal, and provide an alternate color scheme
        if necessary.
      - Make colors opt-in?
      a369a43d
  17. Jan 06, 2017
  18. Aug 24, 2016
  19. Jan 12, 2016
  20. Sep 20, 2015
  21. Sep 19, 2015
  22. Dec 14, 2014
  23. Apr 13, 2014
  24. Jan 22, 2014
  25. Jul 23, 2013
  26. Apr 25, 2013
    • Yorhel's avatar
      Move khash & yopt to deps/ · 09c44475
      Yorhel authored
      Both microlibraries come from another source, and are not maintained as
      part of ncdu. This separation of src/ and deps/ makes the relation more
      clear.
      09c44475
  27. Apr 12, 2013
  28. Apr 10, 2013
  29. Jan 13, 2013
  30. Sep 08, 2012
  31. Sep 06, 2012
  32. Sep 05, 2012
  33. Aug 29, 2012
  34. Aug 28, 2012
  35. Aug 27, 2012
    • Yorhel's avatar
      Fixing some whitespace issues · dfbeed9d
      Yorhel authored
      dfbeed9d
    • Yorhel's avatar
      Added -u option to change the scan UI · 44e63ce2
      Yorhel authored
      This allows scanning stuff without initializing ncurses. Not too useful
      at this point since ncdu will switch to an ncurses environment when it's
      done anyway, but this will become more useful when the export-to-file
      feature has been implemented.
      44e63ce2
Loading