summaryrefslogtreecommitdiff
path: root/src/platform/windows/win_resolv.c
Commit message (Expand)AuthorAge
* 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 #591 incorrect reuse of server instances by websocketGarrett D'Amore2018-07-16
* 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
* Eliminate unused varable.Garrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* 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
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Start of progress on Windows. Name resolution and IOCP work begins.Garrett D'Amore2017-07-07