summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Minor fixes to new shell featureYorhel3-3/+4
2014-12-14Add ability to spawn shellThomas Jarosch9-2/+142
2014-08-03"Press q to continue" -> "Press q to close"Yorhel1-1/+1
2014-04-13Support building without locale.hYorhel3-8/+11
2014-01-22Copyright year updateYorhel24-24/+24
2014-01-22Add support for browsing empty directoriesYorhel7-34/+36
2014-01-22Fix offset of parent-dir itemYorhel1-6/+5
2013-08-23util.c: Make sure to include stdarg.hThomas Klausner1-0/+1
2013-07-23Add space between file size and unit suffixYorhel2-6/+6
2013-07-23Add --si flag for base 10 prefixesYorhel4-8/+34
2013-06-05browser.c: Fix "Toggle dirs before files when sorting" functionalityYorhel1-1/+1
2013-05-09Version bump + Changelog update for 1.10v1.10Yorhel3-3/+12
2013-05-09Fix a few compiler warningsYorhel2-3/+3
2013-05-09Added statically linked binary generator scriptYorhel2-0/+137
2013-05-09deps: Update khash to latest upstream versionYorhel1-16/+22
2013-04-25deps: Update khash and yopt to their latest upstream versionsYorhel3-151/+223
2013-04-25Move khash & yopt to deps/Yorhel5-5/+7
2013-04-12dir_scan.c: Reset directory sizes when excluded by a CACHEDIR.TAGYorhel1-1/+3
2013-04-12Use /**/ comments + minor style changeYorhel2-7/+5
2013-04-12has_cachedir_tag: Keep statuc allocated buffer for paths.Petr Pudlak1-5/+16
2013-04-12Document `--exclude-caches` in ncdu.pod.Petr Pudlak1-0/+7
2013-04-12Let has_cachedir_tag use `malloc` instead of a buffer on the stack.Petr Pudlak1-4/+11
2013-04-12CACHEDIR.TAG - improve code style and the name of the parameter.Petr Pudlak3-17/+17
2013-04-10Add CACHEDIR.TAG support.Petr Pudlak4-0/+35
2013-03-09configure: Use PKG_PROG_PKG_CONFIG + mention pkg-config dep in READMEYorhel2-4/+5
2013-03-07Use pkg-config to detect ncursesJustin Lecher1-8/+12
2013-01-18ncdu.1: Add new c/C keysYorhel1-0/+8
2013-01-13use the locale's thousand seperator, if availableChris West (Faux)3-1/+17
2013-01-13'C' sorts by itemsChris West (Faux)4-7/+22
2013-01-13'c' to show child item countsChris West (Faux)2-8/+29
2013-01-13gitignoreChris West (Faux)1-0/+2
2012-11-22Clip directory sizes to make sure they are positiveYorhel2-5/+8
2012-11-22Clip directory sizes to fit in a signed 64bit integerYorhel5-4/+15
2012-11-22util.c: Fix possible buffer overflow in fillsize() and formatsize()Yorhel1-3/+5
2012-11-22configure.in -> configure.acYorhel1-0/+0
2012-09-27Version bump + Changelog update for 1.9v1.9Yorhel3-2/+14
2012-09-27Don't make ncdu.1 depend on MakefileYorhel1-1/+1
2012-09-08Add some examples to the man pageYorhel1-3/+43
2012-09-08Update man page with new optionsYorhel1-21/+80
2012-09-08Abstracted option parsing from option handlingYorhel3-55/+254
2012-09-07dir_export.c: Add timestamp to meta-dataYorhel1-2/+6
2012-09-06cli: Use -0,-1,-2 instead of "-u n"Yorhel2-15/+11
2012-09-06Removed the TODO fileYorhel1-31/+0
2012-09-06Disallow refresh/delete after import + provide visual feedbackYorhel1-2/+27
2012-09-06dir_import.c: Only call input_handle() once every 32 read itemsYorhel1-1/+5
2012-09-06browser.c: Display [imported] indication in titleYorhel1-1/+3
2012-09-06dir_import.c: Don't throw an error when user aborted importYorhel1-2/+2
2012-09-06Display "Loading..." instead of "Scanning..." when importing a fileYorhel5-5/+12
2012-09-06Check that stdin is a tty when initializing ncursesYorhel1-1/+9
2012-09-05dir_import.c: Various fixesYorhel1-5/+13