summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_addr.c
AgeCommit message (Expand)Author
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