log lib/sha1.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:13:13 +0100 Simon Josefsson sha1.c (set_uint32): Mark function as static.
Wed, 30 Jan 2008 13:36:13 +0100 Peter Palfrader sha1: remove the result buffer alignment constraint
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Thu, 11 May 2006 19:50:07 +0000 Jim Meyering sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley.
Thu, 11 May 2006 07:33:27 +0000 Simon Josefsson 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
Thu, 12 Jan 2006 05:40:19 +0000 Paul Eggert Sync from coreutils.
Tue, 10 Jan 2006 21:31:01 +0000 Paul Eggert Sync from coreutils.
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:17:39 +0000 Paul Eggert Remove dependencies on unlocked-io.
Mon, 09 Aug 2004 17:58:46 +0000 Paul Eggert Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.