aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - use bb_msg_{read,write}_error where appropriate.aldot2006-06-031-1/+1
* More size shrinkage.landley2006-05-291-11/+1
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-1/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-2/+2
* Patch from Rob Sullivan to consolidate crc32 table generation.landley2006-04-101-25/+10
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-5/+7
* - add some ATTRIBUTE_UNUSED.aldot2006-01-301-15/+2
* just whitespacetimr2006-01-251-1/+1
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.vodz2005-10-101-4/+0
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...aldot2005-10-071-1/+1
* In Bug 208, bernhardf writes:vapier2005-04-161-7/+7
* Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctlymjn32005-03-021-0/+1
* Takeharu KATO writes:andersen2005-02-111-1/+1
* Minor in-passing crapectomy.landley2004-12-171-26/+6
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Vladimir N. Oleynik (vodz) writes:andersen2003-11-141-4/+1
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+2
* Major coreutils update.mjn32003-03-191-16/+16
* Change if(x)free(x); to free(x);aaronl2002-11-281-1/+1
* Use error_msg instead of printf(stderrbug12002-11-281-7/+6
* Remove duplicate variable definitionbug12002-08-221-1/+0
* Run through indentbug12002-08-221-241/+238
* * archival/gzip.c (gzip_main): Ensure that the output is a terminal and usekraai2002-03-221-2/+2
* * archival/gzip.c (ifname, ofname): Delete.kraai2002-02-051-67/+62
* * archival/gzip.c (gzip_main): Display usage if given multiple files.kraai2002-02-051-0/+3
* Commit my improvement on Rodney Brown's patch to g(un)zip, decreasingaaronl2001-12-061-26/+16
* Major rework of the directory structure and the entire build system.andersen2001-10-241-1/+1
* Scrub up some function prototypes.andersen2001-10-181-1/+1
* Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5kandersen2001-08-221-27/+45
* If filename is a '-' then read from stdin to stdoutbug12001-07-301-1/+1
* Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton ofandersen2001-07-021-1129/+193
* Tolerate -q argument, if -q is passed give a warning and continue rather than...bug12001-05-071-1/+3
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-3/+0
* Eliminate spurious warning, convert to getopt, and eliminate redundant check.kraai2001-04-181-28/+20
* Gzip is indepenedent of gunzipbug12001-04-111-0/+2
* Move unzip, gz_open, gz_close to libbbbug12001-04-111-1/+0
* Add functions that were shared with gunzip.c, gunzip about to change.bug12001-03-281-7/+122
* Clean up more local vars which shadow globalsandersen2001-03-211-3/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-17/+6
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-6/+6
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* Use busybox error handling functions wherever possible.kraai2000-12-221-18/+9
* Add GNU compatibile gzip -dandersen2000-12-131-0/+2
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-9/+9
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+1
* Move flush_outbuf to the file in which it is used, and by doing so fix akraai2000-11-081-0/+14
* Cleanup of duplicated symbols -- found by compiling withandersen2000-11-071-26/+15
* Fix error messages.kraai2000-10-231-4/+4