summaryrefslogtreecommitdiffstats
path: root/src/du.c
AgeCommit message (Expand)AuthorLines
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
2011-06-13maint: use stat-size module from gnulibJames Youngman-0/+1
2011-06-09maint: remove unneeded includesPádraig Brady-1/+0
2011-03-03du: don't infloop for --files0-from=DIRJim Meyering-7/+8
2011-01-10du: don't abort when a subdir is renamed during traversalJim Meyering-4/+11
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-2/+4
2010-10-23du: don't print junk when diagnosing out-of-range time stampsPaul Eggert-2/+3
2010-07-24du: tune, and fix some -L bugs with dangling or cyclic symlinksPaul R. Eggert-69/+75
2010-07-09chcon, chmod, chown, du: don't translate "%s"Paul Eggert-1/+1
2010-07-06du: Hash with a mechanism that's simpler and takes less memory.Paul Eggert-14/+7
2010-07-04du: increase the initial dev-inode set sizeJim Meyering-1/+1
2010-07-04du: use less than half as much memory when tracking hard linksJim Meyering-63/+10
2010-07-03du: don't miscount duplicate directories or link-count-1 filesPaul Eggert-2/+13
2010-06-29doc: df, du, ls: improve --blocksize description in --helpJim Meyering-1/+3
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-1/+1
2010-05-19du: recognize -d N as equivalent to --max-depth=NJon Ringuette-8/+7
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-11-07build: consistently use freopen-saferEric Blake-1/+1
2009-11-07maint: make du's cycle-detection code consistentJim Meyering-11/+6
2009-11-05du: cleanup: remove dead-code vestige of already-removed optionJim Meyering-5/+0
2009-11-05du now diagnoses cycles, rather than ignoring themJim Meyering-5/+18
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík-4/+2
2009-09-01chcon, chmod, chgrp, chown, du: report fts_close failurePádraig Brady-1/+4
2009-09-01chcon, chmod, chgrp, chown, du: do not ignore fts_close failureJim Meyering-4/+2
2009-09-01maint: du: remove unnecessary initializationJim Meyering-1/+0
2009-08-25global: convert indentation-TABs to spacesJim Meyering-309/+309
2009-02-13du,chgrp,chmod,chown: use FTS_DEFER_STATJim Meyering-2/+2
2008-12-16du: -H now does what POSIX requiresJim Meyering-9/+4