| Age | Commit message (Expand) | Author | Lines |
| 2006-08-13 | * src/shred.c (usage): Don't indent the second line of an item. | Jim Meyering | -3/+3 |
| 2006-08-08 | Use new random-number interface rather than rand-isaac.c. | Paul Eggert | -105/+53 |
| 2006-04-19 | (fillrand): The assertion was way too weak, due to | Paul Eggert | -12/+7 |
| 2006-03-26 | (wipename): Use new last_component, in place of base_name. | Jim Meyering | -2/+2 |
| 2005-12-27 | (wipename): Use similar open flags to other places we open directories. | Paul Eggert | -3/+1 |
| 2005-12-12 | (struct irand_state, irand_init, irand32, irand_mod): Moved back here, | Paul Eggert | -0/+60 |
| 2005-12-12 | Include rand-isaac.c rather than rand-isaac.h. | Paul Eggert | -7/+6 |
| 2005-12-10 | Don't include gethrxtime.h. No longer needed. | Jim Meyering | -1/+0 |
| 2005-12-10 | Include rand-isaac.h. Move ISAAC code to rand-isaac.c. | Paul Eggert | -385/+7 |
| 2005-09-24 | Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnu... | Jim Meyering | -1/+1 |
| 2005-07-11 | (wipefile): Always use binary mode. Clearly this | Paul Eggert | -2/+2 |
| 2005-07-03 | Include fcntl--.h, not unistd-safer.h. | Paul Eggert | -3/+1 |
| 2005-06-19 | (usage): Use `file system', not `filesystem'. | Jim Meyering | -2/+2 |
| 2005-06-17 | (usage): Clarify that shred works on an ext3 file | Jim Meyering | -1/+9 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-04-11 | Include unistd-safer.h. | Paul Eggert | -26/+7 |
| 2005-04-09 | Remove all uses of signals; modern hosts have | Paul Eggert | -78/+0 |
| 2005-03-06 | Remove register keyword. | Jim Meyering | -3/+3 |
| 2005-02-21 | Include gethrxtime.h. | Paul Eggert | -17/+2 |
| 2005-01-15 | (isaac_seed) [HAVE_GETHRTIME]: #if-0 this block, | Jim Meyering | -1/+4 |
| 2005-01-15 | (isaac_seed) [HAVE_GETHRTIME]: Don't call ISAAC_SEED | Jim Meyering | -11/+5 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -3/+0 |
| 2004-08-10 | (usage): "-" is an operand, not an option. | Paul Eggert | -1/+2 |
| 2004-08-09 | (wipename): Work even if the directory is writeable | Paul Eggert | -1/+4 |
| 2004-08-03 | (struct Options, main): Use bool for booleans. | Paul Eggert | -26/+27 |
| 2004-08-02 | (UINT_MAX_32_BITS): Remove. | Paul Eggert | -58/+35 |
| 2004-06-30 | (usage, main): Output "file system" rather than "filesystem". | Jim Meyering | -10/+10 |
| 2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | -1/+1 |
| 2004-06-08 | (direct_mode): Turn it on/off with directio, too. | Jim Meyering | -2/+2 |
| 2004-06-07 | Enable direct-mode I/O (bypassing the buffer cache), if possible. | Jim Meyering | -1/+43 |
| 2004-06-04 | (dopass): Don't subtract 1 from the offset after | Jim Meyering | -1/+2 |
| 2004-05-30 | (dosync): Ignore EBADF errors, as IRIX 6.5 | Jim Meyering | -7/+8 |
| 2004-05-20 | Use translatable diagnostics, e.g. | Jim Meyering | -9/+9 |
| 2004-05-18 | (names): Bring back lower-case letters, "_", and | Jim Meyering | -2/+3 |
| 2004-05-17 | (incname): Decrement `len' only once per loop iteration. | Jim Meyering | -1/+1 |
| 2004-05-16 | In shred, check for errors from fdatasync more carefully. If | Jim Meyering | -112/+147 |
| 2004-05-06 | (do_wipefd): Use xnmalloc, rather than xmalloc. | Jim Meyering | -1/+1 |
| 2004-04-20 | (sigill_handler, isaac_seed_machdep): Use void, not (obsolete) RETSIGTYPE. | Jim Meyering | -2/+2 |
| 2004-04-19 | (isaac_seed_start) [AVOID_USED_UNINITIALIZED_WARNINGS]: | Jim Meyering | -1/+8 |
| 2004-04-15 | Include getpagesize.h. | Jim Meyering | -8/+10 |
| 2004-04-08 | (O_NOCTTY): Remove redundant decl. | Jim Meyering | -4/+0 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -3/+3 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -2/+2 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -2/+2 |
| 2003-07-23 | Don't include headers already included by system.h: | Jim Meyering | -1/+0 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2003-03-08 | Before, when using shred on a device, one had to specify --exact, | Jim Meyering | -2/+4 |
| 2003-01-13 | (long_opts): --zero does not require an argument. | Jim Meyering | -1/+1 |
| 2003-01-10 | Don't include xalloc.h. | Jim Meyering | -1/+0 |