aboutsummaryrefslogtreecommitdiff
path: root/gunzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move setvbuf calls from gz_open() to calling functions, setvbuf is only suppo...bug12001-07-131-0/+3
* Initialise in_file to stdin, so it wont crash if no source specifiedbug12001-06-201-2/+2
* Make - read compressed data from stdin (thanks to Marius Groeger).kraai2001-05-221-1/+1
* woops, forgot the break statmentbug12001-05-071-0/+1
* 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-4/+0
* Eliminate spurious warning, convert to getopt, and eliminate redundant check.kraai2001-04-181-1/+3
* Fix a number of problems with argument handling.kraai2001-04-181-49/+29
* Eliminate a segfault when called on an existing file with out an extension:kraai2001-04-181-2/+2
* Fix zcat/gunzip when reading from stdinbug12001-04-181-26/+28
* Move unzip, gz_open, gz_close to libbbbug12001-04-111-991/+6
* gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled.andersen2001-03-291-0/+2
* Fix zcatbug12001-03-291-4/+2
* gunzip -c works againbug12001-03-291-23/+19
* Fixes from Robert Kaiserbug12001-03-281-6/+4
* Remove cruftbug12001-03-281-2/+2
* Fix tar -z, calls gz_open nowbug12001-03-281-9/+8
* Major cleanup to better adhere to style guide and use standard busybox functionsbug12001-03-281-898/+724
* Clean up more local vars which shadow globalsandersen2001-03-211-4/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* 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-8/+8
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.andersen2001-01-251-2/+2
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-24/+27
* Support for tar -z option for uncompressing onlybug12000-12-101-2/+2
* Introduce new function gunzip_init()bug12000-12-101-32/+35
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-11/+11
* 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-15/+0
* Cleanup of duplicated symbols -- found by compiling withandersen2000-11-071-24/+20
* Fix error messages.kraai2000-10-231-4/+4
* General cleanup of comments, defines, includes, and global variables, removed...bug12000-09-291-1451/+632
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Remove definition of basename.bug12000-09-181-3/+0
* Fixed a stupid thinko preventing zcat from doing its job, thanksandersen2000-09-011-0/+1
* Correct the stdin/stdout behavior when no args are provided.andersen2000-09-011-5/+5
* Some #include updates.andersen2000-08-101-1/+0
* Fixed stdin/stdout paths so things likeandersen2000-07-211-9/+19
* Extract usage information into a separate file.kraai2000-07-161-13/+1
* Use errorMsg rather than fprintf.kraai2000-07-141-4/+3
* Always report the applet name when doing error reporting.kraai2000-07-121-2/+2
* Use global applet_name instead of local versions.kraai2000-07-121-1/+1
* a few minor cleanups.andersen2000-07-061-0/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* More libc portability updates, add in the website (which has not beenerik2000-05-191-140/+11
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-6/+11
* * cp -fa now works as expected for symlinks (it didn't before)erik2000-05-101-4/+5
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-3/+2
* Upates to include copyright 2000 to everythingerik2000-04-131-80/+90
* more minor fixeserik2000-03-191-6/+0