aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/unzip.c
AgeCommit message (Expand)Author
2004-04-05rename uncompress.c to decompress_uncompress.cEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-09Woops, my gunzip fix broke unzip, these cant be staticGlenn L McGrath
2003-02-09Fix endian probelm on PPC, i had different types for an extern variable.Glenn L McGrath
2002-12-01fix warningGlenn L McGrath
2002-11-24Add an input buffer (currently 32kB) to speed things up heaps, it still requi...Glenn L McGrath
2002-11-20Speed and memory usage improvements from Laurence AdnersonGlenn L McGrath
2002-11-20read_gz patch 3 from Laurence AndersonGlenn L McGrath
2002-11-17Patch from Laurence Anderson to provide a read_gz function, doesnt require fo...Glenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-09-16Patch from Matthias Lang <matthias@corelatus.se> to fix gunzipEric Andersen
2002-08-22replace some global const ints with definesGlenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-05-15Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
2002-03-20Reinitialize initial shift register value for on each pass.Eric Andersen
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
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-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
2001-06-29Add some missing includes to kill warnings when building with the defaultManuel Novoa III
2001-06-27Fix a type promotion bug discivered and analyzed by Alan ModraEric Andersen
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-04-18Eliminated seeks so that we work correctly on pipes, and removed reliance onMatt Kraai
2001-04-11Disable sigtermGlenn L McGrath
2001-04-11Move unzip, gz_open, gz_close to libbbGlenn L McGrath