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
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2011-09-22
Remove the rcsid which were intentionally skipped in the "purge of 2009"
Theo de Raadt
2009-11-11
memory leak with #ifdef SMALL, found by parfait
Theo de Raadt
2008-08-20
Use and report errors that inflate(3) can return, instead of
Marco Pfatschbacher
2007-03-19
Fix check for failed read, and add another one; okay millert@
Pedro Martelletto
2005-06-26
be a bit more carefull not writing to the stream after the timestamps
Otto Moerbeek
2004-09-06
set the xflags; form netbsd; millert@ deraadt@ otto@ ok
Michael Shalayeff
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