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