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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform
/
windows
/
win_resolv.c
Commit message (
Expand
)
Author
Age
*
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
*
fixes #1079 Use after free panic in tcp_dialer
Garrett D'Amore
2019-12-30
*
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 #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 #591 incorrect reuse of server instances by websocket
Garrett D'Amore
2018-07-16
*
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
*
Eliminate unused varable.
Garrett D'Amore
2018-04-24
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
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
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Start of progress on Windows. Name resolution and IOCP work begins.
Garrett D'Amore
2017-07-07