index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the BIO callback return code handling
Matt Caswell
2018-10-04
1
-2
/
+2
*
Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)
Richard Levitte
2018-09-30
1
-0
/
+5
*
minor fixes for Windows
Viktor Szakats
2018-09-12
1
-0
/
+2
*
bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.
Andy Polyakov
2018-07-20
1
-1
/
+1
*
Fix a new gcc-9 warning [-Wstringop-truncation]
Bernd Edlinger
2018-06-24
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
BIO_s_mem() write: Skip early when input length is zero
Richard Levitte
2018-05-05
1
-0
/
+2
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
5
-3
/
+14
*
Use get_last_sys_error() instead of get_last_rtl_error()
Richard Levitte
2018-04-26
1
-2
/
+2
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-1
/
+2
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
bio/b_addr.c: resolve HP-UX compiler warnings.
Andy Polyakov
2018-04-09
1
-3
/
+3
*
Set error code on alloc failures
Rich Salz
2018-04-03
5
-8
/
+17
*
Update copyright year
Matt Caswell
2018-04-03
2
-2
/
+2
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
1
-2
/
+2
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
2
-0
/
+4
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
2
-6
/
+0
*
bio/bss_log.c: on DJGPP syslog facility is part of sockets library.
Andy Polyakov
2018-03-22
1
-0
/
+2
*
Convert _meth_get_ functions to const getters
Jack Bates
2018-03-21
1
-10
/
+10
*
Fix bio callback backward compatibility
Bernd Edlinger
2018-03-19
1
-11
/
+11
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
Add BIO_bind function to bind local address for a socket.
John Hughes
2018-02-19
2
-19
/
+51
*
VMS: for testutil, make sure to use BIO_f_linebuffer
Richard Levitte
2018-02-13
1
-2
/
+3
*
Update copyright year
Matt Caswell
2018-02-13
8
-8
/
+8
*
Remove code that prints "<SPACES/NULS>" in hexdumps
Bernd Edlinger
2018-02-12
1
-16
/
+1
*
Copy name string in BIO_meth_new
Rich Salz
2018-02-10
2
-5
/
+12
*
Avoid leaking peername data via accept BIOs
Viktor Dukhovni
2018-02-10
1
-0
/
+5
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
2
-2
/
+2
*
Remove "dummy" BIO create and destroy functions
Richard Levitte
2018-01-31
2
-43
/
+4
*
BIO: at the end of BIO_new, declare the BIO inited if no create method present
Richard Levitte
2018-01-31
1
-0
/
+2
*
Fix setting of IPV6_V6ONLY on Windows
Bernd Edlinger
2018-01-25
1
-3
/
+10
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
2
-2
/
+2
*
Remove remaining NETWARE ifdef's
Rich Salz
2018-01-07
3
-15
/
+0
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
9
-18
/
+18
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
7
-23
/
+19
*
crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)
Patrick Steuer
2017-12-12
1
-0
/
+1
*
Make BIO_METHOD struct definitions consistent
Daniel Bevenius
2017-12-09
2
-2
/
+4
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
2
-17
/
+12
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
2
-3
/
+3
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
3
-10
/
+17
*
style : fix some if(...
FdaSilvaYY
2017-11-07
1
-15
/
+15
*
Remove parentheses of return.
KaoruToda
2017-10-18
15
-223
/
+223
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-7
/
+1
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
13
-30
/
+30
*
struct timeval include guards
Pauli
2017-09-01
1
-5
/
+1
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
2
-2
/
+2
*
Fixed address family test error for AF_UNIX in BIO_ADDR_make
Zhu Qun-Ying
2017-08-31
1
-1
/
+1
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-3
/
+2
[next]