aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/endpoint_pair_windows.c
Commit message (Collapse)AuthorAge
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
|\ | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * Make endpoint peer API work on WindowsGravatar Craig Tiller2015-07-20
|/
* Fix Windows compilationGravatar Craig Tiller2015-06-02
|
* Various Win32 fixes and improvements.Gravatar Nicolas Noble2015-05-12
| | | | | | | | -) Properly setting up the endpoint pair. -) Beancounting on socket shutdown to properly add references. -) Only proceed to clear out data when called from the IOCP thread. -) Enabling ALL the tests. -) Fixing run_tests.py to properly invoke them.
* 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.
* correct win32-related API usageGravatar zeliard2015-05-04
|
* Make endpoint_pair_windows compile.Gravatar Craig Tiller2015-04-08
|
* Fix #ifdefGravatar Craig Tiller2015-04-08
|
* Add endpoint_pair_windows.c (never compiled)Gravatar Craig Tiller2015-04-08