aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2002-10-22Move unzip.c uncompress.c from libbb to archiveal/libunarchiveGlenn L McGrath
2002-10-19Update dpkg to use new unarchive codeGlenn L McGrath
2002-10-19Fix exclude/include problemGlenn L McGrath
2002-10-19Find a string in a listGlenn L McGrath
2002-10-19Remove entries from the accept list as they are matched so we can determine i...Glenn L McGrath
2002-10-19Dont use absolute pathname (dunno why i did that), fix tar filename/stdin pro...Glenn L McGrath
2002-10-18Put bac kthe code that handles cases where a '-' wasnt specified prior to the...Glenn L McGrath
2002-10-18Fix an obvious thinkoEric Andersen
2002-10-10last_patch61 from vodz:Eric Andersen
2002-10-06Fix segfault when testing if reaidng from stdin "-"Glenn L McGrath
2002-09-30Vodz' last_patch57:Eric Andersen
2002-09-30Patch from Konstantin Isakov <ikm@pisem.net>:Eric Andersen
2002-09-30Save status so we know if to delete compressed fileGlenn L McGrath
2002-09-28Fix for using '-' as the filename when reading from stdinGlenn L McGrath
2002-09-27Fix compress support and prevent a segfaultGlenn L McGrath
2002-09-26Fix simple define problemGlenn L McGrath
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