summaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_addr.c
AgeCommit message (Expand)Author
2021-08-24Update copyright yearMatt Caswell
2021-07-13BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno
2020-12-08Update copyright yearMatt Caswell
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler
2019-10-10Fix unused goto label gcc warningViktor Szakats
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-08-13BIO_lookup_ex: Do not retry on EAI_MEMORYTomas Mraz
2019-08-13BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST setTomas Mraz
2019-06-11Move a fall through commentMatt Caswell
2019-06-10BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz
2019-04-04Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz
2019-02-26Update copyright yearMatt Caswell
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov
2018-04-03Set error code on alloc failuresRich Salz
2018-02-13Update copyright yearMatt Caswell
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell
2017-04-25Address review feedback for the SCTP changesMatt Caswell
2017-04-25Document BIO_lookup_ex()Matt Caswell
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell
2017-03-29More typo fixesFdaSilvaYY
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-08-21Move BIO index lock creationRich Salz
2016-08-19Add BIO_get_new_index()Rich Salz
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-06-29Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie
2016-06-18Avoid type punning warnings in b_addr.cMatt Caswell
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