| Age | Commit message (Expand) | Author | Lines |
| 2013-11-27 | shred: provide --remove methods to avoid excessive syncing | Pádraig Brady | -10/+39 |
| 2013-11-08 | shred: avoid data write pass with --size=0 | Pádraig Brady | -0/+4 |
| 2013-11-08 | shred: increase I/O block size for periodic pattern case | Pádraig Brady | -1/+1 |
| 2013-11-08 | shred: fix direct I/O failures for last write to file | Pádraig Brady | -11/+10 |
| 2013-11-06 | shred: write larger chunks when possible | Pádraig Brady | -5/+29 |
| 2013-11-05 | shred: enable direct I/O when possible | Pádraig Brady | -25/+37 |
| 2013-01-23 | maint: define usage note about mandatory args centrally | Bernhard Voelker | -4/+3 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2012-07-15 | build: shred.c: avoid i686-specific gcc -Wstrict-overflow warning | Jim Meyering | -6/+6 |
| 2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -1/+1 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-12-09 | maint: remove a misleading comment from shred.c | Jim Meyering | -11/+0 |
| 2011-06-13 | maint: use stat-size module from gnulib | James Youngman | -0/+1 |
| 2011-05-26 | shred: placate coverity and fix a comment | Jim Meyering | -3/+7 |
| 2011-05-19 | maint: correct typos involving misuse of "a" and "an" | Jim Meyering | -1/+1 |
| 2011-05-08 | maint: remove -Wmissing-field-initializers workarounds | Pádraig Brady | -1/+1 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering | -2/+2 |
| 2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering | -2/+2 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |
| 2009-09-01 | maint: shred: remove unnecessary initialization | Jim Meyering | -1/+0 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -332/+332 |
| 2009-04-07 | shred,sort,shuf: don't use /dev/urandom by default | Pádraig Brady | -1/+1 |
| 2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady | -2/+2 |
| 2009-01-22 | shred: change default number of overwrites from 25 to 3 | Pádraig Brady | -1/+1 |
| 2009-01-16 | shred: avoid -Wsign-compare warnings | Pádraig Brady | -3/+3 |
| 2008-12-01 | avoid warnings about initialization of automatic aggregates | Jim Meyering | -1/+1 |
| 2008-09-19 | shred --help: lowercase a stray capital | Benno Schulenberg | -1/+1 |
| 2008-08-04 | doc: correct and normalize --help output of several tools | Benno Schulenberg | -1/+1 |
| 2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering | -1/+0 |
| 2008-06-26 | shred: also ignore EISDIR upon failed fsync/fdatasync on HP-UX | Jim Meyering | -2/+13 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -1/+1 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |
| 2008-05-26 | adjust copyright dates | Jim Meyering | -1/+1 |
| 2008-05-26 | convert single-author programs to use proper_name | Jim Meyering | -1/+1 |
| 2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering | -1/+0 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -5/+4 |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | -1/+1 |
| 2007-06-15 | Don't include "quote.h" when it is not used. | Jim Meyering | -2/+1 |
| 2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | -1/+1 |
| 2006-11-27 | Improve the check for departures from C89, and fix the departures | Paul Eggert | -0/+4 |
| 2006-10-10 | * src/ls.c (quote_name): Use initializer rather than memset to | Paul Eggert | -3/+1 |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -1/+0 |
| 2006-08-26 | Include <config.h> unconditionally, since we now assume config.h exists. | Paul Eggert | -3/+1 |
| 2006-08-25 | Fix typo in previous checkin; a "&" went missing. | Paul Eggert | -1/+1 |
| 2006-08-25 | Rewrite to avoid some unnecessary casts, macros, literals. | Paul Eggert | -39/+49 |