Address review feedback for the SCTP changes
[openssl.git] / crypto / bio / b_addr.c
2017-04-25 Matt CaswellAddress review feedback for the SCTP changes
2017-04-25 Matt CaswellDocument BIO_lookup_ex()
2017-04-25 Matt CaswellAdd a BIO_lookup_ex() function
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-02 Andy Polyakovbio/b_addr.c: omit private hstrerror.
2016-12-16 Richard LevitteHP-UX doesn't have hstrerror(), so make our own for...
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-08-21 Rich SalzMove BIO index lock creation
2016-08-20 Rich SalzAdd BIO_get_new_index()
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-06-29 Ben LaurieSome interfaces may have IPv6 addresses even if an...
2016-06-18 Matt CaswellAvoid type punning warnings in b_addr.c
2016-05-18 Matt CaswellFix some malloc failures in b_addr.c
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-04-29 Matt CaswellCheck for failed malloc in BIO_ADDR_new
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-30 Richard LevitteFix pointer size issues on VMS
2016-03-30 Richard LevitteRearrange the use of 'proto' in BIO_lookup
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-02-19 Emilia Kaspergetaddrinfo: zero the hints structure
2016-02-17 Rich SalzRT4310: Fix varous no-XXX builds
2016-02-16 Richard LevitteOn solaris, the variable name sun clashes, use s_un...
2016-02-12 Richard LevitteBetter workaround for VMS getnameinfo() bug
2016-02-11 Richard LevitteRework BIO_ADDRINFO_protocol() to return correct values
2016-02-10 Richard LevitteVMS getnameinfo() seems to have a bug with returned...
2016-02-08 Richard LevitteSmall fixes
2016-02-08 Rich SalzGH641: Don't care openssl_zmalloc
2016-02-08 Roumen Petrovavoid crash if hostserv is with host part only
2016-02-05 Matt CaswellAdd a BIO_ADDR_clear function
2016-02-04 Richard LevitteMake sure getaddrinfo and getnameinfo works as intended...
2016-02-04 Kurt RoeckxUse WSAGetLastError() on windows
2016-02-04 Kurt RoeckxMake fallback addresses static so that we can initialize it
2016-02-03 Richard LevitteRefactoring BIO: add wrappers around sockaddr et al