Ensure all locks are properly cleaned up
[openssl.git] / crypto / bio / b_addr.c
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