summaryrefslogtreecommitdiff
path: root/lib/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* 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-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-65/+65
* digests, copy-file: increase the IO buffer size from 4KiB to 32KiBPádraig Brady2009-10-231-3/+11
* 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-5/+5
* Prefer "sizeof v" over the equivalent "4".Jim Meyering2008-01-311-1/+1
* sha1.c (set_uint32): Mark function as static.Simon Josefsson2008-01-311-2/+2
* sha1: remove the result buffer alignment constraintPeter Palfrader2008-01-311-13/+17
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley.Jim Meyering2006-05-111-1/+1
* 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>Simon Josefsson2006-05-111-5/+5
* Sync from coreutils.Paul Eggert2006-01-121-21/+16
* Sync from coreutils.Paul Eggert2006-01-101-2/+2
* Separate sha1 from md5. Use stdint.h in both modules.Simon Josefsson2005-10-171-19/+19
* Merge glibc and coreutils changes into gnulib, plus a fewPaul Eggert2005-09-121-22/+16
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+3
* Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.Paul Eggert2004-08-091-0/+427