aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Expand)AuthorAge
...
* | | | Merge pull request #6371 from murgatroid99/ruby_tools_gemGravatar Nicolas Noble2016-05-02
|\ \ \ \
| | * | | Always build the grpc library when building the ruby extension.Gravatar Nicolas "Pixel" Noble2016-05-02
| |/ / / |/| | |
| * | | Reversed premature removal of a fileGravatar murgatroid992016-05-02
| * | | Simplified Ruby tools extension checkingGravatar murgatroid992016-05-02
| | * | Reran tools/buildgen/generate_projects.sh again.Gravatar Makarand Dharmapurikar2016-05-01
| |/ / |/| |
| * | Fixed grpc-tools.gemspecGravatar murgatroid992016-04-29
| * | Created grpc-tools ruby gem for distributing protoc and the pluginGravatar murgatroid992016-04-29
| | * Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-29
| | |\ | |_|/ |/| |
* | | Fixed unused parameter errorGravatar murgatroid992016-04-28
* | | Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callbackGravatar murgatroid992016-04-28
|/ /
* | Merge pull request #6196 from y-zeng/call-error-to-stringGravatar Craig Tiller2016-04-28
|\ \
| | * Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-27
| | |\ | |_|/ |/| |
* | | Merge pull request #6233 from ewr/fetch-peer-cert-in-rubyGravatar Jan Tattermusch2016-04-26
|\ \ \
* \ \ \ Merge pull request #6266 from murgatroid99/ruby_stress_clientGravatar Jan Tattermusch2016-04-26
|\ \ \ \
| | | | * Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-26
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Wrap delegate line to fix a Rubocop error about line lengthGravatar Eric Richardson2016-04-26
| * | | | Changed some 'require' to 'require_relative' and modified rpc_server slightlyGravatar murgatroid992016-04-22
| * | | | Got Ruby stress client working, with some modifications to interop testsGravatar murgatroid992016-04-22
| | | | * generate_projects.sh and fix copyright yearGravatar Sree Kuchibhotla2016-04-21
| * | | | Simplified ruby interop test filesGravatar murgatroid992016-04-21
| | * | | Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert methodGravatar Eric Richardson2016-04-21
* | | | | Add support for an "OTHER" value in client_type, server_type, and add a strin...Gravatar vjpai2016-04-21
* | | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
|\ \ \ \ \ | |/ / / / |/| | | |
| | * | | Short-circuit `peer_cert` if we're insecure or unauthenticatedGravatar Eric Richardson2016-04-20
| | * | | Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqViewGravatar Eric Richardson2016-04-20
| | * | | Add peer_cert method to Ruby call objectGravatar Eric Richardson2016-04-20
* | | | | Eradicate Uniform, Deterministic, and Pareto interarrivalGravatar vjpai2016-04-20
| |/ / / |/| | |
| * | | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
* | | | Merge pull request #6189 from y-zeng/default-verbosityGravatar Yuchen Zeng2016-04-19
|\ \ \ \ | |/ / / |/| | |
* | | | actually stop benchmark serverGravatar Jan Tattermusch2016-04-18
* | | | remove trailing whitespacesGravatar Jan Tattermusch2016-04-18
| | * | Provide a function that converts grpc_call_error values into a stringGravatar Yuchen Zeng2016-04-15
| |/ / |/| |
| * | After running generate_projects.shGravatar Yuchen Zeng2016-04-15
|/ /
* / New CQ for each client callGravatar vjpai2016-04-12
|/
* ruby: Add test case for referring external packageGravatar Jun Mukai2016-04-07
* Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadataGravatar Jan Tattermusch2016-04-05
|\
* \ Merge pull request #6070 from ctiller/head-of-line-blockingGravatar Jan Tattermusch2016-04-05
|\ \
* | | Make ruby library conform to status code specGravatar murgatroid992016-04-04
| * | Fix codegenGravatar Craig Tiller2016-04-04
|/ /
* | Merge pull request #6010 from vjpai/i_know_rubiesGravatar Jan Tattermusch2016-04-01
|\ \
| | * Add spec to make sure invalid metadata values raise ArgumentErrorGravatar Rafael Sales2016-03-31
| | * Raise on unexpected metadata valuesGravatar Rafael Sales2016-03-31
| |/ |/|
| * Support many oustanding RPCs per channel - forgot to do this last timeGravatar Vijay Pai2016-03-31
* | Merge github.com:grpc/grpc into copyright-fixGravatar Craig Tiller2016-03-31
|\ \
* | | Update copyrightsGravatar Craig Tiller2016-03-31
| * | Merge pull request #5691 from ctiller/idempotentGravatar Nicolas Noble2016-03-30
|/| |
| | * Merge branch 'master' into i_know_rubiesGravatar Vijay Pai2016-03-30
| | |\ | |_|/ |/| |
| | * Support secure clientGravatar vjpai2016-03-30
| | * Support server-side secure test.Gravatar vjpai2016-03-30
| | * Improved formattingGravatar vjpai2016-03-30