Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
fa014a86e3598abf02134189a88c1b8f80c64191
/
src
/
ruby
/
lib
/
grpc
/
generic
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
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
9c74487
Use thread pool from concurrent-ruby on ruby server
by Alexander Polcyn
· 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
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
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
0033865
Fix bug that occasionally caused a call to be deleted twice
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
· 8 years ago
ae34a37
Finished updating code and tests with keyword argument changes
by murgatroid99
· 8 years ago
b0b5380
Merge branch 'ruby_signal_handling_improvement' into ruby_explicit_kw_args
by murgatroid99
· 8 years ago
76733cf
Removed remaining references to old server handling code
by murgatroid99
· 8 years ago
b19f181
Avoid using unspecified keyword args where possible
by murgatroid99
· 8 years ago
3080ede
Allow Ruby client code to set a user agent
by murgatroid99
· 8 years ago
03f7e99
Merge pull request #6472 from murgatroid99/ruby_signal_handling2
by Jan Tattermusch
· 8 years ago
cf239e7
Add a default handler to Ruby services that returns UNIMPLEMENTED
by murgatroid99
· 9 years ago
6bbe369
Make Ruby library terminate on Ctrl+C on client and server
by murgatroid99
· 9 years ago
59dfee8
Fixed rubocop issues with newest changes
by murgatroid99
· 9 years ago
38281cf
Ruby: improve server error handling, fix a reference error
by murgatroid99
· 9 years ago
e6077b8
Merge pull request #6233 from ewr/fetch-peer-cert-in-ruby
by Jan Tattermusch
· 9 years ago
deadbcd
Wrap delegate line to fix a Rubocop error about line length
by Eric Richardson
· 9 years ago
79108d0
Changed some 'require' to 'require_relative' and modified rpc_server slightly
by murgatroid99
· 9 years ago
b2f3a02
Allow `peer` and `peer_cert` to be used from ActiveCall::SingleReqView
by Eric Richardson
· 9 years ago
8079afa
New CQ for each client call
by vjpai
· 9 years ago
895c111
Make ruby library conform to status code spec
by murgatroid99
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
1d68520
Remove extraneous mutex, restrict state transitions
by murgatroid99
· 9 years ago
d48d84d
Ruby: fix some synchronization code in server implementation
by murgatroid99
· 9 years ago
fb2d8f5
Fixing copyrights.
by Nicolas "Pixel" Noble
· 9 years ago
eade6e0
Renaming the Ruby grpc extension to grpc_c, and renaming its loader from loader.rb to grpc.rb
by Nicolas "Pixel" Noble
· 9 years ago
d899dce
Few more fixes to the Ruby installation.
by Nicolas "Pixel" Noble
· 9 years ago
7fac30d
Update copyright
by murgatroid99
· 9 years ago
a4d3d2c
Fix typo in method call
by murgatroid99
· 9 years ago
afe3974
Made insecure channel/stub explicit, in all layers
by murgatroid99
· 9 years ago
7fe4326
Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin
by Michael Lumish
· 9 years ago
f88008c
Fixed a busy-wait in Ruby server run_till_terminated
by murgatroid99
· 9 years ago
cfa26e1
Plumb CallCredentials through Ruby code, replacing metadata_updater functionality
by murgatroid99
· 9 years ago
675b5ce
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
75065d4
Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_test
by Michael Lumish
· 9 years ago
7d21c04
Fixes a multithreading bug in the ruby rpc_server
by Tim Emiola
· 9 years ago
24fdc17
Ensures that bidi calls obtain metadata.
by Tim Emiola
· 9 years ago
43a7e4e
Ruby wrapping of core credentials API change.
by Tim Emiola
· 9 years ago
3c09a64
Fixed previous change, altered RuboCop settings to let me do so
by murgatroid99
· 9 years ago
59e339b
Made ruby server stop waiting for calls when it starts getting null calls
by murgatroid99
· 9 years ago
bfe8a9f
Fixes the broken ruby interop tests
by Tim Emiola
· 9 years ago
383d7da
Bugfix: correct circular arg ref
by Tim Emiola
· 9 years ago
391664a
Improves test stability
by Tim Emiola
· 9 years ago
81d950a
Updates server shutdown handling
by Tim Emiola
· 9 years ago
7840a55
Adds support for per message compression
by Tim Emiola
· 9 years ago
cdb7ccc
Adds the ruby timeout interop test.
by Tim Emiola
· 9 years ago
49b7650
Breaks API - switches timeout to a keyword arg.
by Tim Emiola
· 9 years ago
fde3dbf
Allow reserved metadata to be propagated between calls
by Tim Emiola
· 9 years ago
bc447de
Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host
by Jan Tattermusch
· 9 years ago
d42c1b7
Use null for default host
by Tim Emiola
· 9 years ago
23e0f88
Aligns with the cognoscenti on timeouts
by Tim Emiola
· 9 years ago
10ddfde
Adds grpc.primary_user_agent key during stub creation
by Tim Emiola
· 9 years ago
f88eecd
Changed found? to implemented?
by murgatroid99
· 9 years ago
3d6d058
Made ruby server return correct error code for unimplemented method
by murgatroid99
· 9 years ago
aa57bab
Corrects the cancel_after_first_response behaviour
by Tim Emiola
· 9 years ago
b1fa5d4
Ruby shutdown api migration
by Tim Emiola
· 9 years ago
d62d345
Corrects the cancel_after_first_response test
by Tim Emiola
· 9 years ago
dd7a036
Add's logging tweaks thread interaction for bidi_server
by Tim Emiola
· 9 years ago
4aba356
Various tweaks to improve server stability
by Tim Emiola
· 9 years ago
f233d96
Encapsulate logger within GRPC module
by Nick Gauthier
· 9 years ago
57e7dc8
Ruby style changes: replace `== 0` with `zero?`
by Aggelos Avgerinos
· 10 years ago
bae3a61
Really removes the string monkey-patch
by Tim Emiola
· 10 years ago
13363e3
make underscore a class method of GenericService
by Tim Emiola
· 10 years ago
9cb56f8
Move Notifier into its own file
by Tim Emiola
· 10 years ago
0a65578
Simplify debugging, avoid inspecting C-backed objects.
by Tim Emiola
· 10 years ago
117cc12
Fix failing interop servers
by Tim Emiola
· 10 years ago
291800b
Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_md
by Jan Tattermusch
· 10 years ago
154db73
Remove usage of xray
by Tim Emiola
· 10 years ago
9a0ae03
Adds support for updating the output metadata to calls
by Tim Emiola
· 10 years ago
8661a43
Propagate metadata in BadStatus
by Tim Emiola
· 10 years ago
3fd2be2
Adds a hook for returning the client connect metadata
by Tim Emiola
· 10 years ago
f9e77b3
Refactor: Shorter methods in RpcServer
by Tim Emiola
· 10 years ago
e6be7f3
Refactor: Move the Pool out from RpcServer
by Tim Emiola
· 10 years ago
bf6d78c
Fixes error with the keep-alive
by Tim Emiola
· 10 years ago
9558460
Adds a #run_till_terminated func to RpcServer
by Tim Emiola
· 10 years ago
a10a843
Corrects handling of status during bidi call orchestration.
by Tim Emiola
· 10 years ago
1b39916
Adds an explicit Cancellation exception
by Tim Emiola
· 10 years ago
7db18b4
Automatically adds a key for the jwt_aud_uri to the metadata handled by the metadata_update_proc
by Tim Emiola
· 10 years ago
89cc873
Move timeout handling into the extension
by Tim Emiola
· 10 years ago
f90ce67
Updates BidiCall/ClientStub to the new Call API
by Tim Emiola
· 10 years ago
b22a21e
Update RPC server to use the new call API
by Tim Emiola
· 10 years ago
5684b40
Updates ActiveCall to use the new call API
by Tim Emiola
· 10 years ago
564719d
Updates Channel#create_call to the new API
by Tim Emiola
· 10 years ago
601869b
Enables some incorrectly disabled tests
by Tim Emiola
· 10 years ago
Next »