- Aug 10, 2015
-
-
yang-g 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.
-
yang-g authored
-
- Jul 30, 2015
-
-
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 23, 2015
-
-
vjpai authored
-
- Jul 20, 2015
-
-
Alistair Veitch authored
-
Craig Tiller authored
-
- Jul 18, 2015
-
-
Alistair Veitch authored
-
- Jul 17, 2015
-
-
yang-g 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 11, 2015
-
-
Vijay Pai authored
Tests not yet included.
-
- Jul 10, 2015
-
-
Craig Tiller authored
-
jboeuf authored
-
- Jul 08, 2015
-
-
yang-g authored
-
- Jul 06, 2015
-
-
yang-g authored
-
- Jul 02, 2015
-
-
Jorge Canizales authored
-
- Jun 30, 2015
-
-
Julien Boeuf authored
Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification.
-
Jorge Canizales authored
-
- Jun 29, 2015
-
-
murgatroid99 authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jun 28, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jun 27, 2015
-
-
Craig Tiller authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Nicolas "Pixel" Noble authored
-
- Jun 26, 2015
-
-
Craig Tiller authored
-
- Jun 25, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Clean up anything that failed
-
Craig Tiller authored
- uri parsing - dns resolution
-
- Jun 24, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-