aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | | | * | Merge branch 'master' into fix/headerGravatar Yuki Yugui Sonoda2015-04-17
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| | | | * | | Merge branch 'master' into fix/typed-structGravatar Yuki Yugui Sonoda2015-04-17
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #1291 from yang-g/headersGravatar Nicolas Noble2015-04-16
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #1288 from ctiller/init-fix2Gravatar Nicolas Noble2015-04-16
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #1301 from ctiller/fix-run-testsGravatar Nicolas Noble2015-04-16
|\ \ \ \ \ \ \ \ \
| | | | * | | | | | Avoid generating libs for unknown types.Gravatar Yang Gao2015-04-16
* | | | | | | | | | Merge pull request #1290 from yang-g/interopGravatar donnadionne2015-04-16
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| | | | | | | | | * Refactor: Shorter methods in RpcServerGravatar Tim Emiola2015-04-16
| | | | | | | | | * Refactor: Move the Pool out from RpcServerGravatar Tim Emiola2015-04-16
| | | | | | |_|_|/ | | | | | |/| | |
| | | | | * | | | Fixes error with the keep-aliveGravatar Tim Emiola2015-04-16
* | | | | | | | | Merge pull request #1261 from ctiller/registered_callsGravatar Yang Gao2015-04-16
|\ \ \ \ \ \ \ \ \
| | | | | | * | | | Updates the example servers to use #run_till_terminatedGravatar Tim Emiola2015-04-16
| | | | | | * | | | Adds a #run_till_terminated func to RpcServerGravatar Tim Emiola2015-04-16
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | * | | | | | Get run_tests.py forever mode working againGravatar Craig Tiller2015-04-16
| |_|/ / / / / / |/| | | | | | |
| | | | | * | | Addressing comments.Gravatar Julien Boeuf2015-04-16
* | | | | | | | Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_depsGravatar Stanley Cheung2015-04-16
|\ \ \ \ \ \ \ \
| | * | | | | | | clang-formatGravatar Craig Tiller2015-04-16
| | * | | | | | | Use channel tags to call methodsGravatar Craig Tiller2015-04-16
| | * | | | | | | Populate channel tags for methodsGravatar Craig Tiller2015-04-16
| | * | | | | | | Add facility to register methods in C++Gravatar Craig Tiller2015-04-16
| | * | | | | | | Make RpcMethod constructor take all argsGravatar Craig Tiller2015-04-16
| | * | | | | | | Precreate RpcMethod instancesGravatar Craig Tiller2015-04-16
| | * | | | | | | clang-formatGravatar Craig Tiller2015-04-16
| | * | | | | | | Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1296 from yugui/fix/staticGravatar Tim Emiola2015-04-16
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #1298 from tbetbetbe/grpc_nodejs_remove_pubsubGravatar Tim Emiola2015-04-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Removes nodejs pubsub exampleGravatar Tim Emiola2015-04-16
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1293 from tbetbetbe/grpc_ruby_add_interop_cancellation_testsGravatar Jan Tattermusch2015-04-16
|\ \ \ \ \ \ \ \ \
| | | | | | | | | * Avoid implicit function declarationsGravatar Yuki Yugui Sonoda2015-04-16
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | * | | | | | | Make some functions staticGravatar Yuki Yugui Sonoda2015-04-16
| | * | | | | | | Fix a linkage error with mac clangGravatar Yuki Yugui Sonoda2015-04-16
| | * | | | | | | Make some global variables staticGravatar Yuki Yugui Sonoda2015-04-16
| |/ / / / / / / |/| | | | | | |
| | | | | | | * Use TypedData for GRPC::Core::ServerCredentialsGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | * Use TypedData for GRPC::Core::ServerGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | * Use TypedData for GRPC::Core::TimeSpecGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | * Use TypedData for GRPC::Core::CredentialsGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | * Use TypedData for GRPC::Core::CompletionQueueGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | * Use TypedData for TmpChannelArgsGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | * Use TypedData for GRPC::Core::ChannelGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | * Use TypedData for GRPC::Core::MetadataArrayGravatar Yuki Yugui Sonoda2015-04-16
| | | | | | | * Use TypedData_XXX instead of Data_XXX for GRPC::Core::CallGravatar Yuki Yugui Sonoda2015-04-16
| |_|_|_|_|_|/ |/| | | | | |
| | * | | | | Updates gem dependencies, style rulesGravatar Tim Emiola2015-04-15
| * | | | | | Adds interop cancellation testsGravatar Tim Emiola2015-04-15
| * | | | | | Corrects handling of status during bidi call orchestration.Gravatar Tim Emiola2015-04-15
| * | | | | | Adds an explicit Cancellation exceptionGravatar Tim Emiola2015-04-15
| | | | | | * Adding option to add a null terminator when loading a file.Gravatar Julien Boeuf2015-04-15
| |_|_|_|_|/ |/| | | | |
| | | | | * Wrap ParseCommandLineFlags in InitTestGravatar Yang Gao2015-04-15
| |_|_|_|/ |/| | | |
| | | * | Return 1 when test_case is not supported in interop testGravatar Yang Gao2015-04-15
| |_|/ / |/| | |
* | | | Merge pull request #1285 from vjpai/timersGravatar Craig Tiller2015-04-15
|\ \ \ \
* \ \ \ \ Merge pull request #1289 from yang-g/interopGravatar Nicolas Noble2015-04-15
|\ \ \ \ \