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
*
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
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Clean up some unused variables.
Garrett D'Amore
2017-07-07
*
Fixes for async resolver, plus a test suite for it.
Garrett D'Amore
2017-07-06
*
Initial swag at asynchronous name resolution.
Garrett D'Amore
2017-07-06