index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_acpt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.c
Dr. David von Oheimb
2020-06-16
1
-2
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
BIO_do_accept: correct error return value
scott
2020-04-14
1
-6
/
+7
*
Teach more BIOs how to handle BIO_CTRL_EOF
Matt Caswell
2020-02-04
1
-1
/
+6
*
Replace BUF_ string function calls with OPENSSL_ ones
Rich Salz
2019-10-17
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-08-02
1
-4
/
+3
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
1
-1
/
+1
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
1
-1
/
+3
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-3
/
+0
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Avoid leaking peername data via accept BIOs
Viktor Dukhovni
2018-02-10
1
-0
/
+5
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
1
-2
/
+2
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
1
-1
/
+0
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-14
/
+14
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-6
/
+0
*
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
*
Adapt BIO_new_accept() to call BIO_set_accept_name()
jamercee
2016-08-10
1
-1
/
+1
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix BIO_set_nbio_accept()
Richard Levitte
2016-04-28
1
-4
/
+5
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Refactoring BIO: adapt BIO_s_connect and BIO_s_accept
Richard Levitte
2016-02-03
1
-120
/
+271
*
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
-1
/
+1
*
Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
Andy Polyakov
2015-10-05
1
-6
/
+6
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-3
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
free NULL cleanup
Rich Salz
2015-03-25
1
-8
/
+4
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-6
/
+6
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-366
/
+351
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-6
/
+0
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Constification.
Ben Laurie
2013-10-07
1
-1
/
+1
*
Fix warnings.
Ben Laurie
2010-06-12
1
-3
/
+2
*
make some internal functions static; patch supplied by Kurt Roeckx
Nils Larsch
2006-02-15
1
-4
/
+4
*
Make sure we get the definition of OPENSSL_NO_SOCK.
Richard Levitte
2003-03-21
1
-2
/
+2
*
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
-1
/
+1
*
Make non blocking I/O work for accept BIOs.
Dr. Stephen Henson
2000-10-12
1
-0
/
+12
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-5
/
+5
[next]