aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/b_addr.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-10Fix unused goto label gcc warningViktor Szakats1-0/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-3/+3
2019-08-13BIO_lookup_ex: Do not retry on EAI_MEMORYTomas Mraz1-6/+12
2019-08-13BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST setTomas Mraz1-9/+3
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-6/+12
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz1-6/+6
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-10/+6
2019-06-11Move a fall through commentMatt Caswell1-1/+1
2019-06-10BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz1-0/+14
2019-04-03Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz1-0/+6
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias1-0/+5
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte1-1/+1
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger1-1/+2
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov1-3/+3
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-1/+1
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-1/+1
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-1/+1
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-2/+1
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell1-3/+0
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell1-3/+8
2017-04-25Address review feedback for the SCTP changesMatt Caswell1-1/+1
2017-04-25Document BIO_lookup_ex()Matt Caswell1-2/+1
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell1-10/+22
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov1-29/+15
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte1-0/+24
2016-09-08Fix mem leaks during auto-deinitMatt Caswell1-0/+1
2016-08-21Move BIO index lock creationRich Salz1-3/+1
2016-08-19Add BIO_get_new_index()Rich Salz1-1/+3
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-2/+8
2016-06-29Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie1-3/+0
2016-06-18Avoid type punning warnings in b_addr.cMatt Caswell1-4/+4
2016-05-18Fix some malloc failures in b_addr.cMatt Caswell1-4/+18
2016-05-17Copyright consolidation 09/10Rich Salz1-51/+6
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+1
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala1-1/+3
2016-04-29Check for failed malloc in BIO_ADDR_newMatt Caswell1-0/+3
2016-04-28various spelling fixesFdaSilvaYY1-2/+2
2016-04-14Ensure all locks are properly cleaned upMatt Caswell1-1/+2
2016-04-04Revert "various spelling fixes"Rich Salz1-2/+2
2016-04-04various spelling fixesFdaSilvaYY1-2/+2
2016-03-30Fix pointer size issues on VMSRichard Levitte1-0/+37
2016-03-30Rearrange the use of 'proto' in BIO_lookupRichard Levitte1-10/+11
2016-03-08Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini1-4/+13
2016-02-19getaddrinfo: zero the hints structureEmilia Kasper1-6/+1