1. 31f45c1 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) by Denys Vlasenko · 3 years ago
  2. c7b90dc uudecode: special-case "/dev/stdout", closes 14241 by Denys Vlasenko · 3 years ago
  3. 643b308 base32/64: accept -i "skip bad chars" option (currently in effect unconditionally) by Denys Vlasenko · 3 years, 6 months ago
  4. 6b6826f *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  5. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  6. 818a4aa fix comments by Denys Vlasenko · 4 years ago
  7. cdab3c4 base32/64: decode in-place by Denys Vlasenko · 4 years ago
  8. c8b3d9a base32/64: implement -w COL by Denys Vlasenko · 4 years ago
  9. 2090048 base32: new applet by Denys Vlasenko · 4 years ago
  10. 085f19c uudecode: fix possible signed char bug by Denys Vlasenko · 4 years, 2 months ago
  11. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  12. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  13. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  14. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  15. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  16. 7b6e8f3 uuencode: allow space instead of "`" as padding char. Closes 10046 by Denys Vlasenko · 7 years ago
  17. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  18. 2b48c38 uudecode: tolerate text input with CR+LF line ends by Denys Vlasenko · 9 years ago
  19. 97c6491 typo fixes by Maninder Singh · 10 years ago
  20. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  21. 11e61d5 uudecode: tweak help text by Denys Vlasenko · 13 years ago
  22. 5f92043 uudecode: fix buggy check for empty filename by Denys Vlasenko · 13 years ago
  23. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  24. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  25. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  26. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  27. 6f80fe7 uudecode,base64: code shrink by Denys Vlasenko · 14 years ago
  28. ee06264 base64: new applet by Denys Vlasenko · 14 years ago
  29. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  30. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  31. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  32. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  33. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  34. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  35. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  36. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  37. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  38. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  39. aa198dd uudecode: nuke duplicate base64_table[]. saves 65 bytes by Denis Vlasenko · 17 years ago
  40. 746204b uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> by Denis Vlasenko · 18 years ago
  41. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  42. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  43. ca5b352 - make read_stduu() and read_base64() void, small size tweaks by Bernhard Reutner-Fischer · 18 years ago
  44. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  45. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  46. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  47. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  48. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  49. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  50. 29d94b9 Another attempt at untangling the logic so the compiler can follow it and not by Rob Landley · 18 years ago
  51. b97f07f Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, by Rob Landley · 18 years ago
  52. 42f6702 - silence gcc warning about a funcptr possibly being used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  53. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  54. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  55. 565bc33 Remove code that can't be reached. by Rob Landley · 18 years ago
  56. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  57. 0edbad1 Glenn gave permission for GPLv2 "or later". by Rob Landley · 19 years ago
  58. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  59. 87be316 more better for me signed<->unsigned and the const keyword usage by "Vladimir N. Oleynik" · 19 years ago
  60. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  61. c1ef7bd just whitespace by Tim Riker · 19 years ago
  62. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  63. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  64. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  65. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  66. 7f9de02 Rewrite, 800+ bytes smaller and more robust. by Glenn L McGrath · 21 years ago
  67. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  68. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  69. 1a10eec Fixup the location of pwd.h and grp.h by Eric Andersen · 23 years ago
  70. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  71. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  72. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  73. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  74. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  75. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  76. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  77. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  78. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  79. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  80. 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
  81. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  82. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  83. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  84. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  85. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  86. 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 24 years ago