summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Year + version bump for 1.14.2v1.14.2Yorhel30-30/+35
2020-02-06Fix khash.h -> khashl.h reference in MakefileYorhel1-2/+2
2020-02-04deps/khash.h -> khashl.h for slightly reduced memory usageYorhel3-624/+357
2020-01-25Fix definitions of global vars `confirm_quit` and `dir_process`Yorhel4-2/+3
2019-12-15static: Add AArch64 binariesYorhel1-0/+1
2019-11-14Fix cross compiler targetsYorhel1-4/+4
2019-08-17Increase space for item count in loading screenYorhel1-2/+2
2019-08-05Version bump for 1.14.1 + static bin improvementsv1.14.1Yorhel4-5/+11
2019-08-04Fix --exclude-cachesYorhel1-1/+1
2019-07-23Handle malloc failure by pausing any activityYorhel12-37/+68
2019-04-19Clear errno before getch()Yorhel1-0/+1
2019-02-19dir_scan: Avoid allocating new copies of buf_dirMartin Storsjö1-1/+2
2019-02-18dir_setlasterr: strcpy the right variableMartin Storsjö1-1/+1
2019-02-04Year + version bump for 1.14v1.14Yorhel30-30/+40
2019-01-24symlinks: Only call stat_to_dir() once, impove manualYorhel2-12/+12
2019-01-24Add a '--follow-symlinks' optionSimon Doppler4-0/+17
2019-01-21Fix minor typoYorhel1-1/+1
2019-01-21add a max modified time, or mtime, view and sortingAlex Wilson8-10/+84
2019-01-20Fix crash when attempting to sort an empty directoryYorhel1-1/+2
2018-12-16Add --help flag as alias for -hYorhel2-3/+3
2018-12-01Slightly improve hardlink circular list insertion performanceYorhel1-4/+2
2018-09-03Add -V and --version as alias to -vYorhel2-3/+3
2018-07-24Display larger file counts in browser UIYorhel1-6/+17
2018-06-13Exit ncdu when losing inputYorhel1-0/+2
2018-03-29Spelling fixes: "occured" + "an other"Yorhel9-13/+13
2018-03-29Fix '--color off'Yorhel1-1/+1
2018-02-21man page/file flags: Minor rewording + use same order as help screenYorhel1-17/+15
2018-02-21shift section; adapt to online help wordingThomas McWork1-37/+41
2018-02-21add a file flags section in the docsThomas McWork1-0/+37
2018-01-29Year + version bump for 1.13v1.13Yorhel30-31/+40
2018-01-29delete.c: Fix signedness issue in confirmation selectionYorhel1-1/+2
2018-01-23Update static binary generation scriptYorhel1-22/+15
2018-01-23dirlist.c: make sure to include stdlib.h for calloc()Yorhel1-0/+1
2018-01-23Display extended information in the info windowYorhel4-6/+52
2018-01-23Don't depend on current color when creating ncurses windowYorhel1-0/+1
2018-01-23Import/export extended informationYorhel4-5/+33
2018-01-23Add -e flag to enable extended information modeYorhel4-3/+23
2018-01-23Add support for optional "extended" information for each file/dir entryYorhel9-139/+149
2018-01-21Remove recursion check when importing a fileYorhel1-16/+1
2018-01-21Merge branch 'colors'Yorhel8-140/+313
2018-01-21Add --color option, simple theme support, disable colors by defaultYorhel8-42/+78
2017-08-17Use C99 flexible array member for struct dirYorhel3-8/+11
2017-07-08Add support for colors and sprinkle some colors aroundYorhel7-140/+277
2017-03-27dir_import.c: Restart fread() on EINTRYorhel1-1/+1
2017-01-06Add -rr option to disable shell spawningYorhel4-8/+20
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