aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext
Commit message (Collapse)AuthorAge
...
| * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
| |\ \ | |/ / |/| |
* | | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-20
|\ \ \
| | * \ Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-19
| | |\ \ | | |/ / | |/| |
| * | | Fixed a couple of issues, removed ruby-level signal handling againGravatar murgatroid992016-05-18
| | | |
| * | | Made signal handling properly handle non-killing signalsGravatar murgatroid992016-05-16
| | | |
| * | | Handle signals properly when dropping GVLGravatar murgatroid992016-05-16
| | | |
* | | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affineGravatar Craig Tiller2016-05-14
|\ \ \ \ | |/ / / |/| | |
| | * | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-13
| |/ / |/| |
* | | Revert "Revert "cronet wrapper code""Gravatar makdharma2016-05-11
| | |
| * | Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-05-10
| |\ \ | |/ / |/| |
* | | 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
| * | | 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 pull request #6458 from nicolasnoble/ruby-fixesGravatar Nicolas Noble2016-05-05
|\ \ \ \ | | | | | | | | | | Ruby fixes - for the release branch this time...
* \ \ \ \ 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
| |/ / / |/| | |
| * | | Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-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
| | | |
* | | | Always build the grpc library when building the ruby extension.Gravatar Nicolas "Pixel" Noble2016-05-02
| | | |
| * | | Reran tools/buildgen/generate_projects.sh again.Gravatar Makarand Dharmapurikar2016-05-01
|/ / /
| * | 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 branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-26
| | | |\ | |_|_|/ |/| | |
| | | * generate_projects.sh and fix copyright yearGravatar Sree Kuchibhotla2016-04-21
| | | |
| * | | Fix a mixed declaration warning in the grpc_rb_call_get_peer_cert methodGravatar Eric Richardson2016-04-21
| | | |
* | | | 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
| | | | |
| | * | | Add peer_cert method to Ruby call objectGravatar Eric Richardson2016-04-20
| |/ / / |/| | |
| * | | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | |/ | |/| | | | | | | application handle the authentication.
| | * 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
|/
* Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadataGravatar Jan Tattermusch2016-04-05
|\ | | | | Raise on unexpected metadata values
* | Fix codegenGravatar Craig Tiller2016-04-04
| |
| * Raise on unexpected metadata valuesGravatar Rafael Sales2016-03-31
|/ | | | | | | | The existing implementation was causing segmentation fault because src/ruby/ext/grpc/rb_call.c:358 was trying to convert any value type other than Array to String. The Array type is handled in first `if`. This change will cause the Ruby code that sends non-string values to fail with a better message: `ArgumentError: Header values must be of type string or array`
* 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
|/| | | | | Idempotent request support for core
* | Merge branch 'release-0_13' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-03-30
|\ \
| * | Better memory management for grpc_rb_byte_buffer_to_s.Gravatar Nicolas "Pixel" Noble2016-03-30
| | |
| * | Fix Ruby memory leaksGravatar Zhuochun2016-03-30
| | | | | | | | | | | | | | | | | | - `recv_message` is not cleaned up after call - `send_message` is not cleaned up in failure cases - `xmalloc` ruby string is not freed after used
| | * Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| | |\ | |_|/ |/| |