Age | Commit message (Expand) | Author |
2010-10-17 | md5: fix biuld failure on big-endian machines | Denys Vlasenko |
2010-10-17 | md5: code shrink -5 bytes | Denys Vlasenko |
2010-10-17 | bring md5 and sha1 names closer. no code changes | Denys Vlasenko |
2010-10-17 | md5: code shrink | Denys Vlasenko |
2010-10-16 | shaN: small code shrink | Denys Vlasenko |
2010-10-16 | md5: fix "fast" md5 broken by prev commit | Denys Vlasenko |
2010-10-16 | md5: code shrink; and use 64-byte temp buf, not 128-byte. | Denys Vlasenko |
2010-10-16 | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko |
2010-10-16 | libbb/md5: code shrink | Denys Vlasenko |
2010-10-15 | libbb/md5: small code shrink | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-02-08 | libbb/md5.c: remove wrong comment | Denys Vlasenko |
2009-03-12 | shrink sha hashing a bit more (remove wbuflen field from ctx), | Denis Vlasenko |
2008-11-11 | libbb: disable a second md5 implementation which managed to creep in :) | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-03-28 | whitespace fixes | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2006-11-01 | #if CONFIG_xxx -> #if ENABLE_xxx | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-07-10 | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | "Robert P. J. Day" |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-05-29 | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | Rob Landley |
2006-05-16 | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley |
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer |
2006-02-21 | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley |