aboutsummaryrefslogtreecommitdiff
path: root/libbb/md5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko2009-03-121-10/+9
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-111-279/+263
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* whitespace fixesDenis Vlasenko2008-03-281-17/+13
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* #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