Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
8c6bea193806ccf8bef78f479ea0212f39f7675b
/
src
/
ruby
/
lib
561630d
Regenerate projects
by Mehrdad Afshari
· 6 years ago
586c639
Regenerate projects
by Srini Polavarapu
· 6 years ago
747fbca
Add more details to a resource exhausted ruby error
by Alexander Polcyn
· 7 years ago
2d43a45
Regenerate projects
by Mehrdad Afshari
· 7 years ago
33b2256
Merge pull request #14922 from apolcyn/ruby_bidi_error
by apolcyn
· 7 years ago
90cfc8e
Regenerate projects
by Mehrdad Afshari
· 7 years ago
ae937d3
Never throw CallErrors for failed bidi reads or writes
by Alexander Polcyn
· 7 years ago
fcc4b9b
Fix ruby document
by nownabe
· 7 years ago
9073ea0
Regenerate projects
by Mehrdad Afshari
· 7 years ago
d60ed8f
Guarantee no race between ruby server's shutdown_and_notify and destroy
by Alexander Polcyn
· 7 years ago
7b87bab
Refactor ruby server shutdown to fix a race
by Alexander Polcyn
· 7 years ago
4388404
Regenerate projects
by Mehrdad Afshari
· 7 years ago
d39d007
Merge pull request #13515 from mehrdada/bump-master-version
by Mehrdad Afshari
· 7 years ago
1972e5c
Merge pull request #12710 from apolcyn/speedup_ruby_end2end_tests
by apolcyn
· 7 years ago
81e9581
Remove some sleeps in ruby tests and fix test server shutdown
by Alex Polcyn
· 7 years ago
14e96f9
Bump 1.8.0-dev to 1.9.0-dev
by Mehrdad Afshari
· 7 years ago
99fdda8
remove use of keyword args
by Alexander Polcyn
· 7 years ago
9887379
Update version to 1.8.0-dev, update g word to 'generous'
by murgatroid99
· 7 years ago
f1b1ab0
return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set
by Alexander Polcyn
· 7 years ago
eec7a91
Add Ruby server interceptors
by Shaun McCormick
· 7 years ago
a594ba0
add a client side utility for extracting a google rpc status from a grpc::Status
by Alexander Polcyn
· 7 years ago
0f924b7
Merge pull request #12213 from dgquintas/v1.7.x-version-bump
by David G. Quintas
· 7 years ago
713597f
Master version bump to 1.7.x
by David Garcia Quintas
· 7 years ago
e387852
Catch NotImplementedError exceptions and forward them to the client.
by John Millikin
· 7 years ago
c6627ca
cancel calls with an error message when bidi write loop fails with user error
by Alexander Polcyn
· 8 years ago
cd22f11
properly finish bidi calls when there is an initial error
by Alexander Polcyn
· 7 years ago
d238d84
Merge pull request #11764 from apolcyn/fix_ruby_socket_leak
by apolcyn
· 7 years ago
7cc30c1
add missing fields on server call context and improve robustness of finished calls
by Alexander Polcyn
· 7 years ago
59a19a9
make sure that client-side view of calls is robust
by Alexander Polcyn
· 7 years ago
fb1e164
dont wait for gc to destroy calls on ruby server
by Alexander Polcyn
· 7 years ago
600ae82
remove an unused method
by Alexander Polcyn
· 7 years ago
c02e39d
Merge pull request #9823 from mjkim/fix_unkown
by Mehrdad Afshari
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
aebcdbd
master bumped to 1.5.x
by David Garcia Quintas
· 7 years ago
eef382c
Remove unnecessary require_relative
by Ernie Miller
· 8 years ago
9e1acc0
master to 1.4.0-dev
by David Garcia Quintas
· 8 years ago
74cec10
Bumped version to 1.3.0-dev
by David Garcia Quintas
· 8 years ago
f17d163
Fix typos
by Myungjun Kim
· 8 years ago
87b10b6
Fix class name on documentation
by Leonardo Saraiva
· 8 years ago
5cad46e
Bump master version numbers
by Craig Tiller
· 8 years ago
38642fa
Merge pull request #9183 from apolcyn/attach_trailing_md_ruby_bidi
by apolcyn
· 8 years ago
3adfa82
Merge pull request #9191 from apolcyn/fix_ruby_default_handler
by apolcyn
· 8 years ago
9383d2b
Ruby: show error class and message instead of unknown
by Yuan He
· 8 years ago
2ec43d2
change ruby default unimplemented ruby server handler to have two arguments
by Alexander Polcyn
· 8 years ago
eb69c34
attach trailing metadata to ruby bidi call op when it's received
by Alexander Polcyn
· 8 years ago
8f7b0b4
v1.0.x → master upmerge
by Nathaniel Manista
· 8 years ago
32b2ecc
Merge pull request #8879 from apolcyn/ruby_subclass_badstatus
by apolcyn
· 8 years ago
e51e72d
Use snake_case names for default rpc method implementations
by igorpeshansky
· 8 years ago
174aa91
change client code to use specific exceptions and throw bad status if
by Alexander Polcyn
· 8 years ago
acacd0d
add factory method to bad status to create correct subclass
by Alexander Polcyn
· 8 years ago
6002b8f
add ruby subclasses of bad status for each GPRC status code
by Alexander Polcyn
· 8 years ago
cdd4203
use thread pool from v1.0.x but keep server call life cycle in master
by Alexander Polcyn
· 8 years ago
03fc198
wait for write loop to finish at end of ruby read loop, on client side calls
by Alexander Polcyn
· 8 years ago
8613e47
Merge remote-tracking branch 'upstream/v1.0.x' into HEAD
by Jan Tattermusch
· 8 years ago
269e6cc
remove wait queue from ruby thread pool to avoid deadlock
by Alexander Polcyn
· 8 years ago
287b760
revert change to shutdown ordering, but keep timer
by Alexander Polcyn
· 8 years ago
419934a
increase max thread pool size in benchmarks and fix shutdown ordering
by Alex Polcyn
· 8 years ago
50a730b
Going 1.0.1.
by Nicolas "Pixel" Noble
· 8 years ago
e5293c3
combine more core batch ops
by Alex Polcyn
· 8 years ago
87a1081
Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under
by Nicolas "Pixel" Noble
· 8 years ago
74c92f6
Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x
by Nicolas Noble
· 8 years ago
d57bbe7
Merge pull request #7758 from apolcyn/use_third_party_thread_pool_master
by kpayson64
· 8 years ago
5c8efc1
remove log statements that showing contents of messages
by Alexander Polcyn
· 8 years ago
cdbe6b3
Merge branch 'v1.0.x' into upmerge-from-v1.0.x
by Nicolas "Pixel" Noble
· 8 years ago
701951f
Merge pull request #7800 from apolcyn/dont_catch_load_error
by Nicolas Noble
· 8 years ago
e61aab2
convert match data to string
by Alexander Polcyn
· 8 years ago
8dd2126
fix directory check
by Alexander Polcyn
· 8 years ago
8067d72
dont catch load error when loading grpc lib in grpc gem
by Alexander Polcyn
· 8 years ago
398dde4
Restoring require_relative.
by Nicolas "Pixel" Noble
· 8 years ago
4712750
Fixing loading precompiled Ruby extension on 2.x.10+
by Nicolas "Pixel" Noble
· 8 years ago
35b8c51
Bumping version to 1.0.1-pre1.
by Nicolas "Pixel" Noble
· 8 years ago
9c74487
Use thread pool from concurrent-ruby on ruby server
by Alexander Polcyn
· 8 years ago
0f9337b
Removing pre2 flag.
by Nicolas "Pixel" Noble
· 8 years ago
e1ee20b
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
by Nicolas "Pixel" Noble
· 8 years ago
69a2fc8
Merge pull request #7293 from apolcyn/send_metadata_from_server_handler
by kpayson64
· 8 years ago
17d5c07
use sent flag only under mutex and dont fail in send_initial_metadata
by Alexander Polcyn
· 8 years ago
a9bc030
add mutex wrapper around sending and modifying of initial metadata
by Alexander Polcyn
· 8 years ago
dc3d561
remove dedicated thread for read loop in ruby bidi calls
by Alexander Polcyn
· 8 years ago
3260a17
Bumping to 1.0.0-pre2.
by Nicolas "Pixel" Noble
· 8 years ago
316f73f
Merge v1.0.x into master
by murgatroid99
· 8 years ago
d9892bd
Moved sending of initial metadata from server into server handler methods
by Alex Polcyn
· 8 years ago
580a64a
Improved some Ruby inline documentation
by murgatroid99
· 8 years ago
49bfb92
Master is now 1.1.0-dev.
by Nicolas "Pixel" Noble
· 8 years ago
8c72ae4
Flagging master as 1.0.0-pre1.
by Nicolas "Pixel" Noble
· 8 years ago
19787c7
Merge branch 'master' into ruby_api_review_changes
by murgatroid99
· 8 years ago
ae466c8
Revert changes to SingleReqView and MultiReqView
by murgatroid99
· 8 years ago
e69f088
Split incoming initial and trailing metadata in Ruby calls
by murgatroid99
· 8 years ago
b156671
Change cancelled to cancelled?
by Ken Payson
· 8 years ago
13c22ae
Resolved merge conflicts with master
by murgatroid99
· 8 years ago
0033865
Fix bug that occasionally caused a call to be deleted twice
by murgatroid99
· 8 years ago
d29a3bf
Update master branch to 0.16.0-dev
by murgatroid99
· 8 years ago
67e2525
Fix handling of one error in bidi calls, and one interop server method
by murgatroid99
· 8 years ago
674f55a
Fixed missing variable propagation
by murgatroid99
· 8 years ago
5ea4a99
Finished removing CompletionQueue from Ruby API, made some changes for clarity
by murgatroid99
· 8 years ago
dce1ee6
Fixed ruby fd bug
by Ken Payson
· 9 years ago
ae34a37
Finished updating code and tests with keyword argument changes
by murgatroid99
· 9 years ago
b0b5380
Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args
by murgatroid99
· 9 years ago
76733cf
Removed remaining references to old server handling code
by murgatroid99
· 9 years ago
d595fb6
Handle signals properly when dropping GVL
by murgatroid99
· 9 years ago
b19f181
Avoid using unspecified keyword args where possible
by murgatroid99
· 9 years ago
Next »