- Mar 10, 2015
-
-
Jan Tattermusch authored
-
- Mar 09, 2015
-
-
Masood Malekghassemi authored
Refactoring within Python RPC Framework
-
Nicolas Noble authored
Add missing GRPC_OVERRIDE, NFC
-
Chilledheart authored
Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it.
-
- Mar 08, 2015
-
-
Nicolas Noble authored
strcmp: change all !str[n]cmp to str[n]cmp == 0
-
- Mar 07, 2015
-
-
Ronnie Sahlberg authored
Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by:
Ronnie Sahlberg <ronniesahlberg@gmail.com>
-
Nathaniel Manista authored
The assembly and face layers were mostly redundant except that the assembly layer had far-better interfaces and the face layer had more of a reason to exist. Now they are merged.
-
Nicolas Noble authored
C++ Credentials Rework
-
Masood Malekghassemi authored
Secure python interop (plus Python<->Python interop unit tests)
-
Nathaniel Manista authored
-
Nathaniel Manista authored
Also refactor the interop package to perform client-server interop testing in a unit test.
-
Nathaniel Manista authored
This optional value should only be passed in tests.
-
Craig Tiller authored
Don't merge OpenSSL into C++ upper layer libraries; only C.
-
David Klempner authored
Reintroduce sleep on backup thread
-
- Mar 06, 2015
-
-
Nicolas "Pixel" Noble authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Michael Lumish authored
Removes unused dependencies
-
Michael Lumish authored
Grpc ruby cleanup client stub initialize fix hostname bug
-
Michael Lumish authored
C# refactoring and code cleanup
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Nathaniel Manista authored
Fix Python protoc plugin test workflow
-
Nicolas Noble authored
Crash in channel/server creation if grpc_init not called
-
Masood Malekghassemi authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Masood Malekghassemi authored
Moves the Python protoc plugin output directory to an auto-generated temporary directory. Has the build configuration set by environment variable (consistent with `tools/run-tests/run_tests.py`'s set envvars).
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Don't call grpc_create_chttp2_transport after destroying the server
-
Craig Tiller authored
-
Craig Tiller authored
Grpc ruby update server api
-
Tim Emiola authored
-
- Mar 05, 2015
-
-
David Klempner authored
Add synchronization in server_secure_chttp2.c to avoid propagating a completed handshake past that layer to a potentially already destroyed server.
-