1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. e3f805c md5/shaNsum: make -c support a list of files by Lauri Kasanen · 13 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 43a3d50 md5/sha1sum: better fix for small resource leak by Denys Vlasenko · 13 years ago
  6. 88a8384 md5/sha1sum: fix small resource leak by Alexey Fomenko · 13 years ago
  7. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 13 years ago
  8. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  9. 4b63e16 md5/sha1sum: code shrink by Denys Vlasenko · 14 years ago
  10. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  11. 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 3205c24 shaNNNsum: accept and ignore -b and -t by Denys Vlasenko · 14 years ago
  14. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  15. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
  16. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  17. 9579d87 fix FAST_FUNC fallout by Denis Vlasenko · 16 years ago
  18. 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 16 years ago
  19. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 16 years ago
  20. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 16 years ago
  21. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  22. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  23. d166f83 md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) by Denis Vlasenko · 17 years ago
  24. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  25. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  26. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  27. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 17 years ago
  28. 3a34d0c random small size optimizations by Denis Vlasenko · 17 years ago
  29. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 17 years ago
  30. 1462192 md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". by Denis Vlasenko · 18 years ago
  31. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  32. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  33. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  34. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  35. 236c675 Teach md5sum and sha1sum to work the way other applets do so I don't have to by Rob Landley · 18 years ago
  36. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  37. 7cc6b69 Patch from Shaun Jackman, set optind by hand if we don't call getopt. by Rob Landley · 18 years ago
  38. 34b5319 Make md5 calculation always go through an the buffer so that A) we don't by Rob Landley · 18 years ago
  39. eba32f4 - typo in error-message: s/algotithm/algorithm - whitespace cleanup by Bernhard Reutner-Fischer · 18 years ago
  40. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 18 years ago
  41. 164c5c8 Eliminate unnecessary allocation from md5sum that was leaked without ever being used. by Rob Landley · 18 years ago
  42. 47ea7b7 - Matthias Wenzel writes: by Bernhard Reutner-Fischer · 19 years ago
  43. 9e16457 tweak signed/unsigned char usage to avoid mismatches by Mike Frysinger · 19 years ago
  44. 6624dae On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: by Rob Landley · 19 years ago
  45. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  46. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  47. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  48. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  49. 6db8c22 Return 1 upon failure by Glenn L McGrath · 20 years ago
  50. 5c069aa Fix up the -s option, and make usage consitent with behaviour, by Glenn L McGrath · 21 years ago
  51. 931ae9d woops, we needed that function by Glenn L McGrath · 21 years ago
  52. de3ea9f Only use getopt and associated flags if checking is enabled by Glenn L McGrath · 21 years ago
  53. d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago