- Oct 30, 2015
-
-
Jorge Canizales authored
This will hopefully make xctool work on Travis too (cross fingers!)
-
- Oct 14, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
- Sep 29, 2015
-
-
Jorge Canizales authored
-
- Sep 11, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Sep 09, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
Technically unnecessary, but for consistency with the other beta releases.
-
- Sep 01, 2015
-
-
Alistair Veitch authored
-
- Aug 27, 2015
-
-
Alistair Veitch authored
-
- Aug 26, 2015
-
-
Hongyu Chen authored
-
- Aug 25, 2015
-
-
yang-g authored
-
Hongyu Chen authored
have a gpr public function which returns cycle clock.
-
- Aug 21, 2015
-
-
Hongyu Chen authored
-
- Aug 20, 2015
-
-
Hongyu Chen authored
-
- Aug 13, 2015
-
-
Nicolas "Pixel" Noble authored
-
Alistair Veitch authored
-
- Aug 12, 2015
-
-
Hongyu Chen 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.
-
- 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 27, 2015
-
-
Alistair Veitch authored
-
- Jul 20, 2015
-
-
Alistair Veitch authored
-
Craig Tiller authored
-
- Jul 18, 2015
-
-
Jorge Canizales authored
Readd the commented-out config to suppress warnings, to have it handy for submissions.
-
Alistair Veitch authored
-
- Jul 17, 2015
-
-
Hongwei Wang authored
-
- Jul 16, 2015
-
-
Craig Tiller authored
Initial plumbing work; needs tests and more client_channel implementation.
-
- Jul 11, 2015
-
-
Vijay Pai authored
Tests not yet included.
-
- Jul 10, 2015
-
-
Robbie Shade authored
-
Craig Tiller authored
-
- Jul 09, 2015
-
-
Hongwei Wang authored
-
- Jul 03, 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.
-
- Jun 29, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jun 28, 2015
-
-
Jorge Canizales authored
-
- Jun 27, 2015
-
-
Craig Tiller authored
-