aboutsummaryrefslogtreecommitdiff
path: root/src/platform/windows/win_net.c
Commit message (Expand)AuthorAge
* Windows UDP support.Garrett D'Amore2017-09-29
* 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
* Fix warninsg about size types found in 64-bit windows build.Garrett D'Amore2017-08-05
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* Fixes most of the raaces in posix; but at least one remains outstanding.Garrett D'Amore2017-07-18
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* Remove stale partial printf line causing syntax error.Garrett D'Amore2017-07-13
* Windows implmentation of TCP is "working now".Garrett D'Amore2017-07-13
* 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
* Initial swag at notification pipes (not used yet).Garrett D'Amore2017-01-21
* Fix TCP hostname wildcards on Windows. Sort of.Garrett D'Amore2017-01-18
* Address segfault in TCP, and fix wild card handling.Garrett D'Amore2017-01-18
* Fixes for 32-bit Windows compilation.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
* Cleanup winsock somewhat.Garrett D'Amore2017-01-15
* Windows TCP now working.Garrett D'Amore2017-01-14
* Many fixes for Windows. It compiles, and some tests work.Garrett D'Amore2017-01-13
* Initial swag at Win32. Much to do still.Garrett D'Amore2017-01-12