aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Collapse)AuthorAge
* Merge pull request #6475 from grpc/release-0_14Gravatar Nicolas Noble2016-05-09
|\ | | | | Upmerge from 0.14.0
* \ Merge pull request #6433 from murgatroid99/tools_package_bin_namespacingGravatar Nicolas Noble2016-05-09
|\ \ | | | | | | Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby
| | * Make namespacing of executables exposed by grpc-tools packages consistent ↵Gravatar murgatroid992016-05-09
| | | | | | | | | | | | between Node and Ruby
| | * Revert "Merge pull request #6214 from makdharma/master"Gravatar Nicolas "Pixel" Noble2016-05-09
| | | | | | | | | | | | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa.
| | * Merge pull request #6472 from murgatroid99/ruby_signal_handling2Gravatar Jan Tattermusch2016-05-09
| | |\ | | | | | | | | Make Ruby library terminate on Ctrl+C on client and server
* | | | Revert "cronet wrapper code"Gravatar Craig Tiller2016-05-09
| | | |
| | * | Add a default handler to Ruby services that returns UNIMPLEMENTEDGravatar murgatroid992016-05-06
| | | |
| | | * Poll for signals more frequently, for greater responsivenessGravatar murgatroid992016-05-06
| | | |
| | | * Added explanation about handling signals in CGravatar murgatroid992016-05-06
| | | |
| | | * Make Ruby library terminate on Ctrl+C on client and serverGravatar murgatroid992016-05-06
| | | |
* | | | Merge remote-tracking branch 'google/release-0_14'Gravatar Nicolas "Pixel" Noble2016-05-06
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Core/VersionInfo.cs src/csharp/build_packages.bat src/node/tools/package.json src/python/grpcio/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
| * | | Merge pull request #6458 from nicolasnoble/ruby-fixesGravatar Nicolas Noble2016-05-05
| |\ \ \ | | | | | | | | | | Ruby fixes - for the release branch this time...
* | | | | Master is now 0.15.0-dev.Gravatar Nicolas "Pixel" Noble2016-05-06
| | | | |
| * | | | The release branch is now 0.14.0-pre1.Gravatar Nicolas "Pixel" Noble2016-05-06
|/ / / /
* | | | Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
|\ \ \ \ | |_|_|/ |/| | | cronet wrapper code
| | * | Cleaning up includes.Gravatar Nicolas "Pixel" Noble2016-05-05
| | | |
| | * | 'exception_info' is a bad word for Windows...Gravatar Nicolas "Pixel" Noble2016-05-05
| | | |
| | * | Let's not compile grpc under Windows - it's taken care of already.Gravatar Nicolas "Pixel" Noble2016-05-05
| | | |
| | | * Make namespacing of executables exposed by grpc-tools packages consistent ↵Gravatar murgatroid992016-05-04
| | |/ | | | | | | | | | between Node and Ruby
| * | Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | |
* | | Fixed rubocop issues with newest changesGravatar murgatroid992016-05-03
| | |
* | | Ruby: improve server error handling, fix a reference errorGravatar murgatroid992016-05-03
| |/ |/|
| * reran generate_projects.sh after @nnoble's fix in PR6399.Gravatar Makarand Dharmapurikar2016-05-02
| |
* | Merge pull request #6396 from nicolasnoble/build-it-all-the-way-2Gravatar Nicolas Noble2016-05-02
|\ \ | | | | | | Always build the grpc library when building the ruby extension.
* \ \ Merge pull request #6371 from murgatroid99/ruby_tools_gemGravatar Nicolas Noble2016-05-02
|\ \ \ | | | | | | | | Created grpc-tools ruby gem for distributing protoc and the plugin
| | * | 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
| |
* | 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
|\ | | | | Provide a function that converts grpc_call_error values into a string
* \ Merge pull request #6233 from ewr/fetch-peer-cert-in-rubyGravatar Jan Tattermusch2016-04-26
|\ \ | | | | | | Add peer_cert method to Ruby call object
* \ \ Merge pull request #6266 from murgatroid99/ruby_stress_clientGravatar Jan Tattermusch2016-04-26
|\ \ \ | | | | | | | | Ruby stress client
| | * | 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
| | | |
| * | | 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 ↵Gravatar vjpai2016-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | string to represent the name of the desired system api. This allows expansion without putting an upper-limit based on some foressen variants.
* | | | Merge pull request #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
|\ \ \ \ | |/ / / |/| | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.
| | * | 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
| |/ / |/| | | | | | | | | | | distributions since we don't use them and it's not sensible to add them
| * | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | | | | | | | | | application handle the authentication.
* | | Merge pull request #6189 from y-zeng/default-verbosityGravatar Yuchen Zeng2016-04-19
|\ \ \ | |/ / |/| | Add knob for default core output verbosity
* | | actually stop benchmark serverGravatar Jan Tattermusch2016-04-18
| | |