summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-23Removed reliance on PATH_MAX on most placesYorhel5-66/+111
2009-04-23main.c should include help.hYorhel1-0/+1
2009-04-23Split path handling into path.c and replaced rpath() with a better implementa...Yorhel4-122/+296
2009-04-19Updated manpage to reflect the removal of the 1000/1024 switchYorhel2-3/+2
2009-04-19Replace 'suseconds_t' with 'long'Yorhel2-2/+2
2009-04-19Disabled blocking wait for user input while deletingYorhel1-1/+1
2009-04-19Select next item after deletingYorhel3-10/+19
2009-04-19Go the correct directory after a deletionYorhel1-1/+3
2009-04-19freedir() shouldn't need to return anythingYorhel2-17/+8
2009-04-19Actually delete parents as well when deleting directoriesYorhel1-8/+13
2009-04-19(partly) rewrote delete.c for the new framework and re-added the deletion fea...Yorhel5-135/+212
2009-04-19Don't quit ncdu when pressing 'q' while the info window is shownYorhel1-1/+5
2009-04-19Converted help.c to the new framework and re-added help windowYorhel5-52/+98
2009-04-19Fixed bug in calculation window titleYorhel1-1/+1
2009-04-18Re-added file information window in browser.cYorhel1-45/+51
2009-04-18Only sort directory when necessaryYorhel1-5/+15
2009-04-18Draw browser on background while calculatingYorhel2-1/+2
2009-04-18Allow drawing the browser frame when there's no directory structureYorhel1-19/+19
2009-04-18Kept internal variables internal in browser.c and added browse_init()Yorhel4-76/+72
2009-04-18Don't touch the original tree while recalculatingYorhel1-13/+8
2009-04-18Removed stcalc and used several global variables insteadYorhel1-61/+59
2009-04-18Initialize calc_delay and calc_smfs in calc.c rather than main.cYorhel2-4/+2
2009-04-18Moved minimum screen size handling to main.cYorhel2-14/+6
2009-04-18Got rid of SF_SIYorhel5-25/+11
2009-04-18Moved SF_SMFS in ncdu.h to char calc_smfs in calc.hYorhel3-4/+7
2009-04-18Moved and renamed sdelay in ncdu.h to calc_delay in calc.hYorhel4-6/+10
2009-04-18Remove some calc.c specific defines from ncdu.hYorhel3-20/+26
2009-04-16Fixed minor size + item count inconsistency on recalculating a dirYorhel1-0/+9
2009-04-16Fixed major bug with counting all sizes twiceYorhel1-2/+2
2009-04-16Made stcalc static within calc.c and abstracted access to it with calc_init()Yorhel4-32/+29
2009-04-13Re-added recalculating (sub)directoriesYorhel4-38/+32
2009-04-13Fixed display bug while calculatingYorhel1-0/+1
2009-04-13(Partly) rewrote browser.c to the new systemYorhel6-353/+369
2009-04-11util.c:freedir() doesn't have to do anything with the selected flagYorhel1-3/+1
2009-04-11Header file cleanupYorhel5-52/+25
2009-04-11Rewrote util.h to the new styleYorhel6-81/+145
2009-04-11Removed ncdu.h dependency from exclude.cYorhel2-2/+5
2009-04-11Rewrote exclude.c to the new styleYorhel6-43/+76
2009-04-11Moved definitions for calc.c to separate header fileYorhel5-19/+54
2009-04-11Each state can have it's own global variableYorhel3-56/+51
2009-04-10Rewrote calc.c in the new style & frameworkYorhel4-248/+285
2009-04-08Renamed parseCli() and added argument for root dirYorhel2-12/+18