aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2002-09-25Remove files made obsolete by new unarchiving codeGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-09-17Modified so that it "works" for archs other than i386... arm in particular.Manuel Novoa III
2002-09-16Patch from Matthias Lang <matthias@corelatus.se> to fix gunzipEric Andersen
2002-09-15Support for GNU style long filename and linknamesGlenn L McGrath
2002-08-26chmod on the NEW fileGlenn L McGrath
2002-08-24Reorganise, make it just one function, remove -v option it didnt work properl...Glenn L McGrath
2002-08-24Run through indent, use bracesGlenn L McGrath
2002-08-22replace some global const ints with definesGlenn L McGrath
2002-08-22Specify castGlenn L McGrath
2002-08-22Remove duplicate variable definitionGlenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-08-22Run through ident, fix commentsGlenn L McGrath
2002-08-22Run through indent, use /* */ style comments, change extern to staticGlenn L McGrath
2002-08-22Run through indentGlenn L McGrath
2002-08-22Honour the USTAR prefix field, this enables a 155 byte path length plus the n...Glenn L McGrath
2002-08-21Tar inlining, #if 0 out unused functionAaron Lehmann
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-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
2002-06-23inline many functions that are only called once. saves about 300 bytesAaron Lehmann
2002-06-23remove cleanUpAndFail, and replace it with exit(). because that's whatAaron Lehmann
2002-06-22Major revamp. I've been trying to clean up the code. the bzerror stuffAaron Lehmann
2002-05-29Patch from Randolfe Averty to fixup package conflict checks, cleanup some mem...Glenn L McGrath
2002-05-19Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
2002-05-15Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
2002-05-15gunzip'ing many files to stdout works nowRobert Griebl
2002-05-15Don't delete source file when decompressing to stdoutRobert Griebl
2002-04-29* archival/gunzip.c (gunzip_file): New.Matt Kraai
2002-04-15* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standardMatt Kraai
2002-04-13Rework per how I did things in version in 0.60.3 so it canEric Andersen
2002-04-13Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> forEric Andersen
2002-04-13Update some missing copyright noticesEric Andersen
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
2002-04-06Fix email addrEric Andersen
2002-03-27* archival/bunzip2.c (bunzip2_main): Remove compressed file.Matt Kraai
2002-03-27* archival/bunzip2.c: Include <unistd.h>.Matt Kraai
2002-03-22* archival/gzip.c (gzip_main): Ensure that the output is a terminal and useMatt Kraai
2002-03-20Reinitialize initial shift register value for on each pass.Eric Andersen
2002-02-15Parse the include list to writeTarFile rather than argv, fixes a bug where ta...Glenn L McGrath
2002-02-13Fix condition that prevented creation of compressed filesGlenn L McGrath
2002-02-05* archival/gzip.c (ifname, ofname): Delete.Matt Kraai
2002-02-05* archival/gzip.c (gzip_main): Display usage if given multiple files.Matt Kraai
2002-01-08* archival/tar.c (tar_main): Remove unused variable.Matt Kraai
2002-01-02* archival/dpkg.c (create_list): Use chomp.Matt Kraai
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-12-20Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined.Matt Kraai
2001-12-20Write files when extracting an archive from standard input.Matt Kraai