aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive
AgeCommit message (Expand)Author
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath
2002-11-03Fix #define syntaxGlenn L McGrath
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath
2002-11-03Add copyright notice and license, use strcat+strcpy instead of sprintfGlenn L McGrath
2002-11-03Use xread_char to save a few bytes, fix indenting of commentsGlenn L McGrath
2002-11-03Move bunzip2 idecompression code to libunarchiveGlenn L McGrath
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath
2002-11-01Allow short reads when filling compress bufferGlenn L McGrath
2002-11-01Make it a fatal error if bad chksum or crc, if not we should return an error ...Glenn L McGrath
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-10last_patch61 from vodz:Eric Andersen
2002-09-30Patch from Konstantin Isakov <ikm@pisem.net>:Eric Andersen
2002-09-27Fix compress support and prevent a segfaultGlenn 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-22replace some global const ints with definesGlenn L McGrath
2002-08-22Specify castGlenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-08-22Run through ident, fix commentsGlenn L McGrath
2002-08-22Honour the USTAR prefix field, this enables a 155 byte path length plus the n...Glenn L McGrath
2002-08-13Enable support for the old tar header format, enable via menu'sGlenn L McGrath
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-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-04-13Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> forEric Andersen
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
2002-03-20Reinitialize initial shift register value for on each pass.Eric Andersen
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-06More copyright and email addr cleanupsEric Andersen
2001-12-06Commit my improvement on Rodney Brown's patch to g(un)zip, decreasingAaron Lehmann
2001-12-05Simplify unzip(), remove unused checks and unneccessary variablesGlenn L McGrath
2001-12-05Simplify CRC table generationGlenn L McGrath
2001-11-29gunzip was incorrectly reporting a failed crc and length (discovered byGlenn L McGrath
2001-10-27Attempt to fix libc compiling error regarding off_tGlenn L McGrath
2001-10-25*** empty log message ***Glenn L McGrath
2001-10-18Scrub up some function prototypes.Eric Andersen
2001-07-17This is vodz' latest patch. Sorry it took so long...Eric Andersen
2001-07-13Dont setvbuff in here, must be called just after stream is initialised, glibc...Glenn L McGrath
2001-07-11free coniditionally, just to make it play nice with dmalloc which is incompat...Glenn L McGrath