summaryrefslogtreecommitdiffstats
path: root/src/shred.c
AgeCommit message (Expand)AuthorLines
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-2/+3
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: fix incorrect spellings etcPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-4/+3
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady-29/+26
2015-10-27all: quote string arguments in error messagesPádraig Brady-23/+27
2015-10-03build: Pacify GCC 5 on 32-bit hostsPaul Eggert-14/+24
2015-10-03build: avoid -Wstrict-overflow warnings with GCC 5.1 on 32 bitPádraig Brady-9/+11
2015-08-31doc: clarify in --help/man where short options take no paramPádraig Brady-1/+2
2015-07-07shred: fix pattern selection for certain iteration countsPádraig Brady-2/+3
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady-2/+4
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-12-19diagnose too-large numbers betterPádraig Brady-22/+7
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-05-10shred: don't infloop upon negative sizeJim Meyering-2/+2
2014-05-10shred: fix overflow checking of command-line optionsPaul Eggert-4/+5
2014-04-05shred: overwrite inode storage used by some file systemsPádraig Brady-52/+66
2014-04-04shred: avoid a data pass on empty filesPádraig Brady-5/+5
2014-04-03shred: shred one block even for empty filesPaul Eggert-1/+4
2014-04-02shred: port to GNU/Linux behavior with tape drivesPaul Eggert-17/+47
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-11-27shred: provide --remove methods to avoid excessive syncingPádraig Brady-10/+39
2013-11-08shred: avoid data write pass with --size=0Pádraig Brady-0/+4
2013-11-08shred: increase I/O block size for periodic pattern casePádraig Brady-1/+1
2013-11-08shred: fix direct I/O failures for last write to filePádraig Brady-11/+10
2013-11-06shred: write larger chunks when possiblePádraig Brady-5/+29
2013-11-05shred: enable direct I/O when possiblePádraig Brady-25/+37
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-07-15build: shred.c: avoid i686-specific gcc -Wstrict-overflow warningJim Meyering-6/+6
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-1/+1
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-09maint: remove a misleading comment from shred.cJim Meyering-11/+0
2011-06-13maint: use stat-size module from gnulibJames Youngman-0/+1
2011-05-26shred: placate coverity and fix a commentJim Meyering-3/+7
2011-05-19maint: correct typos involving misuse of "a" and "an"Jim Meyering-1/+1
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering-2/+2
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-2/+2
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-01maint: shred: remove unnecessary initializationJim Meyering-1/+0
2009-08-25global: convert indentation-TABs to spacesJim Meyering-332/+332
2009-04-07shred,sort,shuf: don't use /dev/urandom by defaultPádraig Brady-1/+1
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady-2/+2