aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_windows.c
Commit message (Collapse)AuthorAge
* Addressing comments.Gravatar Nicolas Noble2015-02-10
|
* Adding Windows tcp server code.Gravatar Nicolas "Pixel" Noble2015-02-05
|
* Fixing bad copy/paste.Gravatar Nicolas "Pixel" Noble2015-02-05
|
* Second draft of the win32 implementation.Gravatar Nicolas "Pixel" Noble2015-02-04
| | | | | -) Client code is now threadsafe. -) The echo_client code runs and succeeds.
* First draft of the win32 implementation of iomgr.Gravatar Nicolas "Pixel" Noble2015-02-04
Caveats: -) The win32 pollset isn't threadsafe (yet). -) Only client code is implemented. -) Only very simple code has been tested with it yet.