- Oct 26, 2016
-
-
Mark D. Roth authored
-
Craig Tiller authored
Introduce a grpc-exp ALPN protocol identifier.
-
Muxi Yan authored
Flush ObjC cached channels when network connectivity changes
-
Masood Malekghassemi authored
Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+Fedora
-
Michael Lumish authored
Add a libuv endpoint to the C core, for use in the Node library
-
Noah Eisen authored
Implement PHP Unimplemented Method Interop Test
-
Muxi Yan authored
-
Muxi Yan authored
-
- Oct 25, 2016
-
-
David G. Quintas authored
Fix incorrect header in thd.c
-
Muxi Yan authored
-
murgatroid99 authored
-
Muxi Yan authored
-
Muxi Yan authored
-
Jan Tattermusch authored
Introduce framework independent replacement for CompletedTask
-
murgatroid99 authored
-
Craig Tiller authored
Hand build tail recursion to avoid stack overflow
-
Yang Gao authored
Rewrite udp server linked list
-
Perumaal S authored
-
murgatroid99 authored
-
Maciej Lasyk authored
Added RHEL/Fedora specific information about lacking of python.h - because Linux doesn't mean Ubuntu ;)
-
makdharma authored
modify stress_test command line options
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
This pair of recursive functions was always supposed to take advantage of tail recursion. In debug builds we're seeing some instances of stack overflow however (especially with TensorFlow). Manually apply the tail recursion optimization to eliminate this.
-
Yang Gao authored
Add C++ Api For Cronet
-
- Oct 24, 2016
-
-
Mark D. Roth authored
Convert method config to a struct for use in the fast path.
-
Mark D. Roth authored
-
Harvey Tuch authored
-
Noah Eisen authored
Implement Csharp Unimplemented Method
-
Noah Eisen authored
Implement Node Unimplemented Method Interop Test
-
Noah Eisen authored
-
Jan Tattermusch authored
Address nits from #8396
-
Harvey Tuch authored
* Add port picking retries to handshake_client. * Track vsprojects for new tests. * Place tests in 'test' build target.
-
Noah Eisen authored
-
Mark D. Roth authored
-
murgatroid99 authored
-
Harvey Tuch authored
-
Harvey Tuch authored
-
Harvey Tuch authored
This patch introduces an additional ALPN protocol, grpc-exp, intended to take preference to h2 and indicate to the server that the connection contains only gRPC traffic. This allows servers and intermediate boxes to distinguish gRPC from other HTTP/2 traffic. The choice of grpc-exp as a protocol identifier indicates that this scheme is currently experimental and should not be relied upon. The protocol is not in the IANA TLS registry. This patch also introduces client/server handshake tests that validate the preferential treatment of grpc-exp in an end-to-end manner.
-
Mark D. Roth authored
-