summaryrefslogtreecommitdiff
path: root/archival/libunarchive/decompress_uncompress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-3/+5
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-49/+49
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+0
* style fixesDenis Vlasenko2007-04-131-7/+7
* Stopped doing assignments inside expressions.Denis Vlasenko2007-01-051-23/+39
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-7/+11
* - strip 399424 off the bss by making decompress_uncompress buffers config buf...Bernhard Reutner-Fischer2006-09-061-12/+10
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Patch from Vladamir Oleynik, reducing memory consumption.Rob Landley2006-05-111-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* remove unrequired dependences"Vladimir N. Oleynik"2005-09-141-1/+0
* punt unused variableMike Frysinger2005-07-301-3/+0
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-7/+7
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Use safe readGlenn L McGrath2003-11-211-1/+1
* tar -Z, uncompress supportGlenn L McGrath2003-11-181-5/+0
* Major coreutils update.Manuel Novoa III2003-03-191-4/+4
* StyleGlenn L McGrath2002-11-281-158/+149
* Fix #define syntaxGlenn L McGrath2002-11-031-1/+1
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath2002-11-011-1/+1
* Allow short reads when filling compress bufferGlenn L McGrath2002-11-011-1/+1
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-16/+10
* Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl2002-05-191-0/+313