aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_resolv_gai.c
Commit message (Expand)AuthorAge
* remaps EAI_AGAIN to NNG_EADDRINVAL (#2169)Jon Gjengset2025-10-04
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* platform: eliminate NNI_CV_INITIALIZER altogetherGarrett D'Amore2025-01-05
* resolver: add some additional test coverageGarrett D'Amore2024-12-29
* resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* resolver: use nni_aio_startGarrett D'Amore2024-12-26
* posix resolver: use nni_aio_deferGarrett D'Amore2024-12-24
* posix IPv6: BSD platforms us netinet6/in6.hGarrett D'Amore2024-12-21
* Use 32-bit port numbers.Garrett D'Amore2024-11-21
* URL refactor part 1.Garrett D'Amore2024-11-18
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* fixes #1572 nng creates too many threadsGarrett D'Amore2024-01-01
* posix_resolv_gai.c: add AI_NUMERICSERV where undefinedSergey Fedorov2023-04-19
* Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.Garrett D'Amore2021-12-31
* Static condvar initialization.Garrett D'Amore2021-12-05
* getaddrinfo(3) on musl & BSDs fails with servname = "" (#1396)Dave Voutila2021-01-02
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #1022 Support tcp6 link local addressesGarrett D'Amore2020-10-29
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #844 WebSocket wildcard host errorsGarrett D'Amore2020-07-27
* Fix possible use after freeEvgeny Ermakov2020-02-05
* fixes #1112 POSIX pollq finalizers could be simplerGarrett D'Amore2020-01-05
* fixes #1079 Use after free panic in tcp_dialerGarrett D'Amore2019-12-30
* Silence a few clang-tidy complaints.Garrett D'Amore2019-12-29
* Remove some unused includes from POSIX resolver.Garrett D'Amore2019-12-29
* fixes #1065 resolver leaks work structuresGarrett D'Amore2019-12-29
* fixes #1051 nni_ntop is unusedGarrett D'Amore2019-12-27
* fixes #891 Need to handle more getaddrinfo() error codesGarrett D'Amore2019-02-23
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #769 How to limit worker threadsMatt Gigli2018-12-16
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* Modified code to explicitly set hints.ai_socktype passed to getaddrinfo(). On...Mike Bush2018-07-24
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #471 Linux resolver truncates port number silentlyGarrett D'Amore2018-05-21
* fixes #451 task finalization could be better/smarter (resolver)Garrett D'Amore2018-05-17
* fixes #430 Unable to build in MSYS + Win-buildsGarrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes bad address tests in tcp and tls (#345)toppk2018-04-14
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* Simpler taskq API.Garrett D'Amore2017-07-21