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