| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | -418/+0 | |
| 2006-07-04 | Sync from gnulib. | Paul Eggert | -5/+5 | |
| 2006-05-11 | (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley. | Jim Meyering | -1/+1 | |
| 2006-01-12 | Fix commentary to match md5 better. Adjust to .h file changes. | Paul Eggert | -21/+16 | |
| 2006-01-10 | Sync from gnulib. | Paul Eggert | -19/+19 | |
| 2005-11-19 | tweak grammar in a comment | Jim Meyering | -2/+2 | |
| 2005-09-13 | (SWAP): Renamed from NOTSWAP, to avoid a horrible misnaming. | Paul Eggert | -19/+14 | |
| All uses changed. Remove the old SWAP. Remove obvious comment about BLOCKSIZE. (rol): New macro, moved here from md5.h. (sha1_process_block): Remove an incoherent FIXME comment. | ||||
| 2005-08-27 | Use `#error' rather than a string literal to provoke failure. | Jim Meyering | -3/+2 | |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 | |
| 2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | -1/+3 | |
| 2004-08-09 | Finish renaming sha -> sha1. | Paul Eggert | -26/+26 | |
| 2004-08-02 | (UNALIGNED_P): Use size_t; in practice, this is just as | Paul Eggert | -5/+1 | |
| good as uintptr_t in checking for alignments, and has fewer configuration hassles. | ||||
| 2004-07-28 | Don't include <sys/types.h> or <stdlib.h>; <stddef.h> | Paul Eggert | -9/+6 | |
| suffices with C89 or better. (alignof): New macro, portable to all C89 hosts. (UNALIGNED): Use it. Use uintptr_t if available, and assume everything is unaligned otherwise; this is more portable than assuming 'unsigned long int' will always work. | ||||
| 2003-12-02 | File renamed from sha.c. | Jim Meyering | -0/+434 | |
| Include sha1.h, not sha.h. | ||||
