summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-28Fixed buffer overflow when some directories can't be scannedYorhel1-3/+3
2010-04-27Determine which item to select after deletion in browser.cYorhel2-7/+4
2010-04-27Changed directory listings to a doubly linked listYorhel4-30/+40
2010-04-27Properly fixed crash on browsing dirs with a small window sizeYorhel1-1/+1
2010-04-27Properly free() the pattern in exclude_clear()Yorhel1-0/+1
2010-04-27Fixed crash on browsing dirs with a small window sizeYorhel1-1/+1
2010-04-27Don't select first item when browsing back using parent dirYorhel1-0/+1
2010-03-07Abstracted dir list handling from browser.c into dirlist.cYorhel5-286/+476
2010-03-03Correctly update directory sizes upon removing a hard linkYorhel1-15/+41
2010-02-28Only count the size of each hard link once for each directoryYorhel3-23/+46
2010-02-28Misc. minor fixesYorhel3-3/+4
2010-02-27List detected links in a separate tab in info windowYorhel1-34/+125
2010-02-27Link hard linked files together with a circular linked listYorhel6-105/+94
2010-02-27Copyright year bumpYorhel16-16/+16
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