aboutsummaryrefslogtreecommitdiff
path: root/libbb/md5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* #if CONFIG_xxx -> #if ENABLE_xxxvda2006-11-011-11/+3
* whitespace cleanupvda2006-09-171-1/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.rpjday2006-07-101-0/+1
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valueslandley2006-05-291-15/+6
* Make md5 calculation always go through an the buffer so that A) we don'tlandley2006-05-161-87/+42
* - move buffer allocation schemes to libbb.haldot2006-04-031-4/+4
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedlandley2006-02-211-0/+510