summaryrefslogtreecommitdiff
path: root/usr.bin/compress/gzopen.c
AgeCommit message (Expand)Author
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