index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
compress
/
gzopen.c
Age
Commit message (
Expand
)
Author
2004-02-23
knf
Theo de Raadt
2003-12-16
really don't implement unzip #ifdef SMALL
Henning Brauer
2003-12-16
do not include rcsids with -DSMALL and as it is meaningless then do not
Henning Brauer
2003-12-16
when we read the original file size from the gzp header in uncompress mode
Henning Brauer
2003-12-09
Fixes based on a patch from Moritz Jodeit; mickey@ OK
Todd C. Miller
2003-11-21
Simplified support for concatenated files; similar to what zlib does.
Todd C. Miller
2003-11-14
Add support for inflating multiple concatenated file like GNU gzip does.
Todd C. Miller
2003-07-17
two calls is less than a loop for two; millert@ ok
Michael Shalayeff
2003-07-17
o implement -l, -n and -N (including setting outfile + mtime)
Todd C. Miller
2003-07-11
Move magic number checking into main.c and make it work when
Todd C. Miller
2003-07-10
add missing includes
David Krause
2003-07-08
fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok
Michael Shalayeff
2003-06-29
Return EINVAL on crc failure for gzip and make the driver program
Todd C. Miller
2003-06-27
Fix bug in put_int32() on big endian cpus; deraadt@ OK
Todd C. Miller
2003-06-22
knf and ansi
Theo de Raadt
2003-06-03
three four kills
Michael Shalayeff
2002-12-08
grop long option names, like gzip.
Michael Shalayeff
2002-08-12
Swap args to calloc(3) so they are in the correct order; art@ ok.
Aaron Campbell
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
1997-07-06
do gzip
Michael Shalayeff