index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
compress
/
gzopen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
the SMALL code made a half hearted effort to exclude compression code
tedu
2016-09-03
1
-194
/
+185
*
start pulling apart some function pointers that take too many parameters
tedu
2016-09-03
1
-35
/
+62
*
When returning the file size info, only use z_total_in/z_total_out
millert
2016-08-17
1
-5
/
+9
*
Need to set in/out bytes count for gz_write too. Otherwise gzip
millert
2016-04-29
1
-1
/
+3
*
Account for multiple streams in "gzip -l" output. This fixes "gzip
millert
2016-04-28
1
-11
/
+24
*
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
deraadt
2015-08-20
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+3
*
Remove the rcsid which were intentionally skipped in the "purge of 2009"
deraadt
2011-09-22
1
-6
/
+1
*
memory leak with #ifdef SMALL, found by parfait
deraadt
2009-11-11
1
-2
/
+3
*
Use and report errors that inflate(3) can return, instead of
mpf
2008-08-20
1
-2
/
+11
*
Fix check for failed read, and add another one; okay millert@
pedro
2007-03-19
1
-5
/
+6
*
be a bit more carefull not writing to the stream after the timestamps
otto
2005-06-26
1
-5
/
+6
*
set the xflags; form netbsd; millert@ deraadt@ otto@ ok
mickey
2004-09-06
1
-6
/
+6
*
knf
deraadt
2004-02-23
1
-3
/
+3
*
really don't implement unzip #ifdef SMALL
henning
2003-12-16
1
-3
/
+16
*
do not include rcsids with -DSMALL and as it is meaningless then do not
henning
2003-12-16
1
-2
/
+4
*
when we read the original file size from the gzp header in uncompress mode
henning
2003-12-16
1
-3
/
+3
*
Fixes based on a patch from Moritz Jodeit; mickey@ OK
millert
2003-12-09
1
-4
/
+7
*
Simplified support for concatenated files; similar to what zlib does.
millert
2003-11-21
1
-17
/
+9
*
Add support for inflating multiple concatenated file like GNU gzip does.
millert
2003-11-14
1
-3
/
+17
*
two calls is less than a loop for two; millert@ ok
mickey
2003-07-17
1
-4
/
+4
*
o implement -l, -n and -N (including setting outfile + mtime)
millert
2003-07-17
1
-31
/
+94
*
Move magic number checking into main.c and make it work when
millert
2003-07-11
1
-26
/
+13
*
add missing includes
david
2003-07-10
1
-2
/
+3
*
fix fd closing logicand close in gzopen(); found by wilfried@ and millert@ ok
mickey
2003-07-08
1
-2
/
+7
*
Return EINVAL on crc failure for gzip and make the driver program
millert
2003-06-29
1
-4
/
+7
*
Fix bug in put_int32() on big endian cpus; deraadt@ OK
millert
2003-06-27
1
-12
/
+5
*
knf and ansi
deraadt
2003-06-22
1
-39
/
+17
*
three four kills
mickey
2003-06-03
1
-7
/
+2
*
grop long option names, like gzip.
mickey
2002-12-08
1
-6
/
+9
*
Swap args to calloc(3) so they are in the correct order; art@ ok.
aaron
2002-08-12
1
-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.
millert
2002-02-16
1
-5
/
+5
*
kill more registers
mpech
2001-11-19
1
-14
/
+14
*
do gzip
mickey
1997-07-06
1
-0
/
+443