Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1005 from ↵ | Tim Emiola | 2015-03-12 |
|\ | | | | | | | | | nathanielmanistaatgoogle/python-dockerfile-unit-test-list Update Python Dockerfile's unit test list | ||
* \ | Merge pull request #1028 from murgatroid99/node_install_instructions_formatting | Tim Emiola | 2015-03-12 |
|\ \ | | | | | | | Improved node install instructions and bumped version | ||
* \ \ | Merge pull request #1030 from jtattermusch/csharp_immutablecollections | Tim Emiola | 2015-03-12 |
|\ \ \ | | | | | | | | | Started using immutable collections and other code cleanup | ||
| * | | | Started using immutable collections and other code cleanup | Jan Tattermusch | 2015-03-12 |
|/ / / | |||
* | | | Merge pull request #1029 from jtattermusch/csharp_stylefixing | Tim Emiola | 2015-03-12 |
|\ \ \ | | | | | | | | | Setting up stylecop to ignore generated files and fixing style | ||
| * | | | Setting up stylecop to ignore generated files and fixing style | Jan Tattermusch | 2015-03-12 |
| | | | | |||
| | * | | Improved node install instructions and bumped version | murgatroid99 | 2015-03-12 |
| |/ / | |||
* | | | Merge pull request #1027 from nicolasnoble/python-const-fix | Nathaniel Manista | 2015-03-12 |
|\ \ \ | |/ / |/| | | Remove a const from a variable that should be mutable. | ||
| * | | Remove a const from a variable that should be mutable. | Nicolas "Pixel" Noble | 2015-03-12 |
|/ / | | | | | | | | | | | deadline is passed by address to PyArg_ParseTuple to update its value. However, deadline is a const double, so attempting to change its value is undefined behavior. Remove the const to have well-defined behavior. | ||
* | | Merge pull request #1017 from jtattermusch/csharp_codestyle | Michael Lumish | 2015-03-12 |
|\ \ | | | | | | | Fixing C# codestyle | ||
* \ \ | Merge pull request #1021 from Chilledheart/develop | Vijay Pai | 2015-03-12 |
|\ \ \ | | | | | | | | | Add missing GRPC_OVERRIDE, NFC | ||
* \ \ \ | Merge pull request #1009 from nicolasnoble/MacOS | Vijay Pai | 2015-03-12 |
|\ \ \ \ | | | | | | | | | | | Improving MacOS. | ||
| | * | | | Add missing GRPC_OVERRIDE, NFC | Chilledheart | 2015-03-12 |
| |/ / / |/| | | | |||
| | * | | code style fixes based on StyleCop warnings | Jan Tattermusch | 2015-03-11 |
| | | | | |||
| | * | | added stylecop settings file | Jan Tattermusch | 2015-03-11 |
| |/ / |/| | | |||
| * | | Trying to make the MacOS experience better by removing various spurious ↵ | Nicolas "Pixel" Noble | 2015-03-11 |
| | | | | | | | | | | | | messages, and increasing coverage of library paths. | ||
| * | | Disabling installing shared libraries under MacOS for the time being. | Nicolas "Pixel" Noble | 2015-03-11 |
|/ / | |||
* | | Merge pull request #990 from jtattermusch/csharp_tls_server | Tim Emiola | 2015-03-11 |
|\ \ | | | | | | | C# server-side TLS support | ||
* \ \ | Merge pull request #998 from yang-g/nameoverride | Vijay Pai | 2015-03-11 |
|\ \ \ | | | | | | | | | Use ssl name override if it's in the channel argument | ||
| | | * | Update Python Dockerfile's unit test list | Nathaniel Manista | 2015-03-11 |
| |_|/ |/| | | | | | | | | | | | The removal of grpc.framework.assembly.implementations_test should have happened along with the removal of the test itself in 31e65be. | ||
* | | | Merge pull request #978 from Chilledheart/master | Yang Gao | 2015-03-10 |
|\ \ \ | | | | | | | | | Avoid unnecessary copies during protobuf serialization and deserialization | ||
* \ \ \ | Merge pull request #997 from nathanielmanistaatgoogle/interop | donnadionne | 2015-03-10 |
|\ \ \ \ | | | | | | | | | | | Add the Python interop client to gce_setup files | ||
* \ \ \ \ | Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanup | Masood Malekghassemi | 2015-03-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Eliminate the Python "assembly" package | ||
| | | | * | | Use ssl name override if it's in the channel argument | Yang Gao | 2015-03-10 |
| |_|_|/ / |/| | | | | |||
| | * | | | Add the Python interop client to gce_setup files | Nathaniel Manista | 2015-03-10 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #996 from murgatroid99/node_version_bump_0.5.3 | Tim Emiola | 2015-03-10 |
|\ \ \ \ | | | | | | | | | | | Updated Node package version to 0.5.3 | ||
* \ \ \ \ | Merge pull request #972 from donnadionne/add_timed_out_tests_back | Jan Tattermusch | 2015-03-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Added timeout for tests that hang | ||
| | * | | | | Updated Node package version to 0.5.3 | murgatroid99 | 2015-03-10 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #991 from murgatroid99/node_11_cleanup_segfault | Tim Emiola | 2015-03-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix segfault in Node 0.11 and Node 0.12 | ||
| | * | | | | Modifying after review comments. | Donna Dionne | 2015-03-09 |
| | | | | | | |||
| | | * | | | Eliminate the Python "assembly" package | Nathaniel Manista | 2015-03-10 |
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | This completes issue #726. All that cascading activation stuff just didn't work out as cleanly as I had hoped it would. | ||
| | | | * | Fixed run server command in csharp_mono dockerfile. | Jan Tattermusch | 2015-03-09 |
| | | | | | |||
| | * | | | Merge branch 'master' of github.com:google/grpc into add_timed_out_tests_back | Donna Dionne | 2015-03-09 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| * | | | | Merge branch 'master' into node_11_cleanup_segfault | murgatroid99 | 2015-03-09 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Fixed segfault by fixing scope issue | murgatroid99 | 2015-03-09 |
| | | | | | |||
| | | | * | C# server side TLS support | Jan Tattermusch | 2015-03-09 |
| | | | | | |||
* | | | | | Merge pull request #982 from sahlberg/python-readme | Tim Emiola | 2015-03-09 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | README: fix the path to the python requirements.txt file | ||
* | | | | | Merge pull request #979 from nathanielmanistaatgoogle/framework-cleanup | Masood Malekghassemi | 2015-03-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Refactoring within Python RPC Framework | ||
| | | * | | | Added more tests | murgatroid99 | 2015-03-09 |
| | | | | | | |||
* | | | | | | Merge pull request #987 from Chilledheart/minor-fix | Nicolas Noble | 2015-03-09 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add missing GRPC_OVERRIDE, NFC | ||
| | | | | | * | Avoid unnecessary copies during protobuf serialization and deserialization | Chilledheart | 2015-03-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||
| | | | | | * | Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer | Chilledheart | 2015-03-10 |
| | | | | | | | |||
| * | | | | | | Add missing GRPC_OVERRIDE, NFC | Chilledheart | 2015-03-10 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it. | ||
* | | | | | | Merge pull request #981 from sahlberg/231 | Nicolas Noble | 2015-03-07 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | strcmp: change all !str[n]cmp to str[n]cmp == 0 | ||
| | | * | | | | README: fix the path to the python requirements.txt file | Ronnie Sahlberg | 2015-03-07 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com> | ||
| * | | | | | strcmp: change all !str[n]cmp to str[n]cmp == 0 | Ronnie Sahlberg | 2015-03-07 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||
| * / / / | Refactoring within Python RPC Framework | Nathaniel Manista | 2015-03-07 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | 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. | ||
* | | | | Merge pull request #835 from ctiller/credit | Nicolas Noble | 2015-03-06 |
|\ \ \ \ | | | | | | | | | | | C++ Credentials Rework | ||
* \ \ \ \ | Merge pull request #962 from nathanielmanistaatgoogle/interop | Masood Malekghassemi | 2015-03-06 |
|\ \ \ \ \ | | | | | | | | | | | | | Secure python interop (plus Python<->Python interop unit tests) | ||
| * | | | | | Include interop tests in python_tests.json | Nathaniel Manista | 2015-03-07 |
| | | | | | |