aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Collapse)AuthorAge
...
| * | | | Processing the 0.14 release.Gravatar Nicolas "Pixel" Noble2016-05-10
| | | | |
* | | | | 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
| | | * | | Allow Ruby client code to set a user agentGravatar murgatroid992016-05-09
| | |/ / /
| | * | | 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
| |/ / / |/| | |
| | * | Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-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
| | | |
| | * | 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
|\ \ \ | | | | | | | | Provide a function that converts grpc_call_error values into a string
| | * \ Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-27
| | |\ \ | |_|/ / |/| | |
| | | * Change win32 file suffixGravatar Yuchen Zeng2016-04-26
| |_|/ |/| |
* | | 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
| | | | * 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 ↵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.