aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_addr.c
Commit message (Expand)AuthorAgeFilesLines
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-2/+1
* Updates following feedback on OPENSSL_assert() removalMatt Caswell2017-08-211-3/+0
* Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell2017-08-211-3/+8
* Address review feedback for the SCTP changesMatt Caswell2017-04-251-1/+1
* Document BIO_lookup_ex()Matt Caswell2017-04-251-2/+1
* Add a BIO_lookup_ex() functionMatt Caswell2017-04-251-10/+22
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* bio/b_addr.c: omit private hstrerror.Andy Polyakov2017-03-021-29/+15
* HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte2016-12-161-0/+24
* Fix mem leaks during auto-deinitMatt Caswell2016-09-081-0/+1
* Move BIO index lock creationRich Salz2016-08-211-3/+1
* Add BIO_get_new_index()Rich Salz2016-08-191-1/+3
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-2/+8
* Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie2016-06-291-3/+0
* Avoid type punning warnings in b_addr.cMatt Caswell2016-06-181-4/+4
* 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