aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* general warning cleanupoldNguyễn Thái Ngọc Duy2009-05-101-0/+6
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* style fixes. No code changesvda2007-04-121-1/+1
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-101-1/+1
* gzip: fix -d option handlingvda2007-03-221-1/+1
* fix accumulated whitespace and indentation damagevda2007-03-201-1/+1
* gzip: Improve ptr_to_globals trick, allowing gccvda2007-03-151-2/+2
* fix TODO: getopt32 should reset optind to 1 itselfvda2007-03-151-2/+0
* modify ptr_to_globals trick so that we do not violatevda2007-03-151-5/+4
* gzip: bbunzip integration fixesvda2007-03-141-172/+19
* gzip: use common bbunzip infrastructure - ~700 bytes code lessvda2007-03-141-86/+85
* gzip: reduce global data footprint, part 3vda2007-03-141-5/+5
* gzip: reduce global data footprint, part 2vda2007-03-141-44/+46
* gzip: reduce global data footprint, part 1vda2007-03-141-446/+463
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* whitespace fixes (leading spaces to tab)vda2007-01-131-1/+1
* Trailing whitespace removal over entire treevda2007-01-111-2/+2
* gzip cleanup part #13 - the last for today I thinkvda2007-01-071-144/+111
* gzip cleanup part #12vda2007-01-071-203/+200
* gzip cleanup part #11vda2007-01-071-12/+33
* gzip cleanup part #10vda2007-01-071-353/+341
* gzip cleanup part #9vda2007-01-071-105/+84
* gzip cleanup part #8vda2007-01-071-178/+168
* gzip cleanup part #7vda2007-01-071-5/+5
* gzip cleanup part #6vda2007-01-071-33/+45
* gzip cleanup part #5vda2007-01-071-204/+212
* gzip cleanup part #4vda2007-01-071-35/+39
* gzip cleanup part #3vda2007-01-071-73/+66
* gzip cleanup part #2vda2007-01-071-210/+50
* a ton of gzip changes, split up in compiled andvda2007-01-071-188/+145
* kill unused variablevda2007-01-061-14/+5
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-2/+4
* remove useless casts (type*) xzalloc(...)vda2006-12-221-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* style cleanup: return(a) -> return a, part 2vda2006-11-271-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-3/+3
* gzip: add a bit of comment. The code itselfvda2006-10-011-4/+8
* g[un]zip: add support for -v (verbose).vda2006-10-011-2/+5
* gzip: getopt_ulflags'isationvda2006-09-221-35/+27
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-1/+1
* using [xa]sprintf for string concatenation is neat and savesvda2006-09-091-3/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-9/+5
* These should have been part of 15767 too.landley2006-08-031-2/+2
* More removal of "#if 0" content.rpjday2006-07-011-9/+0
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-10/+10
* - 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