Skip to content
Snippets Groups Projects
  1. Jan 29, 2018
  2. Aug 24, 2016
  3. Apr 05, 2015
  4. Dec 14, 2014
  5. Apr 13, 2014
  6. May 09, 2013
  7. Mar 09, 2013
  8. Mar 07, 2013
  9. Nov 22, 2012
  10. Sep 27, 2012
  11. Aug 28, 2012
  12. Aug 27, 2012
    • Yorhel's avatar
      Use uint64_t instead of ino_t · cabb5529
      Yorhel authored
      POSIX defines ino_t to be of an unsigned integer type, and searching
      around the net didn't tell me of any definitions conflicting that. So
      every ino_t can be represented in an uint64_t. (Assuming that is the
      largest integer type in use for an inode number, but I'm sure that
      assumption will hold for a while)
      
      (dev_t, on the other hand, is a bit messier. Still figuring out what to
      do with that.)
      cabb5529
    • Yorhel's avatar
      Use int64_t instead of off_t · 73690f8f
      Yorhel authored
      *Should* be equivalent, but having a clearly standardised width is much
      better.
      73690f8f
  13. May 21, 2012
  14. Nov 03, 2011
  15. Oct 18, 2009
  16. Apr 30, 2009
    • Yorhel's avatar
      Cleaned up configure.in · 2d106070
      Yorhel authored
      Removed some obsolete macros and added a few more headers and function
      checks.
      2d106070
  17. Apr 26, 2009
  18. Apr 05, 2009
  19. Sep 10, 2008
  20. Aug 02, 2007
  21. Jul 26, 2007
  22. Jul 24, 2007
    • yorhel's avatar
      * Rewrote the file browser, help window, and delete windows · 87a7925b
      yorhel authored
      * Split browser.c into delete.c and help.c
      * Added "reference to parent directory"-hack
      * File browser doesn't use the ncurses menu lib anymore
      * Fixed bug #1758403: large directories work fine now
      * Fixed bug with wide characters in the browser
      * Performance improvements when browsing large directories
      * Required (instead of recommended) gettimeofday()
      
      
      git-svn-id: svn://blicky.net/ncdu/trunk@6 ce56bc8d-f834-0410-b703-f827bd498a76
      87a7925b
  23. Jul 22, 2007
  24. Jul 21, 2007
  25. Jul 20, 2007
Loading