aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_addr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unused goto label gcc warningViktor Szakats2019-10-101-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-3/+3
* BIO_lookup_ex: Do not retry on EAI_MEMORYTomas Mraz2019-08-131-6/+12
* BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST setTomas Mraz2019-08-131-9/+3
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-6/+12
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-6/+6
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-10/+6
* Move a fall through commentMatt Caswell2019-06-111-1/+1
* BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz2019-06-101-0/+14
* Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz2019-04-031-0/+6
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-0/+5
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-1/+2
* bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov2018-04-091-3/+3
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-1/+1
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-1/+1
* Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying2017-08-311-1/+1
* 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