- Aug 02, 2015
-
-
Craig Tiller authored
-
- Aug 01, 2015
-
-
Craig Tiller authored
-
- Jul 31, 2015
-
-
Masood Malekghassemi authored
Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.
-
Masood Malekghassemi authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Nicolas Noble authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.
-
Nicolas Noble authored
-
- Jul 30, 2015
-
-
Alistair Veitch authored
-
Craig Tiller authored
-
Craig Tiller authored
-
murgatroid99 authored
-
murgatroid99 authored
-
yang-g authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Alistair Veitch authored
-
Craig Tiller 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).
-
Alistair Veitch authored
-
- Jul 29, 2015
-
-
Masood Malekghassemi authored
-
Jan Tattermusch authored
-
yang-g authored
-
murgatroid99 authored
This reverts commit 6f34bad5.
-
murgatroid99 authored
-
Nicolas "Pixel" Noble authored
-
- Jul 28, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
murgatroid99 authored
-
Vijay Pai authored
grpc namespace and not supported by older compilers. Not sure why I didn't catch this earlier.
-
- Jul 27, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-