Age | Commit message (Expand) | Author |
2008-08-05 | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko |
2008-06-28 | bunzip2: make proper fix for the problem "fixed" in rev. 22521 | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-26 | bunzip2: fix an uncompression error. Add the example to testsuite. | Denis Vlasenko |
2008-06-26 | style fixes, no code changes | Denis Vlasenko |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2007-10-10 | bunzip: small code shrink and consmetics | Denis Vlasenko |
2007-09-28 | bunzip2: trim verbose messages | Denis Vlasenko |
2007-06-08 | rmp: add optional support for bz2 data. +50 bytes of code | Denis Vlasenko |
2007-05-30 | whitespace fixes | Denis Vlasenko |
2007-04-10 | make compressed help code NOMMU- and NOFORK-friendly - | Denis Vlasenko |
2007-04-10 | one-liner: fix indentation | Denis Vlasenko |
2007-04-10 | bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2006-12-26 | style fixes | Denis Vlasenko |
2006-10-01 | g[un]zip: add support for -v (verbose). | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-05-29 | More size shrinkage. | Rob Landley |
2006-04-14 | Busybox is under the GPL. | Rob Landley |
2006-04-10 | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley |
2006-04-02 | - include proper prototypes in libunarchive. | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley |
2006-02-17 | Fix for an integer overflow bug that could cause a segfault on certain | Rob Landley |
2006-02-17 | The tendency of vi to auto-indent can be really annoying at times. | Rob Landley |
2006-02-17 | More whitespace than you can possibly imagine... | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-09-25 | Stop gcc4 from nit-picking about signedness of char *. | Rob Landley |
2004-11-16 | Don't document compiler warnings. _FIX_ compiler warnings. | Rob Landley |
2004-08-28 | Fixup some warnings | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-11-15 | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath |
2003-11-05 | Fix tar -j support | Glenn L McGrath |
2003-10-31 | Put back the tar support stubs (and warnings) for now. | Eric Andersen |
2003-10-28 | Add some error messages, use xmalloc instead of malloc | Glenn L McGrath |
2003-10-23 | Another bzip2 update and speedup from Manuel Novoa III, with some | Eric Andersen |
2003-10-18 | Manuel Novoa III writes: | Eric Andersen |
2003-10-18 | Rob Landley's new micro-bunzip version 3. Rob writes: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-05 | Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ... | Glenn L McGrath |
2002-11-03 | Abstract read and seek in unarchiving code, convert bunzip to file descriptor... | Glenn L McGrath |
2002-11-03 | Move bunzip2 idecompression code to libunarchive | Glenn L McGrath |