index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_conn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some #if 0 code in ssl, crypto/bio
Todd Short
2017-02-28
1
-9
/
+1
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
BIO socket connect failure was not handled correctly.
Davide Galassi
2016-04-20
1
-1
/
+1
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
GH678: Add a few more zalloc
FdaSilvaYY
2016-02-22
1
-6
/
+0
*
Refactoring BIO: adapt BIO_s_connect and BIO_s_accept
Richard Levitte
2016-02-03
1
-147
/
+151
*
Temporary pragma to have GCC quiet down about deprecated functions
Richard Levitte
2016-02-03
1
-0
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-5
/
+5
*
Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrl
Richard Levitte
2015-11-02
1
-11
/
+20
*
Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
Andy Polyakov
2015-10-05
1
-4
/
+4
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-8
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-2
/
+2
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-14
/
+7
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-543
/
+494
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-7
/
+1
*
RT3548: Remove unsupported platforms.
Rich Salz
2014-12-22
1
-1
/
+1
*
Constification.
Ben Laurie
2013-10-07
1
-1
/
+1
*
fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK state
Nils Larsch
2006-02-02
1
-1
/
+1
*
add missing parentheses
Nils Larsch
2005-04-27
1
-1
/
+1
*
Stop bogus shadowing warning.
Dr. Stephen Henson
2005-04-20
1
-2
/
+2
*
Give everything prototypes (well, everything that's actually used).
Ben Laurie
2005-03-31
1
-2
/
+2
*
Make prototypes for some callback pointers.
Richard Levitte
2004-03-25
1
-1
/
+1
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-3
/
+3
*
Make sure we get the definition of OPENSSL_NO_SOCK.
Richard Levitte
2003-03-21
1
-2
/
+2
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-2
/
+2
*
Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> that
Richard Levitte
2002-01-26
1
-1
/
+1
*
Prototype info function.
Ben Laurie
2002-01-12
1
-2
/
+3
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-2
/
+2
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-2
/
+2
*
Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>
Richard Levitte
2000-09-21
1
-1
/
+1
*
Avoid abort() throughout the library, except when preprocessor
Bodo Möller
2000-09-04
1
-2
/
+2
*
Fixes for Win32 build.
Dr. Stephen Henson
2000-06-21
1
-3
/
+3
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-9
/
+9
*
Get rid of more non-ANSI declarations.
Ulf Möller
2000-05-16
1
-10
/
+11
*
Move the registration of callback functions to special functions
Richard Levitte
2000-02-21
1
-14
/
+30
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
1
-3
/
+3
*
Compaq C 6.2 for VMS will complain when we want to convert
Richard Levitte
2000-01-18
1
-2
/
+18
*
Avoid warnings.
Bodo Möller
1999-06-10
1
-1
/
+1
*
VMS support bug fixes.
Ulf Möller
1999-05-13
1
-2
/
+2
*
VMS support.
Ulf Möller
1999-05-13
1
-0
/
+6
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-22
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-1
/
+1
[next]