Skip to content
Snippets Groups Projects
  1. Dec 14, 2014
  2. Apr 13, 2014
  3. Jan 22, 2014
  4. Jul 23, 2013
  5. 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
  6. Apr 12, 2013
  7. Apr 10, 2013
  8. Jan 13, 2013
  9. Sep 08, 2012
  10. Sep 06, 2012
  11. Sep 05, 2012
  12. Aug 29, 2012
  13. Aug 28, 2012
  14. 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
  15. Aug 26, 2012
    • Yorhel's avatar
      Re-added scanning UI and improved error handling · 5064b4d6
      Yorhel authored
      5064b4d6
    • Yorhel's avatar
      Split calc.c into separate components (dir_(mem|scan|common).c) · 0fd7dec7
      Yorhel authored
      The architecture is explained in dir.h. The reasons for these changes is
      two-fold:
      - calc.c was too complex, it simply did too many things. 399ccdeb is a
        nice example of that: Should have been an easy fix, but it introduced
        a segfault (fixed in 0b49021a), and added a small memory leak.
      - This architecture features a pluggable input/output system, which
        should make a file export/import feature relatively simple.
      
      The current commit does not feature any user interface, so there's no
      feedback yet when scanning a directory. I'll get to that in a bit.
      
      I've also not tested the new scanning code very well yet, so I might
      have introduced some bugs.
      0fd7dec7
  16. Aug 18, 2012
  17. Jan 18, 2012
  18. Oct 31, 2011
  19. Sep 09, 2011
  20. Feb 27, 2010
  21. Oct 18, 2009
  22. May 12, 2009
    • Yorhel's avatar
      Removed the ST_QUIT state · aef88fb7
      Yorhel authored
      There shouldn't be a need for such a state when there's a central
      place where the program execution keeps returning to.
      aef88fb7
  23. Apr 26, 2009
  24. Apr 24, 2009
  25. Apr 23, 2009
  26. Apr 19, 2009
  27. Apr 18, 2009
Loading