Age | Commit message (Expand) | Author |
2022-01-04 | libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) | Denys Vlasenko |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2018-12-28 | config: update size information | 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 |
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko |
2012-03-05 | uuencode: tweak help text | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-03-31 | move help text from include/usage.src.h to coreutils/*.c | Pere Orga |
2010-08-31 | base64: new applet | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-06-26 | uuencode: shrink | Denis Vlasenko |
2007-06-04 | uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-03 | uuencode: common implementation for wget and uuencode (closing bug 694) | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley |
2006-01-31 | more better for me signed<->unsigned and the const keyword usage | "Vladimir N. Oleynik" |
2006-01-30 | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2004-01-26 | Pascal Brisset writes: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-06 | Fixup buffer allocation | Eric Andersen |
2002-07-11 | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen |
2002-05-01 | fix and shrink uuencode | Tim Riker |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-07-29 | Fix permisions when reading from stdin | Glenn L McGrath |
2001-07-29 | Fix broken logic when wraping encoded data into rows, also simplifies it a bit | Glenn L McGrath |
2001-07-28 | The src buffer size has to be a multiple of 3 (as i noted, but didnt do). | Glenn L McGrath |
2001-07-28 | Rewrite based on wget uuencode function. | Glenn L McGrath |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-27 | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-11-14 | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen |