Commit graph

  • dabe97f9c2 Use hash table when detecting hard links Yorhel 2011-10-31 14:39:15 +0100
  • 00bd015d79 Belated copyright year bump Yorhel 2011-10-31 14:46:31 +0100
  • 53e3bcbd2b browser.c: Added [read-only] indication to title bar Yorhel 2011-10-31 13:10:36 +0100
  • 260f138d3f util.c: Use KiB instead of kiB (bug #3399279) Yorhel 2011-09-09 08:57:10 +0200
  • 76d242dafc doc: Added read-only flag to ncdc.1 Yorhel 2011-09-09 08:51:37 +0200
  • 57164c8ca6 read-only flag Rodolfo Borges 2011-09-08 21:41:12 -0300
  • 46f0334111 ChangeLog update for the 1.7 release v1.7 Yorhel 2010-08-13 15:08:20 +0200
  • 3860ba217b Display size graph by default Yorhel 2010-08-13 11:38:27 +0200
  • f71b09c5f7 Man page + TODO updates Yorhel 2010-08-13 11:28:32 +0200
  • 9f7bc01f11 Fixed segfault when launched on a nonexistant directory Yorhel 2010-07-19 12:45:33 +0200
  • 4d188cb9a2 TODO + ChangeLog update Yorhel 2010-07-19 12:43:03 +0200
  • 791612dc4d browser.c: Got rid of the 'line' format string Yorhel 2010-07-18 18:58:22 +0200
  • ab435e664f Converted all code to call the compll functions 1752751871916849442/tmp_refs/heads/compll 1752751871916849442/compll compll Yorhel 2010-05-10 11:08:44 +0200
  • 686084d6e0 Added compll to the compilation environment and allow linking to zlib Yorhel 2010-05-07 14:17:03 +0200
  • d942a0ebc6 Only create the line format once when drawing the browser window Yorhel 2010-04-28 17:15:46 +0200
  • f18bd86ab8 Got rid of segfault when the root dir only contains hidden files Yorhel 2010-04-28 15:46:02 +0200
  • d7d782be1c Reset descending/ascending order when changing sort column Yorhel 2010-04-28 15:39:45 +0200
  • 6fa56c1b38 Store the name of the item in the dir struct itself Yorhel 2010-04-28 15:32:47 +0200
  • b7ccf78b90 More intuitive multi-page browsing Yorhel 2010-04-28 13:32:30 +0200
  • c68a229e09 Fixed buffer overflow when some directories can't be scanned Yorhel 2010-04-28 10:08:45 +0200
  • 79733f7d64 Determine which item to select after deletion in browser.c Yorhel 2010-04-27 17:58:17 +0200
  • eed949d48d Changed directory listings to a doubly linked list Yorhel 2010-04-27 17:01:43 +0200
  • c84e70b627 Properly fixed crash on browsing dirs with a small window size Yorhel 2010-04-27 13:27:57 +0200
  • cc15863fcc Updated ChangeLog with the changes on the git repo Yorhel 2010-04-27 12:55:06 +0200
  • f078cb6bc7 Properly free() the pattern in exclude_clear() Yorhel 2010-04-27 12:49:12 +0200
  • a7b7841ac0 Fixed crash on browsing dirs with a small window size Yorhel 2010-04-27 12:41:01 +0200
  • a35f998168 Don't select first item when browsing back using parent dir Yorhel 2010-04-27 12:24:42 +0200
  • 5db9c2aea1 Abstracted dir list handling from browser.c into dirlist.c Yorhel 2010-03-07 11:10:00 +0100
  • fe21608e98 Correctly update directory sizes upon removing a hard link Yorhel 2010-03-03 14:40:56 +0100
  • 1cc0e5a50f Only count the size of each hard link once for each directory Yorhel 2010-02-28 16:50:43 +0100
  • 82ec5b9fa8 Misc. minor fixes Yorhel 2010-02-28 10:13:12 +0100
  • 93a97381bd List detected links in a separate tab in info window Yorhel 2010-02-27 15:15:25 +0100
  • 88cd199d94 Link hard linked files together with a circular linked list Yorhel 2010-02-27 11:29:36 +0100
  • 101731ed13 Copyright year bump Yorhel 2010-02-27 15:20:57 +0100
  • 24db8a8866 ChangeLog & man page version/date bump for 1.6 v1.6 Yorhel 2009-10-23 14:30:27 +0200
  • 06cab8cc30 Added some keybindings and changed 'h' to 'e' in browser Yorhel 2009-10-18 12:52:00 +0200
  • adaf8a6098 Call setlocale() at initialization Yorhel 2009-10-18 12:05:36 +0200
  • 783993dbf5 Link to ncursesw when available Yorhel 2009-10-18 11:55:47 +0200
  • 51e52f85c1 Update TODO file with some ideas for improvements in hard link handling Yorhel 2009-08-03 14:37:53 +0200
  • b7d59bee5b Properly display MiB units instead of MB Yorhel 2009-08-03 14:26:10 +0200
  • 26c77cfc14 Return to previously opened directory on failed recalculation Yorhel 2009-06-06 23:22:49 +0200
  • e5cc7703d7 Properly free return value of opendir() on calculation interrupt Yorhel 2009-06-06 23:19:26 +0200
  • 21f2e62793 Removed another occurence of dirfd() Yorhel 2009-06-06 21:04:47 +0200
  • e5dccc1719 Don't call link_del() on free'd memory Yorhel 2009-06-06 20:43:52 +0200
  • 3d8751b495 Fixed non-void return in void delete_process() Sebastian Kayser 2009-05-16 10:34:17 +0200
  • a0bf6deebb Removed reliance on dirfd() Yorhel 2009-05-16 10:20:58 +0200
  • aef88fb773 Removed the ST_QUIT state Yorhel 2009-05-12 18:48:30 +0200
  • 9d07027553 calc.c: Removed an unused variable in calc_item() Yorhel 2009-05-12 18:39:00 +0200
  • 2828bfe6a8 util.h: Typo in function declaration Yorhel 2009-05-12 18:37:49 +0200
  • 06a5f5215f Properly select the next item after deletion Yorhel 2009-05-11 20:14:52 +0200
  • 6de0a8ec00 Use correct hard link information after partial recalculation or deletion Yorhel 2009-05-11 19:48:32 +0200
  • 8209a7efe3 Allocate correct amount of memory for the links list Yorhel 2009-05-05 19:33:30 +0200
  • fd984e754c Added hard link indicator in browser and help window Yorhel 2009-05-05 19:25:52 +0200
  • 757bdff7ed Implemented hardlink detection Yorhel 2009-05-05 19:13:52 +0200
  • 188265c594 Version & date bump for ChangeLog and manual page v1.5 Yorhel 2009-05-02 13:11:02 +0200
  • d571c080b5 Fixed a browsing bug related to hiding items Yorhel 2009-05-02 13:01:12 +0200
  • f416a7a121 Removed powers of 1000/1024 toggle from help.c Yorhel 2009-05-02 12:40:53 +0200
  • 4ea817568f Use absolute path for matching excluded items Yorhel 2009-05-02 10:45:33 +0200
  • 46de3510cd Fixed buffer overrun in calc.c Yorhel 2009-05-02 10:21:29 +0200
  • 0fe0d11e3b Don't divide by zero when size of parent dir = 0 Yorhel 2009-05-01 09:07:28 +0200
  • 95b314de73 Fixed line width when displaying 100% Yorhel 2009-05-01 08:59:59 +0200
  • 2d1060709b Cleaned up configure.in Yorhel 2009-04-30 11:25:06 +0200
  • 3610121dab Don't try to delete a directory that's not empty Yorhel 2009-04-28 11:00:13 +0200
  • bba85675a9 Replaced the NEWS file with a symlink pointing to the ChangeLog Yorhel 2009-04-26 15:48:27 +0200
  • ae14721c5f Fixed segfault after aborting calculation Yorhel 2009-04-26 15:23:09 +0200
  • eb3310060f Fixed display bug on deletion error Yorhel 2009-04-26 14:57:20 +0200
  • 2a5c9a242f Fixed display of one-component-after-root directory Yorhel 2009-04-26 13:26:20 +0200
  • 91b131a080 Fixed segault after finishing calculation Yorhel 2009-04-26 13:15:53 +0200
  • ece21a668d Fixed display of the root directory Yorhel 2009-04-26 13:10:00 +0200
  • 9cc79b0fab Properly call calc_leavepath() on error Yorhel 2009-04-26 12:58:22 +0200
  • 796d043c0d Fixed bug with opening the root directory Yorhel 2009-04-26 12:55:27 +0200
  • 219ae8a6db Removed useless call to path_real() Yorhel 2009-04-26 12:45:42 +0200
  • 67ce0af650 Fixed bug with configure still relying on ncdu.h Yorhel 2009-04-26 11:54:27 +0200
  • 91ad9df126 Updated ChangeLog and TODO Yorhel 2009-04-26 11:35:03 +0200
  • ceecccc3ae Move cursor to the correct line in browse_draw() Yorhel 2009-04-26 11:22:24 +0200
  • 43fec63281 Removed last occurence of PATH_MAX Yorhel 2009-04-26 11:18:45 +0200
  • 290c7a7d70 Renamed ncdu.h to global.h and #included all other header files into that Yorhel 2009-04-26 11:08:40 +0200
  • 4b6456d0b9 Improved deletion performance Yorhel 2009-04-26 10:54:14 +0200
  • f6e34e520e Don't re-sort when pressing the browse keys without affecting the dir Yorhel 2009-04-26 09:55:23 +0200
  • ba243df042 Centralized screen update delay into input_handle() Yorhel 2009-04-26 09:49:51 +0200
  • 8ddec92724 Huge performance improvement with the calculation Yorhel 2009-04-25 19:34:14 +0200
  • c079e0d23a Fixed another memory allocation issue Yorhel 2009-04-25 16:30:59 +0200
  • 027c0c2eba Don't segfault when browsing an empty dir... Yorhel 2009-04-25 15:46:00 +0200
  • 3dc21365f5 Fixed another PATH_MAX reliance in calc.c Yorhel 2009-04-25 14:31:54 +0200
  • c432928bd2 Fixed subdirectory name after refresh and a tiny memory leak Yorhel 2009-04-25 14:29:20 +0200
  • 2738177fff Fixed memory overflow bug in path_real_rec() Yorhel 2009-04-25 14:26:52 +0200
  • 1f341f8b4c Fixed segfault on specifying an empty dir Yorhel 2009-04-25 12:11:53 +0200
  • 18211ebe2e Properly chdir() before lstat() Yorhel 2009-04-25 11:49:20 +0200
  • 00217dd86e Fixed segfault on specifying a dir to process from cli Yorhel 2009-04-24 18:18:17 +0200
  • 124296ee19 Fixed infinite calc_process() on error Yorhel 2009-04-24 18:17:34 +0200
  • 731bfccfb5 Removed PATH_MAX reliance in main.c Yorhel 2009-04-23 22:10:48 +0200
  • 5c6f057840 Fixed a few occurences of wrong arguments for getpath() Yorhel 2009-04-23 22:03:24 +0200
  • 4bb7d6b7c2 Removed reliance on PATH_MAX on most places Yorhel 2009-04-23 21:15:11 +0200
  • bb7119c642 main.c should include help.h Yorhel 2009-04-23 20:47:01 +0200
  • 7698bfd980 Split path handling into path.c and replaced rpath() with a better implementation Yorhel 2009-04-23 19:44:37 +0200
  • 1739ee74d6 Updated manpage to reflect the removal of the 1000/1024 switch Yorhel 2009-04-19 14:56:50 +0200
  • d75cc8fb72 Replace 'suseconds_t' with 'long' Yorhel 2009-04-19 14:29:49 +0200
  • 97fefbaffb Disabled blocking wait for user input while deleting Yorhel 2009-04-19 13:17:21 +0200
  • a71bc36860 Select next item after deleting Yorhel 2009-04-19 13:16:31 +0200
  • 44f64cf3d3 Go the correct directory after a deletion Yorhel 2009-04-19 13:02:02 +0200