fix license quoting in files.yaml
[gnulib.git] / lib / md5.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-02-02 Ian BeckwithMerge change up to right before new-year copyright...
2014-01-01 Eric Blakemaint: update copyright
2013-12-03 Pádraig Bradymd5, sha1, sha256, sha512: use openssl routines if...
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-11-30 Paul Eggertarctwo, md4, md5, sha1, sha256, sha512: no 'static...
2012-05-18 Paul Eggertcrypto: fix bug in large buffer handling
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-10-27 Paul Eggertcrypto libraries: use stdalign
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-11-15 Ian BeckwithMerge branch 'stable'
2009-10-23 Pádraig Bradydigests, copy-file: increase the IO buffer size from...
2008-03-15 Jim MeyeringUndo last change.
2008-03-15 Jim Meyeringsha1.c, md5.c: Hoist a redundant expression.
2008-01-31 Bruno HaibleMark set_uint32 function as 'inline'.
2008-01-31 Jim MeyeringUse "sizeof VAR", rather than a literal "4".
2008-01-31 Jim MeyeringPrefer "sizeof v" over the equivalent "4".
2008-01-31 Simon Josefssonmd5: adapt alignment constraint fix from sha1.
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-01-12 Paul EggertSync from coreutils.
2005-10-28 Simon Josefsson* md5.h, md5.c: Simplify buffer handling visavi alignment,
2005-10-17 Simon JosefssonSeparate sha1 from md5. Use stdint.h in both modules.
2005-09-12 Paul EggertMerge glibc and coreutils changes into gnulib, plus...
2005-05-14 Paul Eggert*** empty log message ***
2004-10-04 Simon Josefssonerror.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO'...
2004-10-04 Paul EggertRemove dependencies on unlocked-io.
2004-08-07 Paul EggertMerge from coreutils.
2003-09-09 Paul EggertRemove K&R cruft.
2003-08-14 Paul EggertMerge from coreutils.
2001-11-17 Jim MeyeringInclude unlocked-io.h.
2000-10-22 Jim Meyering(md5_process_block) [OP]: Use `rol', not CYCLIC.
2000-08-07 Jim Meyeringback out Copyright date changes for files with no chang...
2000-07-09 Jim Meyeringupdate copyright date
1996-11-02 Jim Meyeringupdate copyright
1996-10-24 Jim MeyeringUpdate from GNU libc.
1996-10-20 Jim Meyering(md5_process_bytes): Cast void* pointer to char* before TEXTUTILS-1_19o
1996-10-20 Jim MeyeringUpdate from GNU libc.
1996-10-11 Jim Meyering(md5_stream): Apply fix from Ralph Loader
1996-07-15 Jim Meyeringupdate FSF address in copyright and remove any trailing...
1995-07-30 Jim Meyering[memcpy]: Define to bcopy if needed.
1995-07-21 Jim Meyering(md5_stream): Check for read failure and return
1995-07-20 Jim Meyering.