- Jan 23, 2017
-
-
Muxi Yan authored
Fix cronet_transport.c failure handling bug
-
- Jan 22, 2017
-
-
Muxi Yan authored
Fix cronet header memory free
-
- Jan 21, 2017
-
-
Muxi Yan authored
-
Muxi Yan authored
-
Muxi Yan authored
-
Nathaniel Manista authored
Fix grpc._server._Context.time_remaining.
-
Nicolas Noble authored
Update boringssl
-
Nathaniel Manista authored
A weak test is included; proper test coverage will come later.
-
- Jan 20, 2017
-
-
Eric Gribkoff authored
Update path to http2 Java test client Failing test is known issue #9150
-
Nicolas Noble authored
Metadata handling rewrite
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Optimizer was spotting that src1 and src2 would be identical and merging them.
-
Craig Tiller authored
-
Craig Tiller authored
-
Eric Gribkoff authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Nicolas Noble authored
Fixing msan issue in client_ssl.c
-
Craig Tiller authored
-
Eric Anderson authored
adding content-type to the example response
-
Noah Eisen authored
Tweaked cpp stress client flags
-
Robbie Shade authored
Fix GRPC_TRACE doc formatting
-
Craig Tiller authored
-
Yang Gao authored
Stop generating method name array when there is no method.
-
Noah Eisen authored
Change expected error code in Python negative interop client
-
Julien Boeuf authored
See this error (somehow triggered by a new version of boringssl): https://grpc-testing.appspot.com/job/gRPC_pull_requests_msan_c/1154/testReport/junit/(root)/c_linux_msan/bins_msan_handshake_client_GRPC_POLL_STRATEGY_poll_cv/ In the alpn callback, in_len is the size of the in buffer and not the number of alpn elements.
-
Craig Tiller authored
Merge pull request #47 from soltanmm-google/if-you-keep-getting-disappointed-do-you-start-to-just-accept-good-faith-or-get-jaded-about-good-faith Fix Python memory errors
-
Nathaniel Manista authored
Doc string fix and tweaks.
-
Masood Malekghassemi authored
... but for real this time.
-
ncteisen authored
-
https://github.com/grpc/grpcncteisen authored
-
- Jan 19, 2017
-
-
Nathaniel Manista authored
In those places where we return an object that implements two interfaces (let's say P and Q), consistently describe it as a "P-Q" rather than once mentioning that it is a P and describing it as a "Q" for the rest of prose.
-
Nathaniel Manista authored
pyformat_code.sh → yapf_code.sh.
-
Vijay Pai authored
C++11: Support compat with 1.0.x generated PB files
-
Muxi Yan authored
-
https://github.com/grpc/grpcncteisen authored
-
ncteisen authored
The test now expects to receive StatusCode.INTERNAL when it receives a RST_STREAM from the server in order to comply with https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md Also added wait for ready behavior on the client channel.
-
Mark D. Roth authored
Add ChannelArguments methods for setting max send/recv message size.
-
yang-g authored
-