aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Expand)AuthorAge
...
| * | | | Merge branch 'master' into fix/typed-structGravatar Yuki Yugui Sonoda2015-04-17
| |\ \ \ \ | | | |/ / | | |/| |
| | | | * 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
* | | | 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
| |/ / |/| |
* | | Merge pull request #1294 from tbetbetbe/grpc_ruby_update_gem_depsGravatar Stanley Cheung2015-04-16
|\ \ \
* \ \ \ Merge pull request #1296 from yugui/fix/staticGravatar Tim Emiola2015-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
* | Adds a tests that demonstrates successful cancellationGravatar Tim Emiola2015-04-15
|/
* Updates the pubsub sample so that it no longer uses a scopeGravatar Tim Emiola2015-04-14
* Adds a jwt_token_creds interop testGravatar Tim Emiola2015-04-14
* Automatically adds a key for the jwt_aud_uri to the metadata handled by the m...Gravatar Tim Emiola2015-04-14
* Corrects the Changelog dateGravatar Tim Emiola2015-04-14
* Revert "Update installation instructions to mention debian binary install"Gravatar Tim Emiola2015-04-14
* Correct style errors identified by the latest version of RuboCopGravatar Tim Emiola2015-04-14
* Add a changelogGravatar Tim Emiola2015-04-14
* Update the version to 0.6.1Gravatar Tim Emiola2015-04-14
* Update the version of googleauth to 0.4Gravatar Tim Emiola2015-04-14
* Update installation instructions to mention debian binary installGravatar Tim Emiola2015-04-14
* Also fix rb_CallOps too.Gravatar Yuki Yugui Sonoda2015-04-11
* Use the prefix "grpc_rb_" rather than just "grpc_".Gravatar Yuki Yugui Sonoda2015-04-11
* Merge branch 'master' into fix/prefixGravatar Yuki Yugui Sonoda2015-04-11
|\
| * Fixed bad op referenceGravatar Tim Emiola2015-04-10
| * Adds comments to clarify memory handlingGravatar Tim Emiola2015-04-10
| * Move timeout handling into the extensionGravatar Tim Emiola2015-04-10
| * Cleanup: remove redundant extension codeGravatar Tim Emiola2015-04-10
| * Cleanup: remove redundant ruby codeGravatar Tim Emiola2015-04-10
| * Updates BidiCall/ClientStub to the new Call APIGravatar Tim Emiola2015-04-10
| * Update RPC server to use the new call APIGravatar Tim Emiola2015-04-10
| * Updates ActiveCall to use the new call APIGravatar Tim Emiola2015-04-10
| * Rewrite client_server_spec to use the new call APIGravatar Tim Emiola2015-04-10
| * Updates Server#request_call in line with the new APIGravatar Tim Emiola2015-04-10
| * Adds Call#run_batchGravatar Tim Emiola2015-04-10