aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_client_windows.c
Commit message (Collapse)AuthorAge
* Update Windows to use the monotonic clock for alarms alsoGravatar Craig Tiller2015-07-20
|
* clang-format changed filesGravatar Craig Tiller2015-07-06
|
* Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|
* clang-formatGravatar Craig Tiller2015-06-05
|
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-02
|\
| * Fix Windows compilationGravatar Craig Tiller2015-06-02
| |
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-11
|\|
| * Msys2 fixes, and compilation instructions.Gravatar Nicolas "Pixel" Noble2015-05-10
| |
* | Plumb pollset_set through to tcp setupGravatar Craig Tiller2015-05-08
| |
| * Further Windows fixes.Gravatar Nicolas "Pixel" Noble2015-05-08
| | | | | | | | | | | | | | | | -) Properly flagging our endpoints as non-blocking. -) Accounting for the custom events. -) Restoring the on-error portion of read and write. -) Better accounting of the outstanding reads and writes. -) Various minor cleanups.
| * A few win32 fixes.Gravatar Nicolas "Pixel" Noble2015-05-07
|/ | | | | -) Better handling of orphaned sockets by tracking the pending operations in it, instead of the layer above. -) Ignoring after-shutdown operations.
* More win32 fixes + documentation.Gravatar Nicolas "Pixel" Noble2015-05-02
| | | | Fixing a very edge case where the tcp_client can crash due to race conditions on connection abortion.
* Wave of Win32 fixes.Gravatar Nicolas "Pixel" Noble2015-05-02
| | | | | -) tcp client and server should no longer starve waiting on orphans -) proper server shutdown sequence to prevent use-after-free.
* removed chatty log messages on windowsGravatar Jan Tattermusch2015-04-21
|
* Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Addressing comments.Gravatar Nicolas Noble2015-02-10
|
* Adding Windows tcp server code.Gravatar Nicolas "Pixel" Noble2015-02-05
|
* 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.