1. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 16 years ago
  2. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  3. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  4. d166f83 md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) by Denis Vlasenko · 17 years ago
  5. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  6. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  7. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  8. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  9. 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
  10. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  11. 1462192 md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". by Denis Vlasenko · 18 years ago
  12. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  13. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  14. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  15. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  16. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  17. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  18. 7cc6b69 Patch from Shaun Jackman, set optind by hand if we don't call getopt. by Rob Landley · 18 years ago
  19. 34b5319 Make md5 calculation always go through an the buffer so that A) we don't by Rob Landley · 18 years ago
  20. eba32f4 - typo in error-message: s/algotithm/algorithm - whitespace cleanup by Bernhard Reutner-Fischer · 18 years ago
  21. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 19 years ago
  22. 164c5c8 Eliminate unnecessary allocation from md5sum that was leaked without ever being used. by Rob Landley · 19 years ago
  23. 47ea7b7 - Matthias Wenzel writes: by Bernhard Reutner-Fischer · 19 years ago
  24. 9e16457 tweak signed/unsigned char usage to avoid mismatches by Mike Frysinger · 19 years ago
  25. 6624dae On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: by Rob Landley · 19 years ago
  26. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  27. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  28. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  29. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  30. 6db8c22 Return 1 upon failure by Glenn L McGrath · 21 years ago
  31. 5c069aa Fix up the -s option, and make usage consitent with behaviour, by Glenn L McGrath · 21 years ago
  32. 931ae9d woops, we needed that function by Glenn L McGrath · 21 years ago
  33. de3ea9f Only use getopt and associated flags if checking is enabled by Glenn L McGrath · 21 years ago
  34. d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago