| Commit message (Expand) | Author | Age | Files | Lines |
* | sha3sum: new applet | Lauri Kasanen | 2013-01-14 | 1 | -0/+17 |
* | whitespace fixes. no code changes | Denys Vlasenko | 2013-01-14 | 1 | -1/+1 |
* | md5/shaNsum: make -c support a list of files | Lauri Kasanen | 2011-07-04 | 1 | -68/+58 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -4/+0 |
* | md5/sha1sum: better fix for small resource leak | Denys Vlasenko | 2011-04-16 | 1 | -14/+11 |
* | md5/sha1sum: fix small resource leak | Alexey Fomenko | 2011-04-16 | 1 | -0/+3 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+58 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -3/+3 |
* | md5/sha1sum: code shrink | Denys Vlasenko | 2010-10-24 | 1 | -20/+21 |
* | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko | 2010-10-16 | 1 | -3/+3 |
* | Marked some more applets NOEXEC/NOFORK | Dan Fandrich | 2010-10-01 | 1 | -0/+2 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | shaNNNsum: accept and ignore -b and -t | Denys Vlasenko | 2010-02-07 | 1 | -2/+4 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
* | sha256,sha512: new applets. +4.9kb | Denis Vlasenko | 2008-11-10 | 1 | -9/+26 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | fix FAST_FUNC fallout | Denis Vlasenko | 2008-06-28 | 1 | -6/+6 |
* | fix warnings about pointer signedness | Denis Vlasenko | 2008-05-09 | 1 | -1/+1 |
* | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | 2008-03-26 | 1 | -1/+1 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 1 | -23/+14 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) | Denis Vlasenko | 2007-07-05 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -2/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | random small size optimizations | Denis Vlasenko | 2007-01-12 | 1 | -5/+3 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -2/+2 |
* | md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". | Denis Vlasenko | 2006-11-23 | 1 | -20/+24 |
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | Denis Vlasenko | 2006-09-28 | 1 | -11/+9 |
* | Teach md5sum and sha1sum to work the way other applets do so I don't have to | Rob Landley | 2006-08-06 | 1 | -16/+6 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -9/+1 |
* | Patch from Shaun Jackman, set optind by hand if we don't call getopt. | Rob Landley | 2006-07-26 | 1 | -0/+1 |
* | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley | 2006-05-16 | 1 | -1/+1 |
* | - typo in error-message: s/algotithm/algorithm | Bernhard Reutner-Fischer | 2006-05-10 | 1 | -16/+16 |
* | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley | 2006-02-21 | 1 | -24/+53 |
* | Eliminate unnecessary allocation from md5sum that was leaked without ever bei... | Rob Landley | 2005-12-15 | 1 | -9/+0 |
* | - Matthias Wenzel writes: | Bernhard Reutner-Fischer | 2005-10-27 | 1 | -15/+5 |
* | tweak signed/unsigned char usage to avoid mismatches | Mike Frysinger | 2005-06-24 | 1 | -4/+4 |
* | On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: | Rob Landley | 2005-04-30 | 1 | -26/+13 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -1/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Return 1 upon failure | Glenn L McGrath | 2004-02-22 | 1 | -1/+2 |
* | Fix up the -s option, and make usage consitent with behaviour, | Glenn L McGrath | 2003-11-20 | 1 | -7/+6 |