aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_client_windows.c
Commit message (Collapse)AuthorAge
* s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarmGravatar David Garcia Quintas2015-10-04
|
* clang-format all core filesGravatar Craig Tiller2015-09-23
|
* Merge branch 'shindig' of https://github.com/ctiller/grpc into shindigGravatar Craig Tiller2015-09-23
|\ | | | | | | | | Conflicts: src/core/iomgr/tcp_client_windows.c
* | Update Windows stuffGravatar Craig Tiller2015-09-23
| |
| * Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-22
|/| | | | | | | | | Conflicts: src/core/surface/secure_channel_create.c
* | clang-format all core filesGravatar Craig Tiller2015-09-22
| |
* | indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
| |
* | clang-format all core filesGravatar Craig Tiller2015-09-22
| |
| * make function definitions match declaration in headerGravatar Jan Tattermusch2015-09-21
|/
* remove excess logsGravatar Jan Tattermusch2015-09-09
|
* avoid infinite spin without checking condvarGravatar Craig Tiller2015-09-03
|
* Cleaning up Windows endpoint codeGravatar Craig Tiller2015-08-28
| | | | | | - removed the need to track some state - fixed chttp2 transport endpoint shutdown management - made a bunch of tests pass
* Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
|\ | | | | Expose call peer uri from C core
| * Make endpoint peer API work on WindowsGravatar Craig Tiller2015-07-20
| |
* | 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.