- Mar 28, 2017
-
-
Yuchen Zeng authored
-
- Mar 27, 2017
-
-
Yuchen Zeng authored
-
- Mar 24, 2017
-
-
Yuchen Zeng authored
Replace the existing user agent string in SetUserAgentPrefix
-
Sree Kuchibhotla authored
Introduce grpc_completion_queue_factory API
-
Yang Gao authored
Prevent cleaning up the fd twice.
-
Yang Gao authored
Use 7-bit prefix in manually created header.
-
Stanley Cheung authored
fix the namespacing for php docs on client classes
-
Yuchen Zeng authored
Fix tcp_server_utils_posix_common
-
Nicolas Noble authored
Upmerge from 1.2.0
-
Nathaniel Manista authored
Remove spaces for correct link format in README.md.
-
Jan Tattermusch authored
Fix markdown
-
Michael Warres authored
Add socket factory support to udp_server.c
-
Michael Warres authored
-
Leonardo Saraiva authored
-
yang-g authored
-
- Mar 23, 2017
-
-
apolcyn authored
Fix ruby mingw build, add missing header
-
yang-g authored
-
Alexander Polcyn authored
-
Mehrdad Afshari authored
Python Service Reflection
-
apolcyn authored
bump v1.2.x branch to 1.2.1-pre1
-
Yuchen Zeng authored
-
Mehrdad Afshari authored
-
apolcyn authored
add http2 testing interop server uses small data frames and padding
-
apolcyn authored
ruby add background channel state poller to handle disconnected transports
-
Mehrdad Afshari authored
There is a behavioral discrepency in `DescriptorPool.FindFileContainingSymbol` between the two implementations of the protobuf python library (one of which is purely python, and the other utilizes a python extension library written in C++). protobuf on PyPI is distributed via various prebuilt wheels, and our CI setup fetches the relevant one for each platform. Our Linux instances end up fetching a pre-compiled C++ version of the library, whereas our Mac and Windows builders automatically get the pure python version. This test fails (and our reflection implementation itself) succeeds with the C++ implementation but fails with the pure python version. The test will be temporarily disabled pending a fix for https://github.com/google/protobuf/issues/2882
-
Mehrdad Afshari authored
While not strictly required by the protocol, it will make testing easier.
-
Mehrdad Afshari authored
-
Mehrdad Afshari authored
-
Mehrdad Afshari authored
-
Mehrdad Afshari authored
-
Mehrdad Afshari authored
Fix and un-skip the test for _file_containing_extension in python reflection service to refer to the correct proto and expect the right object to be returned. Enable it too.
-
Nathaniel Manista authored
Drop unnecessary framework imports from generated _pb2_grpc.py files.
-
Noah Eisen authored
Error slice optimization
-
Yuchen Zeng authored
-
Yuchen Zeng authored
-
- Mar 22, 2017
-
-
Alexander Polcyn authored
-
https://github.com/grpc/grpcNoah Eisen authored
-
Craig Tiller authored
Expand benchmark coverage to isolated grpc_call scenarios against a dummy filter stack
-
Ritesh Shukla authored
-