- Feb 21, 2015
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-) Secure files shouldn't be in the base grpc. -) grpc++ depends on gpr. -) grpc++ depends on protobuf (!)
-
Craig Tiller authored
This will help greatly when it comes to diagnosing customer issues.
-
- Feb 20, 2015
-
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
-
Julien Boeuf authored
- Makes 2 tests fail: - httpcli_test - interop_test
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
I'm honestly a little shocked this wasn't done previously.
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
Masood Malekghassemi authored
-
- Feb 19, 2015
-
-
Yang Gao authored
-
Yang Gao authored
-
Vijay Pai authored
was used.
-
Yang Gao authored
-
Nicolas "Pixel" Noble authored
-) renamed cpp_plugin and ruby_plugin to grpc_cpp_plugin and grpc_ruby_plugin. -) installing plugins. -) install will now run protobuf's installation too. -) adding documentation about installation prefix.
-
Jan Tattermusch authored
-
- Feb 18, 2015
-
-
Yang Gao authored
Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
vjpai authored
Not yet fully building due to some gtest anomalies on Mac.
-
- Feb 17, 2015
-
-
Craig Tiller authored
-
- Feb 16, 2015
-
-
Craig Tiller authored
-
- Feb 15, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
Auto-dependency building doesn't do this (yet)
-
- Feb 14, 2015
-
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
-
- Feb 13, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Chen wang authored
-
Nicolas Noble authored
-
- Feb 12, 2015
-
-
murgatroid99 authored
-
Craig Tiller authored
-
Jan Tattermusch authored
-
- Feb 11, 2015
-
-
Craig Tiller authored
-
David Klempner authored
This is a multipoller based on epoll rather than poll. Note that this implementation is aimed at correctness rather than performance, although it should immediately have better scalability to large numbers of FDs, both due to epoll's O(1) sized API and due to not needing to wake up polling threads to do interest set changes. One notable difference here is that we directly attach a wakeup fd rather than using the freelisting kick mechanism that the poll() based implementations use, because modifying the epoll set to use a different kick fd each time isn't free.
-
- Feb 10, 2015
-
-
Vijay Pai authored
-
Craig Tiller authored
-
Craig Tiller authored
-