aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_addr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some malloc failures in b_addr.cMatt Caswell2016-05-181-4/+18
* Copyright consolidation 09/10Rich Salz2016-05-171-51/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+1
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-1/+3
* Check for failed malloc in BIO_ADDR_newMatt Caswell2016-04-291-0/+3
* various spelling fixesFdaSilvaYY2016-04-281-2/+2
* Ensure all locks are properly cleaned upMatt Caswell2016-04-141-1/+2
* Revert "various spelling fixes"Rich Salz2016-04-041-2/+2
* various spelling fixesFdaSilvaYY2016-04-041-2/+2
* Fix pointer size issues on VMSRichard Levitte2016-03-301-0/+37
* Rearrange the use of 'proto' in BIO_lookupRichard Levitte2016-03-301-10/+11
* Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini2016-03-081-4/+13
* getaddrinfo: zero the hints structureEmilia Kasper2016-02-191-6/+1
* RT4310: Fix varous no-XXX buildsRich Salz2016-02-171-0/+2
* On solaris, the variable name sun clashes, use s_un insteadRichard Levitte2016-02-161-29/+29
* Better workaround for VMS getnameinfo() bugRichard Levitte2016-02-121-5/+7
* Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte2016-02-111-2/+18
* VMS getnameinfo() seems to have a bug with returned service stringRichard Levitte2016-02-101-0/+11
* Small fixesRichard Levitte2016-02-081-1/+1
* GH641: Don't care openssl_zmallocRich Salz2016-02-081-3/+4
* avoid crash if hostserv is with host part onlyRoumen Petrov2016-02-081-1/+1
* Add a BIO_ADDR_clear functionMatt Caswell2016-02-051-0/+7
* Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte2016-02-041-2/+9
* Use WSAGetLastError() on windowsKurt Roeckx2016-02-041-0/+8
* Make fallback addresses static so that we can initialize itKurt Roeckx2016-02-041-8/+11
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-031-0/+795