- Dec 03, 2016
-
-
Craig Tiller authored
-
- Dec 02, 2016
-
-
Craig Tiller authored
Remove resource users from reclaimer lists when shutting down
-
Craig Tiller authored
Otherwise, a null closure could be executed to reclaim, the reclaimation finished edge would never be executed, and a future allocation will stall forever.
-
David G. Quintas authored
Deflaked lb_policies_test
-
matt-kwong authored
Pin bazel version to 0.4.1 release tag
-
Jan Tattermusch authored
Script for pushing pre-built testing docker images to dockerhub.
-
Craig Tiller authored
Fix logic race in chttp2 write path
-
Matt Kwong authored
-
David Garcia Quintas authored
-
- Dec 01, 2016
-
-
David Garcia Quintas authored
-
kpayson64 authored
PHP Unit test changes
-
kpayson64 authored
Add configurable exit grace periods and shutdown handlers
-
Ken Payson authored
1. In the State change test, 123->0 will hit a c-core GPR_ASSERT if debugging is enabled because 123 doesn't map to a state that can be printed. 2. In the Server test, 8888 is sometimes unavailable, so we just use a wildcard port.
-
Ken Payson authored
The server cleanup method is untested. The join() function that exposes it is only called by the internals of threading.py, and we don't hold a reference to the server thread to explicitly join() it, and I'm not sure we should add a reference just for this purpose. Moreover, the threading.py only calls join(None), the code path in question isn't even exercised by the internals of threading.py. Its just there to make sure we properly follow the join(timeout) semantics.
-
Jan Tattermusch authored
C# cleanup package building
-
Paul Marks authored
Fix a memory leak in grpc_udp_server_add_port()
-
Muxi Yan authored
Capture name change of CocoaPods generated target
-
- Nov 30, 2016
-
-
David Garcia Quintas authored
-
Muxi Yan authored
-
Craig Tiller authored
-
David G. Quintas authored
Deflake grpclb test
-
David G. Quintas authored
Propagate (some) signals to subprocesses in json_run_localhost
-
Craig Tiller authored
Fix TCP shutdown path on Windows
-
Craig Tiller authored
Break infinite connection retry loop
-
Craig Tiller authored
-
Craig Tiller authored
Previously, we'd keep retrying a connection until the channel closed. With this change, we only retry connecting *if there's a watcher on the subchannel connection state*. This ultimately means that if the lb_policy doesn't care if the subchannel connects, it'll stop trying.
-
Jan Tattermusch authored
Basic config for internal CI (take 2)
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
David Garcia Quintas authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Draft of C# server reflection
-