Age | Commit message (Expand) | Author |
2011-03-27 | move help text from include/usage.src.h to archival/*.c | Pere Orga |
2010-11-03 | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-05-06 | rpm: make rpm -i SRPM.rpm install it to surrent dir; better help text | Denys Vlasenko |
2010-05-06 | rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip... | Denys Vlasenko |
2010-01-09 | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |
2009-09-23 | *: more portability fixes by Dan Fandrich | Denys Vlasenko |
2009-09-17 | tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2008-11-01 | gunzip: restore mtime. approx +80 bytes of code | Denis Vlasenko |
2008-10-16 | rpm: fix incompatibilities which prevented rpm -i foo.src.rpm | Denis Vlasenko |
2008-08-05 | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko |
2008-07-10 | open_transformer: do not return fd, it does not change | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-06-28 | libunarchive: stop using static data in archivers - archive_handle_t | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2007-11-12 | open_transformer: do not duplicate "<program> -cf -" | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-05 | gunzip: support concatenated gz files. | Denis Vlasenko |
2007-09-05 | tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah... | Denis Vlasenko |
2007-06-08 | rmp: add optional support for bz2 data. +50 bytes of code | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-16 | style fixes, no code changes | Denis Vlasenko |
2007-03-07 | bunzip2/gunzip/uncompress/unlzma: merge into common code - | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-12-22 | rpm: reformat. was really hard to read | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | random style fixes | Denis Vlasenko |
2006-09-09 | using [xa]sprintf for string concatenation is neat and saves | Denis Vlasenko |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley |
2006-06-10 | - use bb_xchdir instead of ignoring eventual errors of chdir | Bernhard Reutner-Fischer |
2006-05-29 | More size shrinkage. | Rob Landley |
2006-01-30 | passing around an int as a void* is a very bad idea | Eric Andersen |
2006-01-30 | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer |
2006-01-25 | just whitespace | Tim Riker |
2006-01-04 | use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) | Mike Frysinger |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2005-08-16 | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger |
2005-04-23 | add comments about ignoring some warnings which are OK | Mike Frysinger |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-01-30 | s/u_int/uint/g | Eric Andersen |
2003-11-15 | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-10 | include busybox after libc includes | Glenn L McGrath |
2002-12-10 | rpm applet by Laurence Anderson | Glenn L McGrath |