- Aug 06, 2015
-
-
Hongwei Wang authored
-
Hongwei Wang authored
-
Hongwei Wang authored
-
- Aug 05, 2015
-
-
Abhishek Kumar authored
-
Paul Marks authored
Users of the high-level API should not care whether we're using AF_INET or AF_INET6 sockets internally.
-
- Aug 04, 2015
-
-
yang-g authored
-
- Aug 03, 2015
-
-
Hongwei Wang authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Aug 01, 2015
-
-
yang-g authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Hongwei Wang authored
-
- Jul 31, 2015
-
-
yang-g authored
-
- Jul 30, 2015
-
-
yang-g authored
-
yang-g authored
-
yang-g 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).
-
- Jul 28, 2015
-
-
Craig Tiller authored
-
yang-g authored
-
yang-g authored
-
yang-g authored
-
- Jul 25, 2015
-
-
Vijay Pai authored
Change the one non-namespace use of nullptr to NULL (used as an argument to a C function anyway)
-
- Jul 24, 2015
-
-
yang-g authored
-
vjpai authored
-
Craig Tiller authored
-
Vijay Pai authored
-
Vijay Pai authored
-
- Jul 23, 2015
-
-
vjpai authored
-
yang-g authored
-
Julien Boeuf authored
-
Hongwei Wang authored
-
- Jul 22, 2015
-
-
Craig Tiller authored
-
yang-g authored
-
Julien Boeuf authored
-
Craig Tiller authored
-