Alexander Polcyn
|
69c2717c80
|
bump v1.2.x branch version to 1.2.1-pre2
|
8 years ago |
Alexander Polcyn
|
3e30832cca
|
bump v1.2.x branch to 1.2.1-pre1
|
8 years ago |
David Garcia Quintas
|
69e5a28635
|
Going for 1.2.0
|
8 years ago |
Ken Payson
|
12ca7d319c
|
Bump 1.2.x version to pre-2
|
8 years ago |
David Garcia Quintas
|
904e7f53ae
|
Introducing 1.2.0-pre1
|
8 years ago |
David Garcia Quintas
|
74cec10619
|
Bumped version to 1.3.0-dev
|
8 years ago |
Muxi Yan
|
5c2d7e287b
|
Boost grpc version to v1.1.4
|
8 years ago |
Ken Payson
|
fd6cc7de7b
|
Bump version to v1.1.3
|
8 years ago |
Myungjun Kim
|
f17d163a9b
|
Fix typos
unkown -> unknown
fix unnecessary spacing
|
8 years ago |
Leonardo Saraiva
|
87b10b652f
|
Fix class name on documentation
|
8 years ago |
murgatroid99
|
2b3e12ceee
|
Update version to 1.1.2
|
8 years ago |
murgatroid99
|
e15b5a42af
|
Bump version to 1.1.1
|
8 years ago |
Craig Tiller
|
5cad46e218
|
Bump master version numbers
|
8 years ago |
Nicolas "Pixel" Noble
|
4dcb7862bf
|
Flagging version 1.1.0.
|
8 years ago |
Nicolas "Pixel" Noble
|
da83b376eb
|
Changing versions from -dev to -pre1 on the release branch.
|
8 years ago |
Yuan He
|
9383d2b809
|
Ruby: show error class and message instead of unknown
|
8 years ago |
Alexander Polcyn
|
2ec43d2dac
|
change ruby default unimplemented ruby server handler to have two arguments
|
8 years ago |
Noah Eisen
|
ef4ceda6fd
|
Add advanced interop tests for Ruby client
|
8 years ago |
Alexander Polcyn
|
eb69c34f83
|
attach trailing metadata to ruby bidi call op when it's received
|
8 years ago |
igorpeshansky
|
e51e72d7c9
|
Use snake_case names for default rpc method implementations
This is what `GRPC::Pool::add_rpc_descs_for` expects.
|
9 years ago |
Alexander Polcyn
|
174aa915ba
|
change client code to use specific exceptions and throw bad status if
unkown code
|
9 years ago |
Alexander Polcyn
|
acacd0d646
|
add factory method to bad status to create correct subclass
|
9 years ago |
Alexander Polcyn
|
6002b8ff63
|
add ruby subclasses of bad status for each GPRC status code
|
9 years ago |
Alexander Polcyn
|
cdd4203042
|
use thread pool from v1.0.x but keep server call life cycle in master
|
9 years ago |
Alexander Polcyn
|
03fc19876d
|
wait for write loop to finish at end of ruby read loop, on client side calls
|
9 years ago |
Alexander Polcyn
|
269e6ccb4d
|
remove wait queue from ruby thread pool to avoid deadlock
|
9 years ago |
Alexander Polcyn
|
287b760e97
|
revert change to shutdown ordering, but keep timer
|
9 years ago |
Alex Polcyn
|
419934af6f
|
increase max thread pool size in benchmarks and fix shutdown ordering
|
9 years ago |
Nicolas "Pixel" Noble
|
50a730bd1c
|
Going 1.0.1.
|
9 years ago |
Alex Polcyn
|
e5293c3f7b
|
combine more core batch ops
|
9 years ago |
Alexander Polcyn
|
5c8efc1ce4
|
remove log statements that showing contents of messages
|
9 years ago |
Alexander Polcyn
|
e61aab2651
|
convert match data to string
|
9 years ago |
Alexander Polcyn
|
8dd21260be
|
fix directory check
|
9 years ago |
Alexander Polcyn
|
8067d72947
|
dont catch load error when loading grpc lib in grpc gem
|
9 years ago |
Nicolas "Pixel" Noble
|
398dde49fc
|
Restoring require_relative.
|
9 years ago |
Nicolas "Pixel" Noble
|
47127507be
|
Fixing loading precompiled Ruby extension on 2.x.10+
|
9 years ago |
Nicolas "Pixel" Noble
|
35b8c51485
|
Bumping version to 1.0.1-pre1.
|
9 years ago |
Alexander Polcyn
|
9c74487072
|
Use thread pool from concurrent-ruby on ruby server
|
9 years ago |
Nicolas "Pixel" Noble
|
0f9337b6a0
|
Removing pre2 flag.
|
9 years ago |
Alexander Polcyn
|
17d5c07115
|
use sent flag only under mutex and dont fail in send_initial_metadata
|
9 years ago |
Alexander Polcyn
|
a9bc030a3a
|
add mutex wrapper around sending and modifying of initial metadata
|
9 years ago |
Alexander Polcyn
|
dc3d561f4a
|
remove dedicated thread for read loop in ruby bidi calls
|
9 years ago |
Nicolas "Pixel" Noble
|
3260a1731a
|
Bumping to 1.0.0-pre2.
|
9 years ago |
Alex Polcyn
|
d9892bdd80
|
Moved sending of initial metadata from server into server handler
methods
|
9 years ago |
murgatroid99
|
580a64af24
|
Improved some Ruby inline documentation
|
9 years ago |
Nicolas "Pixel" Noble
|
49bfb92dc1
|
Master is now 1.1.0-dev.
|
9 years ago |
Nicolas "Pixel" Noble
|
8c72ae43f9
|
Flagging master as 1.0.0-pre1.
|
9 years ago |
Alexander Polcyn
|
d788b458cf
|
Replaced private ruby methods with internal c functions
|
9 years ago |
Alexander Polcyn
|
0dccf10db7
|
Added ruby wrapper for grpc_compression_options
|
9 years ago |
murgatroid99
|
ae466c8a8d
|
Revert changes to SingleReqView and MultiReqView
|
9 years ago |