index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
comp
/
c_zlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.
Tomas Mraz
2019-09-12
1
-0
/
+22
*
Following the license change, modify the boilerplates in crypto/comp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
1
-2
/
+2
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
1
-2
/
+2
*
Don't NULL check before calling DSO_free.
Rich Salz
2017-11-08
1
-2
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Fix zlib BIO_METHOD for latest BIO_METHOD structure changes
Matt Caswell
2016-11-08
1
-0
/
+4
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-51
/
+6
*
Remake the way dynamic zlib is loaded
Richard Levitte
2016-04-13
1
-5
/
+12
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-2
/
+2
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate COMP_zlib_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-3
/
+3
*
Fix the zlib config option
Matt Caswell
2016-03-30
1
-21
/
+31
*
Move dso.h to internal
Rich Salz
2016-03-23
1
-1
/
+1
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-10
/
+0
*
The new init functions can now fail so shouldn't be void
Matt Caswell
2016-02-10
1
-1
/
+5
*
Rename INIT funtions, deprecate old ones.
Rich Salz
2016-02-10
1
-1
/
+1
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
1
-0
/
+2
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-17
/
+2
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-3
/
+1
*
Fixed problem with multiple load-unload of comp zlib
David Brodski
2015-08-26
1
-1
/
+3
*
Fix -DZLIB build for opaque COMP types
Rich Salz
2015-06-09
1
-42
/
+9
*
Make COMP_CTX and COMP_METHOD opaque
Rich Salz
2015-05-12
1
-2
/
+55
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-2
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-10
/
+5
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+1
*
Dead code removal: #if 0 bio, comp, rand
Rich Salz
2015-01-30
1
-113
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-677
/
+640
*
Modify compression code so it avoids using ex_data free functions. This
Dr. Stephen Henson
2010-01-13
1
-10
/
+7
*
Missing return values (Coverity ID 204).
Ben Laurie
2008-12-13
1
-1
/
+2
*
And so it begins...
Dr. Stephen Henson
2008-03-12
1
-1
/
+390
*
- use OPENSSL_malloc() etc. in zlib
Nils Larsch
2007-02-14
1
-15
/
+40
*
Update from 0.9.8-stable.
Dr. Stephen Henson
2005-12-05
1
-115
/
+15
*
Make ZLIB without ZLIB_SHARED compiled again.
Dr. Stephen Henson
2005-12-03
1
-1
/
+3
*
Add error checking to avoid crashing when zlib cannot be loaded.
Dr. Stephen Henson
2005-12-02
1
-2
/
+7
*
Only define ZLIB_SHARED if it hasn't already been defined (on the command
Richard Levitte
2005-06-18
1
-1
/
+3
*
Make whiny compilers stop complaining about missing prototype.
Andy Polyakov
2004-12-31
1
-0
/
+1
*
Because libraries on Windows lack useful version information, the zlib
Richard Levitte
2004-10-14
1
-1
/
+11
*
Setting the ex_data index is unsafe in a threaded environment, so
Richard Levitte
2003-10-06
1
-3
/
+6
*
Remove unused code, don't use zlib functions that are really macros
Richard Levitte
2003-10-04
1
-6
/
+19
*
Add some debugging output.
Richard Levitte
2003-01-16
1
-0
/
+10
*
Implement a stateful variant if the ZLIB compression method. The old
Richard Levitte
2002-12-08
1
-4
/
+185
*
If we're loading libz dynamically, and COMP_zlib() is called more than once,
Richard Levitte
2002-10-04
1
-2
/
+2
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-3
/
+3
[next]