aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc/generic/bidi_call.rb
Commit message (Expand)AuthorAge
* Never throw CallErrors for failed bidi reads or writesGravatar Alexander Polcyn2018-04-03
* Fix ruby documentGravatar nownabe2018-03-13
* Add Ruby server interceptorsGravatar Shaun McCormick2017-09-25
* cancel calls with an error message when bidi write loop fails with userGravatar Alexander Polcyn2017-08-07
* dont wait for gc to destroy calls on ruby serverGravatar Alexander Polcyn2017-07-13
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Merge pull request #9183 from apolcyn/attach_trailing_md_ruby_bidiGravatar apolcyn2017-01-04
|\
| * attach trailing metadata to ruby bidi call op when it's receivedGravatar Alexander Polcyn2016-12-20
* | v1.0.x → master upmergeGravatar Nathaniel Manista2016-12-16
|\ \ | |/ |/|
| * wait for write loop to finish at end of ruby read loop, on client side callsGravatar Alexander Polcyn2016-11-22
* | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-16
|\|
* | Merge pull request #7293 from apolcyn/send_metadata_from_server_handlerGravatar kpayson642016-08-15
|\ \
| * | use sent flag only under mutex and dont fail in send_initial_metadataGravatar Alexander Polcyn2016-08-11
| | * remove dedicated thread for read loop in ruby bidi callsGravatar Alexander Polcyn2016-08-08
| |/ |/|
| * Moved sending of initial metadata from server into server handlerGravatar Alex Polcyn2016-07-20
* | Improved some Ruby inline documentationGravatar murgatroid992016-07-12
|/
* Fix bug that occasionally caused a call to be deleted twiceGravatar murgatroid992016-06-28
* Fix handling of one error in bidi calls, and one interop server methodGravatar murgatroid992016-06-23
* Finished removing CompletionQueue from Ruby API, made some changes for clarityGravatar murgatroid992016-06-13
* Fixed ruby fd bugGravatar Ken Payson2016-06-01
* Changed some 'require' to 'require_relative' and modified rpc_server slightlyGravatar murgatroid992016-04-22
* Update copyrightsGravatar Craig Tiller2016-03-31
* Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
* Renaming the Ruby grpc extension to grpc_c, and renaming its loader from load...Gravatar Nicolas "Pixel" Noble2016-01-29
* Few more fixes to the Ruby installation.Gravatar Nicolas "Pixel" Noble2016-01-28
* Ensures that bidi calls obtain metadata.Gravatar Tim Emiola2015-11-10
* Adds the ruby timeout interop test.Gravatar Tim Emiola2015-08-14
* Breaks API - switches timeout to a keyword arg.Gravatar Tim Emiola2015-08-13
* Corrects the cancel_after_first_response behaviourGravatar Tim Emiola2015-06-19
* Corrects the cancel_after_first_response testGravatar Tim Emiola2015-06-02
* Add's logging tweaks thread interaction for bidi_serverGravatar Tim Emiola2015-05-28
* Encapsulate logger within GRPC moduleGravatar Nick Gauthier2015-05-20
* Move Notifier into its own fileGravatar Tim Emiola2015-04-24
* Corrects handling of status during bidi call orchestration.Gravatar Tim Emiola2015-04-15
* Updates BidiCall/ClientStub to the new Call APIGravatar Tim Emiola2015-04-10
* Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
|\
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
* | Updates the module name in the idiomatic and stub layersGravatar Tim Emiola2015-02-17
|/
* Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\
| * Removes Google username from TODOs, removes defunct TODOsGravatar Tim Emiola2015-01-22
* | Updates ruby to stop using grpc_start_invokeGravatar Tim Emiola2015-01-21
|/
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
* Exposes event#finish as #close.Gravatar temiola2014-12-19
* Corrects the incorrect duplex behaviour of bidi_call.rbGravatar temiola2014-12-11
* Update modules and packages to allow for a single grpc importGravatar temiola2014-12-11
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01