summaryrefslogtreecommitdiff
path: root/usr.bin/compress/gzopen.c
AgeCommit message (Expand)Author
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2011-09-22Remove the rcsid which were intentionally skipped in the "purge of 2009"Theo de Raadt
2009-11-11memory leak with #ifdef SMALL, found by parfaitTheo de Raadt
2008-08-20Use and report errors that inflate(3) can return, instead ofMarco Pfatschbacher
2007-03-19Fix check for failed read, and add another one; okay millert@Pedro Martelletto
2005-06-26be a bit more carefull not writing to the stream after the timestampsOtto Moerbeek
2004-09-06set the xflags; form netbsd; millert@ deraadt@ otto@ okMichael Shalayeff
2004-02-23knfTheo de Raadt
2003-12-16really don't implement unzip #ifdef SMALLHenning Brauer
2003-12-16do not include rcsids with -DSMALL and as it is meaningless then do notHenning Brauer
2003-12-16when we read the original file size from the gzp header in uncompress modeHenning Brauer
2003-12-09Fixes based on a patch from Moritz Jodeit; mickey@ OKTodd C. Miller
2003-11-21Simplified support for concatenated files; similar to what zlib does.Todd C. Miller
2003-11-14Add support for inflating multiple concatenated file like GNU gzip does.Todd C. Miller
2003-07-17two calls is less than a loop for two; millert@ okMichael Shalayeff
2003-07-17o implement -l, -n and -N (including setting outfile + mtime)Todd C. Miller
2003-07-11Move magic number checking into main.c and make it work whenTodd C. Miller
2003-07-10add missing includesDavid Krause
2003-07-08fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ okMichael Shalayeff
2003-06-29Return EINVAL on crc failure for gzip and make the driver programTodd C. Miller
2003-06-27Fix bug in put_int32() on big endian cpus; deraadt@ OKTodd C. Miller
2003-06-22knf and ansiTheo de Raadt
2003-06-03three four killsMichael Shalayeff
2002-12-08grop long option names, like gzip.Michael Shalayeff
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
1997-07-06do gzipMichael Shalayeff