aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_windows.c
Commit message (Collapse)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* dont check read_info for writesGravatar Jan Tattermusch2016-03-25
|
* Fix windowsGravatar Craig Tiller2016-01-28
|
* Tidy.Gravatar Nicolas "Pixel" Noble2016-01-28
|
* More fixes.Gravatar Nicolas "Pixel" Noble2016-01-28
|
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* address commentsGravatar Jan Tattermusch2015-12-07
|
* fix 32 bit assertionsGravatar Jan Tattermusch2015-12-07
|
* make grpc compile on win64bitGravatar Jan Tattermusch2015-12-07
|
* s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarmGravatar David Garcia Quintas2015-10-04
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\
* | Windows fixesGravatar Craig Tiller2015-09-23
| |
* | clang-format all core filesGravatar Craig Tiller2015-09-23
| |
* | Update Windows stuffGravatar Craig Tiller2015-09-23
| |
* | 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
| |
| * Shutting down warning about operations on closed sockets.Gravatar Nicolas "Pixel" Noble2015-09-22
| |
* | CleanupGravatar Craig Tiller2015-09-18
|/
* 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
* Revert "Revert "Refactor Endpoint API""Gravatar Craig Tiller2015-08-27
|
* Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
|
* Properly reset incoming bufferGravatar Craig Tiller2015-08-26
|
* Turn off debugGravatar Craig Tiller2015-08-26
|
* Fix refcountingGravatar Craig Tiller2015-08-26
|
* Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-26
|\ | | | | | | | | Conflicts: src/core/iomgr/tcp_windows.c
| * fix gpr_slice leak in server on connection resetGravatar Jan Tattermusch2015-08-25
| |
* | Spam cleanupGravatar Craig Tiller2015-08-25
| |
* | clang-formatGravatar Craig Tiller2015-08-21
| |
* | Update Windows to new endpoint APIGravatar Craig Tiller2015-08-21
|/ | | | Also solve an infinite recursion in chttp2_transport
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Fix compilation under VS 2010Gravatar Jan Tattermusch2015-08-03
|
* Fixing Windows's missing pollset_set.Gravatar Nicolas "Pixel" Noble2015-07-29
|
* 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
|/
* remove chatty log messages on windowsGravatar Jan Tattermusch2015-07-12
|
* prevent leaking gpr_slice in windows on_read()Gravatar Jan Tattermusch2015-06-18
|
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
|
* 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.
* 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.
* Another round of win32 fixes and documentation.Gravatar Nicolas "Pixel" Noble2015-05-04
| | | | | -) Fixed a few more (much more rare) race conditions on shutdown. -) Fixed a degenerate case if we create a server but never start it.
* 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.
* make initializing overlapped-struct obvious for preventing a ciritical bugGravatar zeliard2015-04-30
|
* partial fix for #546Gravatar Jan Tattermusch2015-04-21
|
* removed chatty log messages on windowsGravatar Jan Tattermusch2015-04-21
|
* remove nslices assertion on windowsGravatar Jan Tattermusch2015-04-21
|
* allow empty messages in gRPC on windowsGravatar Jan Tattermusch2015-04-21
|