summaryrefslogtreecommitdiffstats
path: root/src/du.c
AgeCommit message (Expand)AuthorLines
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-5/+5
2021-06-26maint: while (1) → while (true)Paul Eggert-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-3/+3
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady-0/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-10-22all: improve parsing of numeric argumentsPaul Eggert-4/+4
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-2/+1
2017-01-09maint: standardize on "timestamp" as per POSIXPaul Eggert-4/+4
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-4/+5
2016-03-17date ls pr: fix time zone abbrs on SysV platformsPaul Eggert-7/+10
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-10/+10
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady-5/+4
2015-10-27all: quote string arguments in error messagesPádraig Brady-1/+1
2015-09-18du: avoid to stat all mount points if possibleBernhard Voelker-35/+39
2015-02-17maint: prefer STREQ_LEN and STRPREFIX over strncmp in all casesBernhard Voelker-3/+3
2015-01-19doc: clarify that du operands are interdependentPádraig Brady-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-12-02du: handle sub-bind-mount cycles gracefullyBoris Ranto-1/+22
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-06-24du: ignore directory cycles due to bind mountsPádraig Brady-8/+4
2014-05-26doc: clarify --zero-terminated optionPádraig Brady-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg-6/+6
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg-3/+3
2013-07-27du: add --inodes optionBernhard Voelker-4/+34
2013-07-22maint: use new gnulib function to free mount entries in duBernhard Voelker-6/+1
2013-06-12doc: clarify the description of du --separate-dirsPádraig Brady-1/+1
2013-01-23doc: fix order of du options in usage and texinfo manualBernhard Voelker-12/+12
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-21du: add -t SIZE, --threshold=SIZE optionJakob Truelsen-3/+31
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-09-30du: avoid abort on systems for which ->me_type is not malloc'dJim Meyering-1/+2
2012-08-21du: handle bind-mounted directory cycles gracefullyOndrej Oprala-10/+60
2012-05-10maint: handle file sizes more reliablyPaul Eggert-4/+8
2012-03-08du: fix -x: don't ignore non-directory argumentsJim Meyering-1/+8
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-4/+4
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-4/+4
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-12-14du: -x should not count files in other file systemsPaul Eggert-0/+3