summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-24Year + version bump for 1.12v1.12Yorhel31-32/+37
2016-08-24Minor documentation changesYorhel1-9/+13
2016-01-12Consistently print errors to stderrTillmann Karras1-4/+4
2015-09-23Confirm quit action during scan only when --confirm-quitpiyo1-3/+6
2015-09-23Confirm quit action during scan (reuse existing scan dialog).piyo2-3/+19
2015-09-20implement confirmation switchMax Klinger5-1/+14
2015-09-20change wording when deleting empty directoryMax Klinger1-1/+1
2015-09-20quit.c: Remove two unused variablesYorhel1-5/+0
2015-09-19Confirm quit action with a cancellable dialog.piyo6-1/+99
2015-08-03Added backspace key in browser window to back keys (one directory up).Robin Schneider1-0/+1
2015-06-02doc: Document /bin/sh as default shellØyvind A. Holm1-1/+1
2015-06-02Check for NCDU_SHELL environment variable when spawning shellØyvind A. Holm2-6/+15
2015-05-07ChangeLog: Fix date of 1.11 release -.-Yorhel1-1/+1
2015-04-07shell.c: Include sys/wait.hYorhel1-0/+1
2015-04-05static: Update to latest musl-cross versionYorhel1-2/+2
2015-04-05Version bump + Changelog update for 1.11v1.11Yorhel3-3/+9
2015-04-05Disable shell feature on imported fileYorhel1-0/+4
2015-04-05config: Use /bin/sh as default shell and don't check for its existenceYorhel1-6/+2
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