index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform
/
posix
/
posix_resolv_gai.c
Commit message (
Expand
)
Author
Age
*
remaps EAI_AGAIN to NNG_EADDRINVAL (#2169)
Jon Gjengset
2025-10-04
*
AIO: Use nng_err for cancellation callback instead of int.
Garrett D'Amore
2025-04-27
*
platform: eliminate NNI_CV_INITIALIZER altogether
Garrett D'Amore
2025-01-05
*
resolver: add some additional test coverage
Garrett D'Amore
2024-12-29
*
resolver: use explicit resolver item provided by caller
Garrett D'Amore
2024-12-28
*
resolver: use nni_aio_start
Garrett D'Amore
2024-12-26
*
posix resolver: use nni_aio_defer
Garrett D'Amore
2024-12-24
*
posix IPv6: BSD platforms us netinet6/in6.h
Garrett D'Amore
2024-12-21
*
Use 32-bit port numbers.
Garrett D'Amore
2024-11-21
*
URL refactor part 1.
Garrett D'Amore
2024-11-18
*
URL u_port should be a number not a string.
Garrett D'Amore
2024-11-17
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)
Garrett D'Amore
2024-02-25
*
fixes #1572 nng creates too many threads
Garrett D'Amore
2024-01-01
*
posix_resolv_gai.c: add AI_NUMERICSERV where undefined
Sergey Fedorov
2023-04-19
*
Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.
Garrett D'Amore
2021-12-31
*
Static condvar initialization.
Garrett D'Amore
2021-12-05
*
getaddrinfo(3) on musl & BSDs fails with servname = "" (#1396)
Dave Voutila
2021-01-02
*
fixes #1041 Abstract socket address for IPC
Garrett D'Amore
2020-11-08
*
fixes #1311 reduce wasted use for nni_aio
Garrett D'Amore
2020-10-31
*
fixes #1022 Support tcp6 link local addresses
Garrett D'Amore
2020-10-29
*
fixes #960 NNG threads inherit application thread name
Garrett D'Amore
2020-08-08
*
fixes #844 WebSocket wildcard host errors
Garrett D'Amore
2020-07-27
*
Fix possible use after free
Evgeny Ermakov
2020-02-05
*
fixes #1112 POSIX pollq finalizers could be simpler
Garrett D'Amore
2020-01-05
*
fixes #1079 Use after free panic in tcp_dialer
Garrett D'Amore
2019-12-30
*
Silence a few clang-tidy complaints.
Garrett D'Amore
2019-12-29
*
Remove some unused includes from POSIX resolver.
Garrett D'Amore
2019-12-29
*
fixes #1065 resolver leaks work structures
Garrett D'Amore
2019-12-29
*
fixes #1051 nni_ntop is unused
Garrett D'Amore
2019-12-27
*
fixes #891 Need to handle more getaddrinfo() error codes
Garrett D'Amore
2019-02-23
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
fixes #769 How to limit worker threads
Matt Gigli
2018-12-16
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
Modified code to explicitly set hints.ai_socktype passed to getaddrinfo(). On...
Mike Bush
2018-07-24
*
fixes #595 mutex leak and other minor errors in TCP
Garrett D'Amore
2018-07-18
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
fixes #471 Linux resolver truncates port number silently
Garrett D'Amore
2018-05-21
*
fixes #451 task finalization could be better/smarter (resolver)
Garrett D'Amore
2018-05-17
*
fixes #430 Unable to build in MSYS + Win-builds
Garrett D'Amore
2018-05-15
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes bad address tests in tcp and tls (#345)
toppk
2018-04-14
*
fixes #289 nng_sockaddr could just be a union
Garrett D'Amore
2018-03-14
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
fixes #41 Move DNS out of tcp transport
Garrett D'Amore
2017-08-21
*
Conditional platform inclusion cleanups.
Garrett D'Amore
2017-08-21
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
Refactor AIO logic to close numerous races and reduce complexity.
Garrett D'Amore
2017-08-04
*
Simpler taskq API.
Garrett D'Amore
2017-07-21
[next]