aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib
Commit message (Expand)AuthorAge
* remove use of keyword argsGravatar Alexander Polcyn2017-10-31
* Update version to 1.8.0-dev, update g word to 'generous'Gravatar murgatroid992017-10-02
* return nil from google rpc status conversion if the grpc-status-details-bin t...Gravatar Alexander Polcyn2017-09-26
* Add Ruby server interceptorsGravatar Shaun McCormick2017-09-25
* add a client side utility for extracting a google rpcGravatar Alexander Polcyn2017-09-18
* Merge pull request #12213 from dgquintas/v1.7.x-version-bumpGravatar David G. Quintas2017-08-17
|\
| * Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
* | Catch NotImplementedError exceptions and forward them to the client.Gravatar John Millikin2017-08-16
|/
* cancel calls with an error message when bidi write loop fails with userGravatar Alexander Polcyn2017-08-07
* properly finish bidi calls when there is an initial errorGravatar Alexander Polcyn2017-07-27
* Merge pull request #11764 from apolcyn/fix_ruby_socket_leakGravatar apolcyn2017-07-20
|\
| * add missing fields on server call context and improve robustness of finished ...Gravatar Alexander Polcyn2017-07-19
| * make sure that client-side view of calls is robustGravatar Alexander Polcyn2017-07-18
| * dont wait for gc to destroy calls on ruby serverGravatar Alexander Polcyn2017-07-13
* | remove an unused methodGravatar Alexander Polcyn2017-07-11
|/
* Merge pull request #9823 from mjkim/fix_unkownGravatar Mehrdad Afshari2017-06-12
|\
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* | master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
* | Remove unnecessary require_relativeGravatar Ernie Miller2017-05-12
* | master to 1.4.0-devGravatar David Garcia Quintas2017-04-13
* | Bumped version to 1.3.0-devGravatar David Garcia Quintas2017-03-09
| * Fix typosGravatar Myungjun Kim2017-02-23
|/
* Fix class name on documentationGravatar Leonardo Saraiva2017-02-15
* Bump master version numbersGravatar Craig Tiller2017-01-30
* Merge pull request #9183 from apolcyn/attach_trailing_md_ruby_bidiGravatar apolcyn2017-01-04
|\
* \ Merge pull request #9191 from apolcyn/fix_ruby_default_handlerGravatar apolcyn2017-01-04
|\ \
* | | Ruby: show error class and message instead of unknownGravatar Yuan He2016-12-22
| * | change ruby default unimplemented ruby server handler to have two argumentsGravatar Alexander Polcyn2016-12-21
|/ /
| * 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
|\ \
| * \ Merge pull request #8879 from apolcyn/ruby_subclass_badstatusGravatar apolcyn2016-12-14
| |\ \
* | | | Use snake_case names for default rpc method implementationsGravatar igorpeshansky2016-12-09
| |_|/ |/| |
| | * change client code to use specific exceptions and throw bad status ifGravatar Alexander Polcyn2016-11-30
| | * add factory method to bad status to create correct subclassGravatar Alexander Polcyn2016-11-29
| | * add ruby subclasses of bad status for each GPRC status codeGravatar Alexander Polcyn2016-11-28
* | | use thread pool from v1.0.x but keep server call life cycle in masterGravatar Alexander Polcyn2016-11-23
| * | wait for write loop to finish at end of ruby read loop, on client side callsGravatar Alexander Polcyn2016-11-22
| |/
* | Merge remote-tracking branch 'upstream/v1.0.x' into HEADGravatar Jan Tattermusch2016-11-22
|\|
| * remove wait queue from ruby thread pool to avoid deadlockGravatar Alexander Polcyn2016-11-03
* | revert change to shutdown ordering, but keep timerGravatar Alexander Polcyn2016-10-27
* | increase max thread pool size in benchmarks and fix shutdown orderingGravatar Alex Polcyn2016-10-27
| * Going 1.0.1.Gravatar Nicolas "Pixel" Noble2016-10-26
* | combine more core batch opsGravatar Alex Polcyn2016-10-26
* | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-underGravatar Nicolas "Pixel" Noble2016-09-29
|\|
* | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.xGravatar Nicolas Noble2016-09-06
|\ \
* \ \ Merge pull request #7758 from apolcyn/use_third_party_thread_pool_masterGravatar kpayson642016-09-02
|\ \ \
| | | * remove log statements that showing contents of messagesGravatar Alexander Polcyn2016-08-26
| | * | Merge branch 'v1.0.x' into upmerge-from-v1.0.xGravatar Nicolas "Pixel" Noble2016-08-24
| |/| | |/| |/
| | * Merge pull request #7800 from apolcyn/dont_catch_load_errorGravatar Nicolas Noble2016-08-22
| | |\
| | | * convert match data to stringGravatar Alexander Polcyn2016-08-20