summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-29WIP: Experimenting with a rewrite to Zig & a new data modelYorhel1-195/+0
2020-04-08Enforce const correctness on stringsChristian Göttsche1-4/+4
2020-04-08Use strict prototypesChristian Göttsche1-3/+3
2020-02-10Year + version bump for 1.14.2v1.14.2Yorhel1-1/+1
2019-07-23Handle malloc failure by pausing any activityYorhel1-2/+7
2019-02-04Year + version bump for 1.14v1.14Yorhel1-1/+1
2019-01-21add a max modified time, or mtime, view and sortingAlex Wilson1-1/+1
2018-01-29Year + version bump for 1.13v1.13Yorhel1-1/+1
2018-01-23Display extended information in the info windowYorhel1-0/+3
2018-01-23Add support for optional "extended" information for each file/dir entryYorhel1-0/+13
2018-01-21Add --color option, simple theme support, disable colors by defaultYorhel1-15/+21
2017-07-08Add support for colors and sprinkle some colors aroundYorhel1-3/+47
2016-08-24Year + version bump for 1.12v1.12Yorhel1-1/+1
2014-01-22Copyright year updateYorhel1-1/+1
2013-07-23Add --si flag for base 10 prefixesYorhel1-0/+3
2013-01-13use the locale's thousand seperator, if availableChris West (Faux)1-0/+3
2012-11-22Clip directory sizes to make sure they are positiveYorhel1-3/+6
2012-11-22Clip directory sizes to fit in a signed 64bit integerYorhel1-0/+6
2012-09-06Display "Loading..." instead of "Scanning..." when importing a fileYorhel1-1/+1
2012-08-29Omit "dev" field in export when same as parent dir + "excluded" fixYorhel1-0/+21
2012-08-27Use int instead of long for struct dir->itemsYorhel1-1/+1
2012-08-27Use int64_t instead of off_tYorhel1-3/+3
2012-08-26Split calc.c into separate components (dir_(mem|scan|common).c)Yorhel1-0/+6
2012-01-18Copyright year bumpYorhel1-1/+1
2011-10-31Belated copyright year bumpYorhel1-1/+1
2010-02-27Link hard linked files together with a circular linked listYorhel1-6/+0
2010-02-27Copyright year bumpYorhel1-1/+1
2009-05-12util.h: Typo in function declarationYorhel1-1/+1
2009-05-11Use correct hard link information after partial recalculation or deletionYorhel1-0/+6
2009-04-26Renamed ncdu.h to global.h and #included all other header files into thatYorhel1-1/+1
2009-04-23Removed reliance on PATH_MAX on most placesYorhel1-2/+3
2009-04-19freedir() shouldn't need to return anythingYorhel1-1/+1
2009-04-18Got rid of SF_SIYorhel1-1/+1
2009-04-11Header file cleanupYorhel1-0/+1
2009-04-11Rewrote util.h to the new styleYorhel1-0/+80