Age | Commit message (Expand) | Author |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-11-01 | md5sum, sha*sum: improve help for --check related options | Pádraig Brady |
2013-11-01 | maint: simplify printing of md5sum file names | Pádraig Brady |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2012-08-24 | md5sum, sha*sum: add --tag to output a format indicating the algorithm | Ondrej Oprala |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-09-19 | md5sum: clarify what is meant by binary/text flag. | Reuben Thomas |
2011-09-16 | md5sum: handle BSD reversed format checksums | Pádraig Brady |
2011-07-07 | md5sum, sha1sum, etc: accept new option: --strict | Patrick Schoenfeld |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-04-03 | maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert |
2010-10-19 | md5sum: print a summary warning for improperly formatted lines | Benno Schulenberg |
2010-07-22 | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils | Pádraig Brady |
2010-05-31 | maint: make spacing around "=" consistent, even in IF_LINT | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-10-21 | md5sum, sha*sum, sum: line-buffer the printed checksums | Pádraig Brady |
2009-10-07 | md5sum, sha*sum: also accept openssl checksum syntax | Guenter Knauf |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2008-11-10 | avoid warnings about discarding "qualifiers from pointer target type" | Jim Meyering |
2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering |
2008-06-28 | doc: add "..." to Usage, to indicate there may be multiple OPTIONs | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-06-01 | md5sum: new option, --quiet, to suppress OK messages | Erik Auerswald |
2008-05-26 | convert 3-author programs to use proper_name | Jim Meyering |
2008-04-19 | md5sum -c: ignore a line with a NUL byte among checksum hex digits | Jim Meyering |
2008-04-16 | avoid "may be used uninitialized" warning from newer gcc | Jim Meyering |
2008-04-15 | md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault) | Jim Meyering |
2007-08-22 | Don't include "getline.h". | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-06-15 | Don't include "quote.h" when it is not used. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-08-16 | Fix bugs when printing plurals of numbers that are not | Paul Eggert |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-06-24 | * src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions. | Jim Meyering |
2005-10-27 | (main) [!O_BINARY]: Changed default read mode | Jim Meyering |
2005-10-23 | (digest_check, main): Use ptr_align rather than | Jim Meyering |
2005-10-23 | Provide framework for computing sha-2 hashes. | Jim Meyering |