Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-28 | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | Denis Vlasenko | |
(time to sleep, 02:28 in the morning)... | |||
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-05 | Migrate endianness macros. | Rob Landley | |
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | |
- include the correct headers: applets need busybox.h while lib* need libbb.h | |||
2006-03-28 | just whitespace fixes | Mike Frysinger | |
2006-02-21 | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley | |
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).) |