summaryrefslogtreecommitdiffstats
path: root/src/md5sum.c
AgeCommit message (Expand)AuthorLines
2016-11-22b2sum: a new checksum utility with md5sum like interfacePádraig Brady-14/+170
2016-10-26md5sum,sha*sum: fix --ignore-missing with checksums starting with 00Pádraig Brady-8/+12
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-3/+4
2016-06-23maint: work even if argc == INT_MAXPaul Eggert-3/+4
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-23md5sum,sha*sum: ensure --ignore-missing fails when no file verifiedPádraig Brady-4/+12
2015-11-23md5sum,sha*sum: add --ignore-missing for checking a subset of filesLuther Thompson-2/+32
2015-11-04all: avoid quoting file names when possiblePádraig Brady-10/+9
2015-11-04md5sum: ensure a single status line per filePádraig Brady-34/+49
2015-10-27md5sum: quote all printed file namesPádraig Brady-14/+13
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady-2/+5
2015-01-29doc: clarify the output format for the *sum utilitiesPádraig Brady-3/+3
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-11-01md5sum, sha*sum: improve help for --check related optionsPádraig Brady-4/+2
2013-11-01maint: simplify printing of md5sum file namesPádraig Brady-7/+22
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-08-24md5sum, sha*sum: add --tag to output a format indicating the algorithmOndrej Oprala-78/+142
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-4/+4
2012-01-09maint: convert `...' to '...' in --help outputJim 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-09-19md5sum: clarify what is meant by binary/text flag.Reuben Thomas-2/+2
2011-09-16md5sum: handle BSD reversed format checksumsPádraig Brady-4/+22
2011-07-07md5sum, sha1sum, etc: accept new option: --strictPatrick Schoenfeld-2/+25
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering-1/+1
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-19/+23
2010-10-19md5sum: print a summary warning for improperly formatted linesBenno Schulenberg-17/+19
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady-0/+3
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering-2/+2
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-10-21md5sum, sha*sum, sum: line-buffer the printed checksumsPádraig Brady-2/+4
2009-10-07md5sum, sha*sum: also accept openssl checksum syntaxGuenter Knauf-5/+6
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-3/+3
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-223/+223
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-1/+1
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering-1/+1
2008-11-10use xfreopen in place of unchecked freopenJim Meyering-1/+2
2008-06-28doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim Meyering-1/+1
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-06-02declare program_name consistentlyJim Meyering-1/+1
2008-06-01md5sum: new option, --quiet, to suppress OK messagesErik Auerswald-4/+26