log lib/md5.c @ 37245:135e82dafbea

age author description
Sat, 30 Nov 2013 05:19:32 +0000 Pádraig Brady md5, sha1, sha256, sha512: use openssl routines if available
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:08 -0800 Paul Eggert arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
Fri, 18 May 2012 13:10:42 -0700 Paul Eggert crypto: fix bug in large buffer handling
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sun, 16 Oct 2011 17:17:47 -0700 Paul Eggert crypto libraries: use stdalign
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Thu, 22 Oct 2009 17:36:28 +0100 Pádraig Brady digests, copy-file: increase the IO buffer size from 4KiB to 32KiB
Sat, 15 Mar 2008 16:06:44 +0100 Jim Meyering Undo last change.
Sat, 15 Mar 2008 15:24:39 +0100 Jim Meyering sha1.c, md5.c: Hoist a redundant expression.
Thu, 31 Jan 2008 23:37:55 +0100 Bruno Haible Mark set_uint32 function as 'inline'.
Thu, 31 Jan 2008 14:32:19 +0100 Jim Meyering Use "sizeof VAR", rather than a literal "4".
Thu, 31 Jan 2008 13:04:07 +0100 Jim Meyering Prefer "sizeof v" over the equivalent "4".
Thu, 31 Jan 2008 11:05:46 +0100 Simon Josefsson md5: adapt alignment constraint fix from sha1.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Thu, 12 Jan 2006 05:40:19 +0000 Paul Eggert Sync from coreutils.
Fri, 28 Oct 2005 12:15:56 +0000 Simon Josefsson * md5.h, md5.c: Simplify buffer handling visavi alignment,
Mon, 17 Oct 2005 12:55:00 +0000 Simon Josefsson Separate sha1 from md5. Use stdint.h in both modules.
Mon, 12 Sep 2005 22:05:15 +0000 Paul Eggert Merge glibc and coreutils changes into gnulib, plus a few
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Mon, 04 Oct 2004 20:30:46 +0000 Simon Josefsson error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
Mon, 04 Oct 2004 20:17:39 +0000 Paul Eggert Remove dependencies on unlocked-io.
Sat, 07 Aug 2004 00:09:38 +0000 Paul Eggert Merge from coreutils.
Tue, 09 Sep 2003 23:31:14 +0000 Paul Eggert Remove K&R cruft.
Thu, 14 Aug 2003 23:12:50 +0000 Paul Eggert Merge from coreutils.
Sat, 17 Nov 2001 13:29:42 +0000 Jim Meyering Include unlocked-io.h.
Sun, 22 Oct 2000 21:09:43 +0000 Jim Meyering (md5_process_block) [OP]: Use `rol', not CYCLIC.
Mon, 07 Aug 2000 15:48:18 +0000 Jim Meyering back out Copyright date changes for files with no changes year
Sun, 09 Jul 2000 07:22:43 +0000 Jim Meyering update copyright date
Sat, 02 Nov 1996 05:59:20 +0000 Jim Meyering update copyright
Thu, 24 Oct 1996 03:02:57 +0000 Jim Meyering Update from GNU libc.
Sun, 20 Oct 1996 18:44:39 +0000 Jim Meyering (md5_process_bytes): Cast void* pointer to char* before
Sun, 20 Oct 1996 04:14:25 +0000 Jim Meyering Update from GNU libc.
Fri, 11 Oct 1996 04:43:40 +0000 Jim Meyering (md5_stream): Apply fix from Ralph Loader
Mon, 15 Jul 1996 02:41:49 +0000 Jim Meyering update FSF address in copyright and remove any trailing blanks
Sun, 30 Jul 1995 05:12:30 +0000 Jim Meyering [memcpy]: Define to bcopy if needed.
Fri, 21 Jul 1995 04:46:50 +0000 Jim Meyering (md5_stream): Check for read failure and return
Thu, 20 Jul 1995 17:52:49 +0000 Jim Meyering .