Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed indentation | Abhishek Kumar | 2015-04-23 |
| | |||
* | Fixed flakes due to OK racing with cancel | Abhishek Kumar | 2015-04-17 |
| | |||
* | Added end2end test for server streaming rpc cancellation. | Abhishek Kumar | 2015-04-17 |
| | |||
* | Added test case demonstrating cancel on bidi stream | Abhishek Kumar | 2015-04-17 |
| | |||
* | Merge pull request #1297 from yugui/fix/header | Tim Emiola | 2015-04-17 |
|\ | | | | | Avoid implicit function declarations | ||
* \ | Merge pull request #1295 from yugui/fix/typed-struct | Tim Emiola | 2015-04-17 |
|\ \ | | | | | | | Use TypedData_XXX instead of Data_XXX | ||
* \ \ | Merge pull request #1292 from jboeuf/load_file_with_null_term | Craig Tiller | 2015-04-17 |
|\ \ \ | | | | | | | | | Adding option to add a null terminator when loading a file. | ||
* \ \ \ | Merge pull request #1305 from a11r/commonproto | Yang Gao | 2015-04-16 |
|\ \ \ \ | | | | | | | | | | | Move proto files up the tree to prepare for sharing. | ||
| * | | | | Move .proto files up for reuse | Abhishek Kumar | 2015-04-16 |
| | | | | | |||
| * | | | | Moving test.proto to an outer directory so others can depend on it. | Abhishek Kumar | 2015-04-16 |
| | | | | | |||
* | | | | | Merge pull request #1302 from ↵ | Jan Tattermusch | 2015-04-16 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_rpc_server_simple_signal_handling Grpc ruby rpc server simple signal handling | ||
* | | | | | Merge pull request #1303 from yang-g/codegen | Nicolas Noble | 2015-04-16 |
|\ \ \ \ \ | | | | | | | | | | | | | Avoid generating libs for unknown types. | ||
| | | | | * | Merge branch 'master' into fix/header | Yuki Yugui Sonoda | 2015-04-17 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c | ||
| | | | * | | Merge branch 'master' into fix/typed-struct | Yuki Yugui Sonoda | 2015-04-17 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_grpc.c | ||
* | | | | | | Merge pull request #1291 from yang-g/headers | Nicolas Noble | 2015-04-16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Wrap ParseCommandLineFlags in InitTest | ||
* \ \ \ \ \ \ | Merge pull request #1288 from ctiller/init-fix2 | Nicolas Noble | 2015-04-16 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Get GRPC_TRACE tcp working again | ||
* \ \ \ \ \ \ \ | Merge pull request #1301 from ctiller/fix-run-tests | Nicolas Noble | 2015-04-16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Get run_tests.py forever mode working again | ||
| | | | * | | | | | Avoid generating libs for unknown types. | Yang Gao | 2015-04-16 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #1290 from yang-g/interop | donnadionne | 2015-04-16 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Return 1 when test_case is not supported in interop test | ||
| | | | | * | | | | Fixes error with the keep-alive | Tim Emiola | 2015-04-16 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #1261 from ctiller/registered_calls | Yang Gao | 2015-04-16 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Registered calls | ||
| | | | | | * | | | | Updates the example servers to use #run_till_terminated | Tim Emiola | 2015-04-16 |
| | | | | | | | | | | |||
| | | | | | * | | | | Adds a #run_till_terminated func to RpcServer | Tim Emiola | 2015-04-16 |
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adds signal handling to RpcServer - ensures that very little behaviour occurs in the signal handling context - adds #run_till_terminated that launches a server in a thread and then handles signals that can be used to stop it. | ||
| | | * | | | | | | Get run_tests.py forever mode working again | Craig Tiller | 2015-04-16 |
| |_|/ / / / / / |/| | | | | | | | |||
| | | | | * | | | Addressing comments. | Julien Boeuf | 2015-04-16 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_deps | Stanley Cheung | 2015-04-16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Updates gem dependencies, style rules | ||
| | * | | | | | | | clang-format | Craig Tiller | 2015-04-16 |
| | | | | | | | | | |||
| | * | | | | | | | Use channel tags to call methods | Craig Tiller | 2015-04-16 |
| | | | | | | | | | |||
| | * | | | | | | | Populate channel tags for methods | Craig Tiller | 2015-04-16 |
| | | | | | | | | | |||
| | * | | | | | | | Add facility to register methods in C++ | Craig Tiller | 2015-04-16 |
| | | | | | | | | | |||
| | * | | | | | | | Make RpcMethod constructor take all args | Craig Tiller | 2015-04-16 |
| | | | | | | | | | |||
| | * | | | | | | | Precreate RpcMethod instances | Craig Tiller | 2015-04-16 |
| | | | | | | | | | |||
| | * | | | | | | | clang-format | Craig Tiller | 2015-04-16 |
| | | | | | | | | | |||
| | * | | | | | | | Introduce ahead-of-time registration of (method,host) pairs | Craig Tiller | 2015-04-16 |
| |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #1296 from yugui/fix/static | Tim Emiola | 2015-04-16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Correct storage classes of variables an functions | ||
* \ \ \ \ \ \ \ \ | Merge pull request #1298 from tbetbetbe/grpc_nodejs_remove_pubsub | Tim Emiola | 2015-04-16 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removes nodejs pubsub example | ||
| * | | | | | | | | | Removes nodejs pubsub example | Tim Emiola | 2015-04-16 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #1293 from tbetbetbe/grpc_ruby_add_interop_cancellation_tests | Jan Tattermusch | 2015-04-16 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Grpc ruby add interop cancellation tests | ||
| | | | | | | | | * | Avoid implicit function declarations | Yuki Yugui Sonoda | 2015-04-16 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
| | * | | | | | | | Make some functions static | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They don't need to be extern | ||
| | * | | | | | | | Fix a linkage error with mac clang | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent symbol cache variables from being instantiated multipe times. | ||
| | * | | | | | | | Make some global variables static | Yuki Yugui Sonoda | 2015-04-16 |
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | They do not need to be extern. | ||
| | | | | | | * | Use TypedData for GRPC::Core::ServerCredentials | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | |||
| | | | | | | * | Use TypedData for GRPC::Core::Server | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | |||
| | | | | | | * | Use TypedData for GRPC::Core::TimeSpec | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | |||
| | | | | | | * | Use TypedData for GRPC::Core::Credentials | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | |||
| | | | | | | * | Use TypedData for GRPC::Core::CompletionQueue | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | |||
| | | | | | | * | Use TypedData for TmpChannelArgs | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | |||
| | | | | | | * | Use TypedData for GRPC::Core::Channel | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | | |||
| | | | | | | * | Use TypedData for GRPC::Core::MetadataArray | Yuki Yugui Sonoda | 2015-04-16 |
| | | | | | | | |