summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Year + version bump for 1.16v1.16Yorhel26-26/+26
2021-06-11Display setuid/setgid and sticky bits in file modeYorhel1-3/+3
2021-05-27JSON import: accept fractional mtime valuesYorhel1-0/+6
2021-05-24Mark apparent size or disk usage label in footer as boldYorhel1-0/+4
2021-05-23browser.c: Fix bar width floating point calculationYorhel1-1/+1
2021-05-12Add $NCDU_LEVEL environment variable when spawning a shellYorhel1-0/+17
2021-05-12dir_import: Accept JSON data after the last objectYorhel1-2/+8
2021-05-12JSON Export: only export ino for hlinks and include hlink countYorhel5-23/+39
2021-03-04Test for read error while reading the --exclude-from fileYorhel1-1/+2
2020-07-12Scale size bar with max column sizeChristian Göttsche1-5/+5
2020-06-07Add --exclude-firmlinks and follow firmlinks by defaultYorhel1-5/+13
2020-06-05is_kernfs: Check only defined magic numbersChristian Göttsche1-2/+29
2020-05-30Correct misspellingsChristian Göttsche5-6/+6
2020-05-15dir_import.c: Remove already-implemented TODO commentYorhel1-1/+0
2020-05-15help.c: Mention "F" flag + make the flag list scrollableYorhel1-19/+23
2020-05-15dir_scan.c: Call statfs() with relative pathYorhel1-1/+1
2020-05-13Support excluding firmlinks on macOSSaagar Jha6-3/+46
2020-05-07Typo: exlude → excludeSaagar Jha1-1/+1
2020-05-06Fix calculating of directory apparent sizes with hard linksYorhel1-1/+1
2020-04-21dir_scan.c: Fix integer overflow when list of file names in dir exceeds 2GiBYorhel1-3/+3
2020-04-08help.c: Mention new ^ file flagYorhel1-6/+8
2020-04-08Add option --exclude-kernfs to skip scanning Linux pseudo filesystemsChristian Göttsche7-13/+72
2020-04-08Mention supported color schemes in help textChristian Göttsche1-1/+1
2020-04-08Remove redundant cast to the same typeChristian Göttsche1-1/+1
2020-04-08Drop never read initializationChristian Göttsche1-1/+1
2020-04-08Declare file local variables staticChristian Göttsche5-6/+6
2020-04-08Avoid using extension of variable length array folded to constant arrayChristian Göttsche1-4/+3
2020-04-08Drop extra ';' outside of a functionChristian Göttsche1-1/+1
2020-04-08Avoid using GNU empty initializer extensionChristian Göttsche1-1/+1
2020-04-08Enforce const correctness on stringsChristian Göttsche6-15/+15
2020-04-08Use strict prototypesChristian Göttsche12-26/+26
2020-04-07Remove trailing whitespacesChristian Göttsche1-1/+1
2020-04-01Also quit on EIO from getch()Yorhel1-1/+1
2020-02-10Year + version bump for 1.14.2v1.14.2Yorhel26-26/+26
2020-02-04deps/khash.h -> khashl.h for slightly reduced memory usageYorhel1-8/+8
2020-01-25Fix definitions of global vars `confirm_quit` and `dir_process`Yorhel4-2/+3
2019-08-17Increase space for item count in loading screenYorhel1-2/+2
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.14Yorhel26-26/+26
2019-01-24symlinks: Only call stat_to_dir() once, impove manualYorhel1-9/+7
2019-01-24Add a '--follow-symlinks' optionSimon Doppler3-0/+12
2019-01-21add a max modified time, or mtime, view and sortingAlex Wilson7-10/+72
2019-01-20Fix crash when attempting to sort an empty directoryYorhel1-1/+2
2018-12-16Add --help flag as alias for -hYorhel1-2/+2
2018-12-01Slightly improve hardlink circular list insertion performanceYorhel1-4/+2
2018-09-03Add -V and --version as alias to -vYorhel1-2/+2