index
:
delta/openssl.git
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenTLS
SSLeay
baserock/morph
master
origin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
comp
/
c_zlib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify compression code so it avoids using ex_data free functions. This
steve
2010-01-13
1
-10
/
+7
*
Missing return values (Coverity ID 204).
ben
2008-12-13
1
-1
/
+2
*
And so it begins...
steve
2008-03-12
1
-1
/
+390
*
- use OPENSSL_malloc() etc. in zlib
nils
2007-02-14
1
-15
/
+40
*
Update from 0.9.8-stable.
steve
2005-12-05
1
-115
/
+15
*
Make ZLIB without ZLIB_SHARED compiled again.
steve
2005-12-03
1
-1
/
+3
*
Add error checking to avoid crashing when zlib cannot be loaded.
steve
2005-12-02
1
-2
/
+7
*
Only define ZLIB_SHARED if it hasn't already been defined (on the command
levitte
2005-06-18
1
-1
/
+3
*
Make whiny compilers stop complaining about missing prototype.
appro
2004-12-30
1
-0
/
+1
*
Because libraries on Windows lack useful version information, the zlib
levitte
2004-10-14
1
-1
/
+11
*
Setting the ex_data index is unsafe in a threaded environment, so
levitte
2003-10-06
1
-3
/
+6
*
Remove unused code, don't use zlib functions that are really macros
levitte
2003-10-04
1
-6
/
+19
*
Add some debugging output.
levitte
2003-01-16
1
-0
/
+10
*
Implement a stateful variant if the ZLIB compression method. The old
levitte
2002-12-08
1
-4
/
+185
*
If we're loading libz dynamically, and COMP_zlib() is called more than once,
levitte
2002-10-04
1
-2
/
+2
*
Use new-style system-id macros everywhere possible. I hope I haven't
levitte
2001-02-20
1
-3
/
+3
*
A few bug fixes for Windows.
levitte
2000-11-30
1
-5
/
+5
*
COMP_METHOD has a new argument since some time back...
levitte
2000-11-30
1
-0
/
+2
*
Change c_zlib further to allow loading a shared zlib on all operating
levitte
2000-11-30
1
-34
/
+51
*
Changes to c_zlib.c to make ZLIB.DLL dynamically loadable under
levitte
2000-11-30
1
-8
/
+116
*
Change #include filenames from <foo.h> to <openssl.h>.
bodo
1999-04-23
1
-2
/
+2
*
Change functions to ANSI C.
ulf
1999-04-19
1
-18
/
+7
*
Initial revision
rse
1998-12-21
1
-0
/
+144