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
*
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
*
Make fallback addresses static so that we can initialize it
Kurt Roeckx
2016-02-04
1
-8
/
+11
*
Refactoring BIO: add wrappers around sockaddr et al
Richard Levitte
2016-02-03
1
-0
/
+795