summaryrefslogtreecommitdiffstats
path: root/src/shred.c
AgeCommit message (Expand)AuthorLines
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
2009-01-22shred: change default number of overwrites from 25 to 3Pádraig Brady-1/+1
2009-01-16shred: avoid -Wsign-compare warningsPádraig Brady-3/+3
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering-1/+1
2008-09-19shred --help: lowercase a stray capitalBenno Schulenberg-1/+1
2008-08-04doc: correct and normalize --help output of several toolsBenno Schulenberg-1/+1
2008-06-27factor out time_t-to-string conversion idiomJim Meyering-1/+0
2008-06-26shred: also ignore EISDIR upon failed fsync/fdatasync on HP-UXJim Meyering-2/+13
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-05-26adjust copyright datesJim Meyering-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering-1/+1
2007-12-04Reflect change in gnulib: don't include getpagesize.h,Jim Meyering-1/+0
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering-2/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert-0/+4
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert-3/+1
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert-1/+0
2006-08-26Include <config.h> unconditionally, since we now assume config.h exists.Paul Eggert-3/+1
2006-08-25Fix typo in previous checkin; a "&" went missing.Paul Eggert-1/+1
2006-08-25Rewrite to avoid some unnecessary casts, macros, literals.Paul Eggert-39/+49