- Mar 24, 2017
-
-
murgatroid99 authored
-
- Mar 23, 2017
-
-
Mehrdad Afshari authored
Python Service Reflection
-
Mehrdad Afshari authored
-
apolcyn authored
add http2 testing interop server uses small data frames and padding
-
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
-
- Mar 22, 2017
-
-
https://github.com/grpc/grpcNoah Eisen authored
-
Craig Tiller authored
Expand benchmark coverage to isolated grpc_call scenarios against a dummy filter stack
-
Alexander Polcyn authored
-
Robbie Shade authored
Removing credentials assert in server_auth_filter.
-
Yuchen Zeng authored
Fix fuzzing detected error: remaining GRPC_ARG_SUBCHANNEL_ADDRESS was not removed by pick_first and round_robin
-
Craig Tiller authored
Enroll bm_chttp2_transport & bm_pollset into bigquery pipeline
-
Nathaniel Manista authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Michael Lumish authored
Use grpc-tools npm package in readme
-
Craig Tiller authored
-
Julien Boeuf authored
This will allow other transports with built-in security to use this filter.
-
Craig Tiller authored
Add benchmark suite for chttp2
-
Noah Eisen authored
Add Error Ownership Doc
-
Mark D. Roth authored
Remove initial_connect_string hack.
-
Muxi Yan authored
Enable cronet compression
-
ncteisen authored
-
ncteisen authored
-
kpayson64 authored
Assert on thread creation
-
Yuchen Zeng authored
-
- Mar 21, 2017
-
-
Yuchen Zeng authored
-
Craig Tiller authored
-
David G. Quintas authored
Fix sanity, generated projects
-
David Garcia Quintas authored
-
Ken Payson authored
-
Muxi Yan authored
Add :status header in the case of trailer-only failure reply
-
Muxi Yan authored
-