aboutsummaryrefslogtreecommitdiff
path: root/archival/config.in
AgeCommit message (Collapse)Author
2002-12-05Yet another major rework of the BusyBox config system, using the considerablyEric Andersen
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file ↵Glenn L McGrath
descriptors, support tar -j
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-09-15Support for GNU style long filename and linknamesGlenn L McGrath
2002-08-13Enable support for the old tar header format, enable via menu'sGlenn L McGrath
2002-07-23Added tar -cz support (creating gzipped tar files without a gzip pipe)Robert Griebl
2002-04-13Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> forEric Andersen
better tape drive support in tar/cpio by using an intervening pipe...
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
----------------------------------------------------------------------
2001-11-10config.in features patch from Giulio Orsero <giulioo@pobox.com>Eric Andersen
with some minor edits from me
2001-10-25Menu entry for tar creation supportGlenn L McGrath
2001-10-25Recovering from my previous commitGlenn L McGrath
2001-10-25Modify applets to use libunarchiveGlenn L McGrath
2001-10-24Add CONFIG_FEATURE_TAR_EXCLUDE support.Matt Kraai
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik