summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-18Added some keybindings and changed 'h' to 'e' in browserYorhel3-6/+20
2009-10-18Call setlocale() at initializationYorhel1-0/+3
2009-08-03Properly display MiB units instead of MBYorhel2-14/+14
2009-06-06Return to previously opened directory on failed recalculationYorhel1-1/+1
2009-06-06Properly free return value of opendir() on calculation interruptYorhel1-0/+3
2009-06-06Removed another occurence of dirfd()Yorhel1-6/+0
2009-06-06Don't call link_del() on free'd memoryYorhel1-1/+2
2009-05-16Fixed non-void return in void delete_process()Sebastian Kayser1-2/+4
2009-05-16Removed reliance on dirfd()Yorhel2-5/+1
2009-05-12Removed the ST_QUIT stateYorhel4-9/+12
2009-05-12calc.c: Removed an unused variable in calc_item()Yorhel1-1/+0
2009-05-12util.h: Typo in function declarationYorhel1-1/+1
2009-05-11Properly select the next item after deletionYorhel1-1/+1
2009-05-11Use correct hard link information after partial recalculation or deletionYorhel5-39/+113
2009-05-05Allocate correct amount of memory for the links listYorhel1-2/+2
2009-05-05Added hard link indicator in browser and help windowYorhel4-6/+10
2009-05-05Implemented hardlink detectionYorhel1-9/+47
2009-05-02Fixed a browsing bug related to hiding itemsYorhel1-2/+6
2009-05-02Removed powers of 1000/1024 toggle from help.cYorhel1-2/+1
2009-05-02Use absolute path for matching excluded itemsYorhel1-1/+1
2009-05-02Fixed buffer overrun in calc.cYorhel1-1/+1
2009-05-01Don't divide by zero when size of parent dir = 0Yorhel1-1/+3
2009-05-01Fixed line width when displaying 100%Yorhel1-2/+2
2009-04-28Don't try to delete a directory that's not emptyYorhel1-5/+5
2009-04-26Fixed segfault after aborting calculationYorhel1-1/+1
2009-04-26Fixed display bug on deletion errorYorhel1-3/+5
2009-04-26Fixed display of one-component-after-root directoryYorhel1-2/+2
2009-04-26Fixed segault after finishing calculationYorhel1-2/+2
2009-04-26Fixed display of the root directoryYorhel2-3/+10
2009-04-26Properly call calc_leavepath() on errorYorhel1-2/+8
2009-04-26Fixed bug with opening the root directoryYorhel1-8/+28
2009-04-26Removed useless call to path_real()Yorhel1-1/+1
2009-04-26Move cursor to the correct line in browse_draw()Yorhel1-0/+1
2009-04-26Removed last occurence of PATH_MAXYorhel2-34/+19
2009-04-26Renamed ncdu.h to global.h and #included all other header files into thatYorhel12-39/+23
2009-04-26Improved deletion performanceYorhel1-6/+16
2009-04-26Don't re-sort when pressing the browse keys without affecting the dirYorhel1-9/+12
2009-04-26Centralized screen update delay into input_handle()Yorhel10-71/+45
2009-04-26Huge performance improvement with the calculationYorhel1-32/+49
2009-04-25Fixed another memory allocation issueYorhel1-1/+8
2009-04-25Don't segfault when browsing an empty dir...Yorhel1-5/+7
2009-04-25Fixed another PATH_MAX reliance in calc.cYorhel1-5/+5
2009-04-25Fixed subdirectory name after refresh and a tiny memory leakYorhel1-5/+19
2009-04-25Fixed memory overflow bug in path_real_rec()Yorhel1-1/+1
2009-04-25Fixed segfault on specifying an empty dirYorhel1-1/+2
2009-04-25Properly chdir() before lstat()Yorhel1-4/+12
2009-04-24Fixed segfault on specifying a dir to process from cliYorhel1-2/+0
2009-04-24Fixed infinite calc_process() on errorYorhel1-1/+1
2009-04-23Removed PATH_MAX reliance in main.cYorhel1-16/+13
2009-04-23Fixed a few occurences of wrong arguments for getpath()Yorhel2-4/+4