summaryrefslogtreecommitdiff
path: root/src/shred.c
AgeCommit message (Expand)Author
2017-01-14maint: modernize URLsPaul Eggert
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-14maint: fix incorrect spellings etcPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-10-03build: Pacify GCC 5 on 32-bit hostsPaul Eggert
2015-10-03build: avoid -Wstrict-overflow warnings with GCC 5.1 on 32 bitPádraig Brady
2015-08-31doc: clarify in --help/man where short options take no paramPádraig Brady
2015-07-07shred: fix pattern selection for certain iteration countsPádraig Brady
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-05-10shred: don't infloop upon negative sizeJim Meyering
2014-05-10shred: fix overflow checking of command-line optionsPaul Eggert
2014-04-05shred: overwrite inode storage used by some file systemsPádraig Brady
2014-04-04shred: avoid a data pass on empty filesPádraig Brady
2014-04-03shred: shred one block even for empty filesPaul Eggert
2014-04-02shred: port to GNU/Linux behavior with tape drivesPaul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-11-27shred: provide --remove methods to avoid excessive syncingPádraig Brady
2013-11-08shred: avoid data write pass with --size=0Pádraig Brady
2013-11-08shred: increase I/O block size for periodic pattern casePádraig Brady
2013-11-08shred: fix direct I/O failures for last write to filePádraig Brady
2013-11-06shred: write larger chunks when possiblePádraig Brady
2013-11-05shred: enable direct I/O when possiblePádraig Brady
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-07-15build: shred.c: avoid i686-specific gcc -Wstrict-overflow warningJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-12-09maint: remove a misleading comment from shred.cJim Meyering
2011-06-13maint: use stat-size module from gnulibJames Youngman
2011-05-26shred: placate coverity and fix a commentJim Meyering
2011-05-19maint: correct typos involving misuse of "a" and "an"Jim Meyering
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-01maint: shred: remove unnecessary initializationJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering