summaryrefslogtreecommitdiff
path: root/src/global.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-29WIP: Experimenting with a rewrite to Zig & a new data modelYorhel1-132/+0
2020-05-13Support excluding firmlinks on macOSSaagar Jha1-0/+3
2020-05-07Typo: exlude → excludeSaagar Jha1-1/+1
2020-04-08Add option --exclude-kernfs to skip scanning Linux pseudo filesystemsChristian Göttsche1-9/+10
2020-04-08Use strict prototypesChristian Göttsche1-1/+1
2020-02-10Year + version bump for 1.14.2v1.14.2Yorhel1-1/+1
2019-07-23Handle malloc failure by pausing any activityYorhel1-0/+3
2019-02-04Year + version bump for 1.14v1.14Yorhel1-1/+1
2019-01-24Add a '--follow-symlinks' optionSimon Doppler1-0/+2
2018-03-29Spelling fixes: "occured" + "an other"Yorhel1-1/+1
2018-01-29Year + version bump for 1.13v1.13Yorhel1-1/+1
2018-01-23Import/export extended informationYorhel1-1/+1
2018-01-23Add -e flag to enable extended information modeYorhel1-0/+2
2018-01-23Add support for optional "extended" information for each file/dir entryYorhel1-3/+12
2017-08-17Use C99 flexible array member for struct dirYorhel1-1/+1
2017-01-06Add -rr option to disable shell spawningYorhel1-1/+1
2016-08-24Year + version bump for 1.12v1.12Yorhel1-1/+1
2015-09-20implement confirmation switchMax Klinger1-0/+2
2015-09-19Confirm quit action with a cancellable dialog.piyo1-0/+2
2014-12-14Minor fixes to new shell featureYorhel1-0/+1
2014-12-14Add ability to spawn shellThomas Jarosch1-0/+1
2014-01-22Copyright year updateYorhel1-1/+1
2013-04-10Add CACHEDIR.TAG support.Petr Pudlak1-0/+2
2012-11-22Clip directory sizes to fit in a signed 64bit integerYorhel1-0/+1
2012-08-28Get rid of padding in dir struct + use offsetof() to calc needed sizeYorhel1-3/+4
2012-08-27Fixing some whitespace issuesYorhel1-5/+5
2012-08-27Use uint64_t instead of dev_t as well + added comment explaining thisYorhel1-9/+11
2012-08-27Use uint64_t instead of ino_tYorhel1-1/+1
2012-08-27Use int instead of long for struct dir->itemsYorhel1-1/+1
2012-08-27Use int64_t instead of off_tYorhel1-1/+8
2012-08-26Split calc.c into separate components (dir_(mem|scan|common).c)Yorhel1-6/+6
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Belated copyright year bumpYorhel1-1/+1
2011-09-09read-only flagRodolfo Borges1-0/+2
2010-04-28Store the name of the item in the dir struct itselfYorhel1-3/+11
2010-04-27Changed directory listings to a doubly linked listYorhel1-1/+1
2010-03-07Abstracted dir list handling from browser.c into dirlist.cYorhel1-0/+1
2010-02-28Only count the size of each hard link once for each directoryYorhel1-1/+3
2010-02-27Link hard linked files together with a circular linked listYorhel1-5/+4
2010-02-27Copyright year bumpYorhel1-1/+1
2009-05-12Removed the ST_QUIT stateYorhel1-1/+0
2009-05-11Use correct hard link information after partial recalculation or deletionYorhel1-2/+6
2009-05-05Added hard link indicator in browser and help windowYorhel1-1/+2
2009-04-26Removed last occurence of PATH_MAXYorhel1-19/+0
2009-04-26Renamed ncdu.h to global.h and #included all other header files into thatYorhel1-0/+96