summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-08Abstracted option parsing from option handlingYorhel1-54/+60
2012-09-06cli: Use -0,-1,-2 instead of "-u n"Yorhel1-9/+5
2012-09-06Check that stdin is a tty when initializing ncursesYorhel1-1/+9
2012-09-05Added -f option to import an exported directory structureYorhel1-12/+18
2012-08-29Support exporting to stdout while still allowing -u 2 to workYorhel1-4/+29
2012-08-28Added -o option to export dir structure to a JSON-encoded fileYorhel1-5/+26
2012-08-27Fixing some whitespace issuesYorhel1-4/+4
2012-08-27Added -u option to change the scan UIYorhel1-22/+57
2012-08-26Re-added scanning UI and improved error handlingYorhel1-2/+2
2012-08-26Split calc.c into separate components (dir_(mem|scan|common).c)Yorhel1-5/+6
2012-08-18main.c: Revert nodelay() status after calling ncresize()Yorhel1-0/+2
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Code cleanup: Use `static' where applicable.Yorhel1-7/+7
2011-10-31Belated copyright year bumpYorhel1-1/+1
2011-09-09read-only flagRodolfo Borges1-0/+3
2010-02-27Copyright year bumpYorhel1-1/+1
2009-10-18Call setlocale() at initializationYorhel1-0/+3
2009-05-12Removed the ST_QUIT stateYorhel1-3/+3
2009-04-26Removed useless call to path_real()Yorhel1-1/+1
2009-04-26Renamed ncdu.h to global.h and #included all other header files into thatYorhel1-8/+1
2009-04-26Centralized screen update delay into input_handle()Yorhel1-10/+26
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-23main.c should include help.hYorhel1-0/+1
2009-04-19(partly) rewrote delete.c for the new framework and re-added the deletion fea...Yorhel1-1/+6
2009-04-19Converted help.c to the new framework and re-added help windowYorhel1-1/+3
2009-04-18Kept internal variables internal in browser.c and added browse_init()Yorhel1-2/+0
2009-04-18Initialize calc_delay and calc_smfs in calc.c rather than main.cYorhel1-2/+0
2009-04-18Moved minimum screen size handling to main.cYorhel1-6/+6
2009-04-18Moved SF_SMFS in ncdu.h to char calc_smfs in calc.hYorhel1-1/+2
2009-04-18Moved and renamed sdelay in ncdu.h to calc_delay in calc.hYorhel1-3/+3
2009-04-16Made stcalc static within calc.c and abstracted access to it with calc_init()Yorhel1-4/+3
2009-04-13Re-added recalculating (sub)directoriesYorhel1-0/+1
2009-04-13(Partly) rewrote browser.c to the new systemYorhel1-6/+12
2009-04-11Header file cleanupYorhel1-4/+7
2009-04-11Rewrote util.h to the new styleYorhel1-5/+5
2009-04-11Rewrote exclude.c to the new styleYorhel1-2/+4
2009-04-11Moved definitions for calc.c to separate header fileYorhel1-1/+0
2009-04-11Each state can have it's own global variableYorhel1-12/+9
2009-04-10Rewrote calc.c in the new style & frameworkYorhel1-5/+45
2009-04-08Renamed parseCli() and added argument for root dirYorhel1-11/+12
2009-01-11Year bumpyorhel1-1/+1
2008-10-10Current directory is assumed when no directory is given on the commandline (m...yorhel1-7/+4
2008-09-10Decided to get rid of that startup window...v1.4yorhel1-20/+8
2008-08-02Updated copyright year to cover 2008 as wellyorhel1-1/+1
2008-08-02Removed export and import code from trunk and created separate development br...yorhel1-28/+3
2007-11-24Updated ncdu -hyorhel1-5/+7
2007-11-01Fixed buffer overflow when supplying a path longer than PATH_MAX (patch by To...yorhel1-1/+4
2007-08-16* Added error handling for the import featureyorhel1-1/+2