Speed and memory usage improvements from Laurence Adnerson
[oweals/busybox.git] / archival / libunarchive / unzip.c
2002-11-20 Glenn L McGrathSpeed and memory usage improvements from Laurence Adnerson
2002-11-20 Glenn L McGrathread_gz patch 3 from Laurence Anderson
2002-11-17 Glenn L McGrathPatch from Laurence Anderson to provide a read_gz funct...
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-09-16 Eric AndersenPatch from Matthias Lang <matthias@corelatus.se> to...
2002-08-22 Glenn L McGrathreplace some global const ints with defines
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-05-15 Robert GrieblSupport old-style compress (.Z) files via libbb / unzip...
2002-03-20 Eric AndersenReinitialize initial shift register value for on each...
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-12-06 Eric AndersenMore copyright and email addr cleanups
2001-12-06 Aaron LehmannCommit my improvement on Rodney Brown's patch to g...
2001-12-05 Glenn L McGrathSimplify unzip(), remove unused checks and unneccessary...
2001-12-05 Glenn L McGrathSimplify CRC table generation
2001-11-29 Glenn L McGrathgunzip was incorrectly reporting a failed crc and lengt...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-13 Glenn L McGrathDont setvbuff in here, must be called just after stream...
2001-07-11 Glenn L McGrathfree coniditionally, just to make it play nice with...
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-06-27 Eric AndersenFix a type promotion bug discivered and analyzed by...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-18 Matt KraaiEliminated seeks so that we work correctly on pipes...
2001-04-11 Glenn L McGrathDisable sigterm
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb