summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_addr.c
AgeCommit message (Expand)Author
2016-05-18Fix some malloc failures in b_addr.cMatt Caswell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-04-29Check for failed malloc in BIO_ADDR_newMatt Caswell
2016-04-28various spelling fixesFdaSilvaYY
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-30Fix pointer size issues on VMSRichard Levitte
2016-03-30Rearrange the use of 'proto' in BIO_lookupRichard Levitte
2016-03-08Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini
2016-02-19getaddrinfo: zero the hints structureEmilia Kasper
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz
2016-02-16On solaris, the variable name sun clashes, use s_un insteadRichard Levitte
2016-02-12Better workaround for VMS getnameinfo() bugRichard Levitte
2016-02-11Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte
2016-02-10VMS getnameinfo() seems to have a bug with returned service stringRichard Levitte
2016-02-08Small fixesRichard Levitte
2016-02-08GH641: Don't care openssl_zmallocRich Salz
2016-02-08avoid crash if hostserv is with host part onlyRoumen Petrov
2016-02-05Add a BIO_ADDR_clear functionMatt Caswell
2016-02-04Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte
2016-02-04Use WSAGetLastError() on windowsKurt Roeckx
2016-02-04Make fallback addresses static so that we can initialize itKurt Roeckx
2016-02-03Refactoring BIO: add wrappers around sockaddr et alRichard Levitte