Age | Commit message (Expand) | Author |
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 |
2006-05-10 | - typo in error-message: s/algotithm/algorithm | 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 |
2005-12-15 | Eliminate unnecessary allocation from md5sum that was leaked without ever bei... | Rob Landley |
2005-10-27 | - Matthias Wenzel writes: | Bernhard Reutner-Fischer |
2005-06-24 | tweak signed/unsigned char usage to avoid mismatches | Mike Frysinger |
2005-04-30 | On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: | Rob Landley |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-02-22 | Return 1 upon failure | Glenn L McGrath |
2003-11-20 | Fix up the -s option, and make usage consitent with behaviour, | Glenn L McGrath |
2003-11-18 | woops, we needed that function | Glenn L McGrath |
2003-11-18 | Only use getopt and associated flags if checking is enabled | Glenn L McGrath |
2003-11-10 | Merge common parts of sha1sum and md5sum, which is everything except the | Glenn L McGrath |