- Aug 10, 2015
-
-
yang-g authored
-
- Aug 05, 2015
-
-
Jan Tattermusch authored
-
- Aug 04, 2015
-
-
Craig Tiller authored
run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.
-
Craig Tiller authored
Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on.
-
yang-g authored
-
- Jul 31, 2015
-
-
Nicolas Noble authored
-
Nicolas Noble authored
-
- Jul 30, 2015
-
-
yang-g authored
-
Alistair Veitch authored
-
Alistair Veitch authored
-
Craig Tiller authored
-
Craig Tiller authored
Currently, if two threads call grpc_completion_queue_pluck on the same completion queue for different tags, there is a 50% chance that we deliver the completion wakeup to the wrong poller - forcing the correct poller to wait until its polling times out before it can return an event up to the application. This change tweaks our polling interfaces so that we can indeed wake a specific poller. Nothing has been performance tuned yet. It's definitely sub-optimal in a number of places. Wakeup file-descriptors should be recycled. We should have a path that avoids calling poll() followed by epoll(). We can probably live without it right at the second though. This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows machine).
-
- Jul 29, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Jul 28, 2015
-
-
yang-g authored
-
- Jul 24, 2015
-
-
yang-g authored
-
Craig Tiller authored
-
- Jul 23, 2015
-
-
vjpai authored
-
- Jul 21, 2015
-
-
Michael Larson authored
-
- Jul 20, 2015
-
-
Alistair Veitch authored
-
Craig Tiller authored
-
- Jul 19, 2015
-
-
Michael Larson authored
-
Michael Larson authored
-
Michael Larson authored
-
Michael Larson authored
-
- Jul 18, 2015
-
-
Alistair Veitch authored
-
- Jul 17, 2015
-
-
yang-g authored
-
Craig Tiller authored
-
- Jul 16, 2015
-
-
vjpai authored
appropriate
-
Craig Tiller authored
Initial plumbing work; needs tests and more client_channel implementation.
-
- Jul 15, 2015
-
-
Vijay Pai authored
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
-
- Jul 13, 2015
-
-
yang-g authored
-
Craig Tiller authored
Use it to validate that arithmetic on time types makes even some vague kind of sense.
-
- Jul 11, 2015
-
-
Nicolas "Pixel" Noble authored
The nuget command line tool can't find which solution we want to restore packages on. The documentation needs some update.
-
Nicolas "Pixel" Noble authored
With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build.
-
Vijay Pai authored
-
Vijay Pai authored
Tests not yet included.
-
- Jul 10, 2015
-
-
Craig Tiller authored
-
Jan Tattermusch authored
-
jboeuf authored
-
- Jul 08, 2015
-
-
yang-g authored
-