index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
b_addr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-1
/
+2
*
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
1
-2
/
+3
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
1
-1
/
+1
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-1
/
+1
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-1
/
+1
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
1
-1
/
+1
*
Fixed address family test error for AF_UNIX in BIO_ADDR_make
Zhu Qun-Ying
2017-08-31
1
-1
/
+1
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-1
/
+1
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-2
/
+1
*
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
2017-08-21
1
-3
/
+0
*
Remove OPENSSL_assert() from various crypto/bio files
Matt Caswell
2017-08-21
1
-3
/
+8
*
Address review feedback for the SCTP changes
Matt Caswell
2017-04-25
1
-1
/
+1
*
Document BIO_lookup_ex()
Matt Caswell
2017-04-25
1
-2
/
+1
*
Add a BIO_lookup_ex() function
Matt Caswell
2017-04-25
1
-10
/
+22
*
More typo fixes
FdaSilvaYY
2017-03-29
1
-1
/
+1
*
bio/b_addr.c: omit private hstrerror.
Andy Polyakov
2017-03-02
1
-29
/
+15
*
HP-UX doesn't have hstrerror(), so make our own for that platform
Richard Levitte
2016-12-16
1
-0
/
+24
*
Fix mem leaks during auto-deinit
Matt Caswell
2016-09-08
1
-0
/
+1
*
Move BIO index lock creation
Rich Salz
2016-08-21
1
-3
/
+1
*
Add BIO_get_new_index()
Rich Salz
2016-08-20
1
-1
/
+3
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-2
/
+8
*
Some interfaces may have IPv6 addresses even if an IPv6 address is not
Ben Laurie
2016-06-29
1
-3
/
+0
*
Avoid type punning warnings in b_addr.c
Matt Caswell
2016-06-18
1
-4
/
+4
*
Fix some malloc failures in b_addr.c
Matt Caswell
2016-05-18
1
-4
/
+18
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-51
/
+6
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+1
*
few missing allocation failure checks and releases on error paths
J Mohan Rao Arisankala
2016-05-09
1
-1
/
+3
*
Check for failed malloc in BIO_ADDR_new
Matt Caswell
2016-04-29
1
-0
/
+3
*
various spelling fixes
FdaSilvaYY
2016-04-28
1
-2
/
+2
*
Ensure all locks are properly cleaned up
Matt Caswell
2016-04-14
1
-1
/
+2
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
1
-2
/
+2
*
various spelling fixes
FdaSilvaYY
2016-04-04
1
-2
/
+2
*
Fix pointer size issues on VMS
Richard Levitte
2016-03-30
1
-0
/
+37
*
Rearrange the use of 'proto' in BIO_lookup
Richard Levitte
2016-03-30
1
-10
/
+11
*
Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-4
/
+13
*
getaddrinfo: zero the hints structure
Emilia Kasper
2016-02-19
1
-6
/
+1
*
RT4310: Fix varous no-XXX builds
Rich Salz
2016-02-17
1
-0
/
+2
*
On solaris, the variable name sun clashes, use s_un instead
Richard Levitte
2016-02-16
1
-29
/
+29
*
Better workaround for VMS getnameinfo() bug
Richard Levitte
2016-02-12
1
-5
/
+7
*
Rework BIO_ADDRINFO_protocol() to return correct values
Richard Levitte
2016-02-11
1
-2
/
+18
*
VMS getnameinfo() seems to have a bug with returned service string
Richard Levitte
2016-02-10
1
-0
/
+11
*
Small fixes
Richard Levitte
2016-02-08
1
-1
/
+1
*
GH641: Don't care openssl_zmalloc
Rich Salz
2016-02-08
1
-3
/
+4
*
avoid crash if hostserv is with host part only
Roumen Petrov
2016-02-08
1
-1
/
+1
*
Add a BIO_ADDR_clear function
Matt Caswell
2016-02-05
1
-0
/
+7
*
Make sure getaddrinfo and getnameinfo works as intended on Windows
Richard Levitte
2016-02-04
1
-2
/
+9
*
Use WSAGetLastError() on windows
Kurt Roeckx
2016-02-04
1
-0
/
+8
[next]