aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gzip cleanup part #10Denis Vlasenko2007-01-071-353/+341
* gzip cleanup part #9Denis Vlasenko2007-01-071-105/+84
* gzip cleanup part #8Denis Vlasenko2007-01-071-178/+168
* gzip cleanup part #7Denis Vlasenko2007-01-071-5/+5
* gzip cleanup part #6Denis Vlasenko2007-01-071-33/+45
* gzip cleanup part #5Denis Vlasenko2007-01-071-204/+212
* gzip cleanup part #4Denis Vlasenko2007-01-071-35/+39
* gzip cleanup part #3Denis Vlasenko2007-01-071-73/+66
* gzip cleanup part #2Denis Vlasenko2007-01-071-210/+50
* a ton of gzip changes, split up in compiled andDenis Vlasenko2007-01-071-188/+145
* kill unused variableDenis Vlasenko2007-01-061-14/+5
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-2/+4
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* gzip: add a bit of comment. The code itselfDenis Vlasenko2006-10-011-4/+8
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-2/+5
* gzip: getopt_ulflags'isationDenis Vlasenko2006-09-221-35/+27
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-111-1/+1
* using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko2006-09-091-3/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-9/+5
* These should have been part of 15767 too.Rob Landley2006-08-031-2/+2
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-9/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-10/+10
* - use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer2006-06-031-1/+1
* More size shrinkage.Rob Landley2006-05-291-11/+1
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-1/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-2/+2
* Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley2006-04-101-25/+10
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-5/+7
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-15/+2
* just whitespaceTim Riker2006-01-251-1/+1
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"2005-10-101-4/+0
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer2005-10-071-1/+1
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-7/+7
* Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctlyManuel Novoa III2005-03-021-0/+1
* Takeharu KATO writes:Eric Andersen2005-02-111-1/+1
* Minor in-passing crapectomy.Rob Landley2004-12-171-26/+6
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Vladimir N. Oleynik (vodz) writes:Eric Andersen2003-11-141-4/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-16/+16
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-1/+1
* Use error_msg instead of printf(stderrGlenn L McGrath2002-11-281-7/+6
* Remove duplicate variable definitionGlenn L McGrath2002-08-221-1/+0
* Run through indentGlenn L McGrath2002-08-221-241/+238
* * archival/gzip.c (gzip_main): Ensure that the output is a terminal and useMatt Kraai2002-03-221-2/+2