- Mar 24, 2017
-
-
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
-
- Mar 23, 2017
-
-
apolcyn authored
Fix ruby mingw build, add missing header
-
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
-
- 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
-
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
-
Alexander Polcyn authored
-
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.
-