- Mar 12, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Mar 11, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Vijay Pai authored
Use ssl name override if it's in the channel argument
-
murgatroid99 authored
-
Yang Gao authored
Avoid unnecessary copies during protobuf serialization and deserialization
-
donnadionne authored
Add the Python interop client to gce_setup files
-
- Mar 10, 2015
-
-
Masood Malekghassemi authored
Eliminate the Python "assembly" package
-
Yang Gao authored
-
Nathaniel Manista authored
-
Tim Emiola authored
Updated Node package version to 0.5.3
-
Jan Tattermusch authored
Added timeout for tests that hang
-
murgatroid99 authored
-
Tim Emiola authored
Fix segfault in Node 0.11 and Node 0.12
-
Donna Dionne authored
-
Nathaniel Manista authored
This completes issue #726. All that cascading activation stuff just didn't work out as cleanly as I had hoped it would.
-
Donna Dionne authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Mar 09, 2015
-
-
Tim Emiola authored
README: fix the path to the python requirements.txt file
-
Masood Malekghassemi authored
Refactoring within Python RPC Framework
-
murgatroid99 authored
-
Nicolas Noble authored
Add missing GRPC_OVERRIDE, NFC
-
Chilledheart authored
- avoid string copy due to google::protobuf::message::SerializeToString - avoid string copy due to google::protobuf::message::ParseFromString - split large message into 8k slices during protobuf serialization - correct GrpcBufferReader::BackUp
-
Chilledheart authored
-
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
Signed-off-by:
Ronnie Sahlberg <ronniesahlberg@gmail.com>
-
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.
-