summaryrefslogtreecommitdiff
path: root/lib/md5.c
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* md5, sha1, sha256, sha512: use openssl routines if availablePádraig Brady2013-12-031-0/+7
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'Paul Eggert2012-11-291-1/+1
* crypto: fix bug in large buffer handlingPaul Eggert2012-05-181-3/+3
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* crypto libraries: use stdalignPaul Eggert2011-10-271-3/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-68/+68
* digests, copy-file: increase the IO buffer size from 4KiB to 32KiBPádraig Brady2009-10-231-3/+10
* Undo last change.Jim Meyering2008-03-151-2/+2
* sha1.c, md5.c: Hoist a redundant expression.Jim Meyering2008-03-151-2/+2
* Mark set_uint32 function as 'inline'.Bruno Haible2008-01-311-1/+1
* Use "sizeof VAR", rather than a literal "4".Jim Meyering2008-01-311-4/+4
* Prefer "sizeof v" over the equivalent "4".Jim Meyering2008-01-311-1/+1
* md5: adapt alignment constraint fix from sha1.Simon Josefsson2008-01-311-13/+17
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* Sync from coreutils.Paul Eggert2006-01-121-12/+6
* * md5.h, md5.c: Simplify buffer handling visavi alignment,Simon Josefsson2005-10-281-69/+68
* Separate sha1 from md5. Use stdint.h in both modules.Simon Josefsson2005-10-171-27/+35
* Merge glibc and coreutils changes into gnulib, plus a fewPaul Eggert2005-09-121-7/+12
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead ofSimon Josefsson2004-10-041-1/+1
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+3
* Merge from coreutils.Paul Eggert2004-08-071-11/+4
* Remove K&R cruft.Paul Eggert2003-09-091-24/+9
* Merge from coreutils.Paul Eggert2003-08-141-31/+81
* Include unlocked-io.h.Jim Meyering2001-11-171-1/+2
* (md5_process_block) [OP]: Use `rol', not CYCLIC.Jim Meyering2000-10-221-7/+4
* back out Copyright date changes for files with no changes yearJim Meyering2000-08-071-1/+1
* update copyright dateJim Meyering2000-07-091-1/+1
* update copyrightJim Meyering1996-11-021-12/+12
* Update from GNU libc.Jim Meyering1996-10-241-19/+25
* (md5_process_bytes): Cast void* pointer to char* beforeTEXTUTILS-1_19oJim Meyering1996-10-201-2/+2
* Update from GNU libc.Jim Meyering1996-10-201-66/+113
* (md5_stream): Apply fix from Ralph LoaderJim Meyering1996-10-111-1/+1
* update FSF address in copyright and remove any trailing blanksJim Meyering1996-07-151-2/+2
* [memcpy]: Define to bcopy if needed.Jim Meyering1995-07-301-2/+11
* (md5_stream): Check for read failure and returnJim Meyering1995-07-211-3/+7
* .Jim Meyering1995-07-201-0/+353