- Jun 22, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Jun 21, 2015
-
-
Jorge Canizales authored
And free ops_array that was leaking.
-
- Jun 20, 2015
-
-
Nicolas Noble authored
Ensure tools are built during run_tests runs
-
Craig Tiller authored
The issue remains that we don't test our tools, but at least we test that they compile.
-
Craig Tiller authored
Compression metadata
-
Craig Tiller authored
Clarify behavior of grpc_server_register_completion_queue
-
Craig Tiller authored
Performance-oriented server refactoring
-
- Jun 19, 2015
-
-
vjpai authored
-
Nicolas Noble authored
Remove backup poller from GRPC core
-
Nicolas Noble authored
Adding NPN support if ALPN support is not available.
-
Nicolas Noble authored
fix json_rewrite_test CRLF handling
-
Michael Lumish authored
Corrects the cancel_after_first_response behaviour
-
Tim Emiola authored
- introduces a #wait method on the call operation view - invokes #wait on a Notifier that is created for all operations - ensures the Notifier is invoked if necessary whenever a client request completes - updates the interop_test to use op.wait before checking if the call was cancelled.
-
https://github.com/grpc/grpcJulien Boeuf authored
-
David Garcia Quintas authored
-
Masood Malekghassemi authored
-
- Jun 18, 2015
-
-
Julien Boeuf authored
-
Vijay Pai authored
-
Craig Tiller authored
Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
-
Jorge Canizales authored
Re-enabled warnings in the gRPC podspec
-
Jan Tattermusch authored
Adding clang packages for msan/tsan/asan testing.
-
murgatroid99 authored
-
Tim Emiola authored
Add package.xml file for pecl extension
-
Vijay Pai authored
-
Nicolas Noble authored
prevent leaking gpr_slice in windows on_read()
-
Jan Tattermusch authored
-
Nicolas Noble authored
Added missing but included headers to build.json
-
Stanley Cheung authored
-
Vijay Pai authored
-
Craig Tiller authored
-
Julien Boeuf authored
- ALPN may not be available: - because OpenSSL does not support it. - because one of the peers does not support it. - Tested manually end to end by forcing TSI_OPENSSL_ALPN_SUPPORT to 0. Also tested if only one of the peers supports ALPN.
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
-
Craig Tiller authored
Conflicts: include/grpc/compression.h
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
Introduced compression levels as an abstraction for the actual algorithm
-
Michael Lumish authored
Disallow started request writers on GRPCCall init
-