Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | |
which were otherwise cluttering the global namespace. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-01-30 | Use proper C99 types throughout. So not use silly typedefs. | Eric Andersen | |
2004-01-29 | Apply a couple of optimizations | Eric Andersen | |
2003-11-20 | Dont over-read fd, use function pointer for hash function. | Glenn L McGrath | |
2003-11-20 | Superficial changes | Glenn L McGrath | |
2003-11-10 | Merge common parts of sha1sum and md5sum, which is everything except the | Glenn L McGrath | |
algorithms. Move algorithms to hash_fd and make them available via a common function. |