index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
md5.c
Age
Commit message (
Expand
)
Author
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