summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/gzopen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* the SMALL code made a half hearted effort to exclude compression codetedu2016-09-031-194/+185
* start pulling apart some function pointers that take too many parameterstedu2016-09-031-35/+62
* When returning the file size info, only use z_total_in/z_total_outmillert2016-08-171-5/+9
* Need to set in/out bytes count for gz_write too. Otherwise gzipmillert2016-04-291-1/+3
* Account for multiple streams in "gzip -l" output. This fixes "gzipmillert2016-04-281-11/+24
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* Remove the rcsid which were intentionally skipped in the "purge of 2009"deraadt2011-09-221-6/+1
* memory leak with #ifdef SMALL, found by parfaitderaadt2009-11-111-2/+3
* Use and report errors that inflate(3) can return, instead ofmpf2008-08-201-2/+11
* Fix check for failed read, and add another one; okay millert@pedro2007-03-191-5/+6
* be a bit more carefull not writing to the stream after the timestampsotto2005-06-261-5/+6
* set the xflags; form netbsd; millert@ deraadt@ otto@ okmickey2004-09-061-6/+6
* knfderaadt2004-02-231-3/+3
* really don't implement unzip #ifdef SMALLhenning2003-12-161-3/+16
* do not include rcsids with -DSMALL and as it is meaningless then do nothenning2003-12-161-2/+4
* when we read the original file size from the gzp header in uncompress modehenning2003-12-161-3/+3
* Fixes based on a patch from Moritz Jodeit; mickey@ OKmillert2003-12-091-4/+7
* Simplified support for concatenated files; similar to what zlib does.millert2003-11-211-17/+9
* Add support for inflating multiple concatenated file like GNU gzip does.millert2003-11-141-3/+17
* two calls is less than a loop for two; millert@ okmickey2003-07-171-4/+4
* o implement -l, -n and -N (including setting outfile + mtime)millert2003-07-171-31/+94
* Move magic number checking into main.c and make it work whenmillert2003-07-111-26/+13
* add missing includesdavid2003-07-101-2/+3
* fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ okmickey2003-07-081-2/+7
* Return EINVAL on crc failure for gzip and make the driver programmillert2003-06-291-4/+7
* Fix bug in put_int32() on big endian cpus; deraadt@ OKmillert2003-06-271-12/+5
* knf and ansideraadt2003-06-221-39/+17
* three four killsmickey2003-06-031-7/+2
* grop long option names, like gzip.mickey2002-12-081-6/+9
* Swap args to calloc(3) so they are in the correct order; art@ ok.aaron2002-08-121-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* kill more registersmpech2001-11-191-14/+14
* do gzipmickey1997-07-061-0/+443