Age | Commit message (Expand) | Author |
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 |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-12 | Always report the applet name when doing error reporting. | Matt Kraai |
2000-07-09 | More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc | Eric Andersen |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-06-13 | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen |