aboutsummaryrefslogtreecommitdiff
path: root/gzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Sigh. Seems I screwed up last time. This fixed detectingandersen2000-09-011-4/+3
* Some #include updates.andersen2000-08-101-1/+0
* Fixed stdin/stdout paths so things likeandersen2000-07-211-2/+16
* Extract usage information into a separate file.kraai2000-07-161-13/+0
* Always report the applet name when doing error reporting.kraai2000-07-121-2/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-6/+4
* More libc portability updates, add in the website (which has not beenerik2000-05-191-3/+3
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-6/+11
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-1/+0
* More documentation updates, and minor fixes to make things syncerik2000-04-151-1/+1
* Upates to include copyright 2000 to everythingerik2000-04-131-100/+91
* Patch to make killall actually kill all PIDs with the specified name,erik2000-04-071-1/+1
* Updateserik2000-02-111-9/+7
* Some formatting updates (ran the code through indent)erik2000-02-081-1496/+1636
* Some busybox updates. See the changelog for details if you care.erik2000-01-251-25/+2
* Reworked the source so it will compile and run under glibc 2.0.7erik1999-12-171-0/+4
* Stufandersen1999-11-161-1/+0
* Latest and greatestandersen1999-11-121-34/+64
* Stuffandersen1999-11-111-28/+63
* Stufandersen1999-11-111-12/+25
* Minor stufandersen1999-11-061-2/+0
* Stufandersen1999-10-231-26/+2
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-9/+9
* More stuffandersen1999-10-161-9/+9
* More stuff.andersen1999-10-061-9/+9
* Initial revisionandersen1999-10-051-0/+3231