Age | Commit message (Expand) | Author |
2018-03-08 | md5sum: use config help text similar to other "sum" tools | Denys Vlasenko |
2017-10-05 | whitespace and comment format fixes, no code changes | Denys Vlasenko |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-01-24 | tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2016-08-29 | sha3sum: fix config text (it's no longer only 512-bit) | Denys Vlasenko |
2016-08-29 | sha3: fix to conform to final SHA3 padding standard, add -a BITS option | Denys Vlasenko |
2016-07-11 | {md5,shaN}sum: make -c EMPTY fail | Denys Vlasenko |
2013-07-04 | foo*sum: Correct syntax error | Cristian Ionescu-Idbohrn |
2013-07-02 | foo*sum: report I/O errors, don't merely exit with 1. | Denys Vlasenko |
2013-01-14 | sha3sum: new applet | Lauri Kasanen |
2013-01-14 | whitespace fixes. no code changes | Denys Vlasenko |
2011-07-04 | md5/shaNsum: make -c support a list of files | Lauri Kasanen |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-16 | md5/sha1sum: better fix for small resource leak | Denys Vlasenko |
2011-04-16 | md5/sha1sum: fix small resource leak | Alexey Fomenko |
2011-03-31 | move help text from include/usage.src.h to coreutils/*.c | Pere Orga |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-24 | md5/sha1sum: code shrink | Denys Vlasenko |
2010-10-16 | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko |
2010-10-01 | Marked some more applets NOEXEC/NOFORK | Dan Fandrich |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-02-07 | shaNNNsum: accept and ignore -b and -t | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2008-11-10 | sha256,sha512: new applets. +4.9kb | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-28 | fix FAST_FUNC fallout | Denis Vlasenko |
2008-05-09 | fix warnings about pointer signedness | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-17 | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-07-05 | md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko |
2007-01-12 | random small size optimizations | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-11-23 | md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". | Denis Vlasenko |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-28 | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | Denis Vlasenko |
2006-08-06 | Teach md5sum and sha1sum to work the way other applets do so I don't have to | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-26 | Patch from Shaun Jackman, set optind by hand if we don't call getopt. | Rob Landley |
2006-05-16 | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley |