aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/decompress_uncompress.c
AgeCommit message (Expand)Author
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-06-10moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-04-13style fixesDenis Vlasenko
2007-01-05Stopped doing assignments inside expressions.Denis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-09-06- strip 399424 off the bss by making decompress_uncompress buffers config buf...Bernhard Reutner-Fischer
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-11Patch from Vladamir Oleynik, reducing memory consumption.Rob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-09-14remove unrequired dependences"Vladimir N. Oleynik"
2005-07-30punt unused variableMike Frysinger
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-11-21Use safe readGlenn L McGrath
2003-11-18tar -Z, uncompress supportGlenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-28StyleGlenn L McGrath
2002-11-03Fix #define syntaxGlenn 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-09-27Fix compress support and prevent a segfaultGlenn L McGrath
2002-05-19Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl