index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ruby
Commit message (
Expand
)
Author
Age
*
Merge github.com:grpc/grpc into cpparena
Craig Tiller
2017-04-12
|
\
|
*
get rid of racey sleep 5 and use a cv to wait forever
Alexander Polcyn
2017-04-11
|
*
fix flakey race in ruby tests
Alexander Polcyn
2017-04-10
|
*
Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x
Jan Tattermusch
2017-04-06
|
|
\
|
|
*
bump version to 1.2.2
Jan Tattermusch
2017-04-03
*
|
|
Fix sanity
Craig Tiller
2017-03-31
*
|
|
Call ref/unref, bugfixes
Craig Tiller
2017-03-31
*
|
|
Merge github.com:grpc/grpc into cpparena
Craig Tiller
2017-03-31
|
\
|
|
|
|
*
Bump version to 1.2.1
Ken Payson
2017-03-28
|
|
*
Merge pull request #10308 from apolcyn/bump_v12x_version
apolcyn
2017-03-27
|
|
|
\
|
*
|
\
Merge pull request #7771 from y-zeng/cares_buildin
Yuchen Zeng
2017-03-24
|
|
\
\
\
|
*
\
\
\
Merge pull request #10245 from sreecha/cq_factory_api
Sree Kuchibhotla
2017-03-24
|
|
\
\
\
\
|
|
|
|
|
*
bump v1.2.x branch version to 1.2.1-pre2
Alexander Polcyn
2017-03-24
|
|
|
|
*
|
wording fix in comments
Alexander Polcyn
2017-03-24
|
|
|
|
*
|
malloc run_batch_stack after type checks
Alexander Polcyn
2017-03-24
|
|
|
|
*
|
conform test to formatter
Alexander Polcyn
2017-03-24
|
|
|
|
*
|
allocated run batch stack on the heap
Alexander Polcyn
2017-03-23
|
|
|
|
*
|
add test in that sends a sigint to client while its making an rpc ona
Alexander Polcyn
2017-03-23
|
|
|
|
|
/
|
*
|
|
|
Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0
Nicolas "Pixel" Noble
2017-03-24
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
add generated imports header to be able to build on mingw
Alexander Polcyn
2017-03-23
|
|
*
|
|
Merge pull request #10230 from apolcyn/bump_to_1_2_1_pre1
apolcyn
2017-03-23
|
|
|
\
\
\
|
|
*
\
\
\
Merge pull request #9986 from apolcyn/fix_connectivity
apolcyn
2017-03-23
|
|
|
\
\
\
\
|
|
|
*
|
|
|
fix mac crash on abruptly ended server thread
Alexander Polcyn
2017-03-22
|
|
|
*
|
|
|
get rid of time check increment in watch connectivity state loop
Alexander Polcyn
2017-03-22
|
|
|
*
|
|
|
fix setting of time_check_increment in watch conn state loop
Alexander Polcyn
2017-03-21
|
|
|
*
|
|
|
make fewer lock/unlock calls and loop on cv_wait in watch conn state
Alexander Polcyn
2017-03-21
|
|
|
|
|
*
|
Introduce grpc_completion_queue_factory API
Sree Kuchibhotla
2017-03-21
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
add passing test that kills a process while there are active watch chan state...
Alexander Polcyn
2017-03-20
|
|
|
|
*
|
bump v1.2.x branch to 1.2.1-pre1
Alexander Polcyn
2017-03-20
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Going for 1.2.0
David Garcia Quintas
2017-03-20
|
|
|
*
|
add end2end tests to formatter and adjust to formatter
Alexander Polcyn
2017-03-20
|
|
|
*
|
use RTEST with channel watch arg to capture larger set of truthy args
Alexander Polcyn
2017-03-19
*
|
|
|
|
Added dependencies in build.yaml to allow building
Vijay Pai
2017-03-17
|
/
/
/
/
|
|
|
*
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
Yuchen Zeng
2017-03-17
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
Merge remote-tracking branch 'upstream/master' into cares_bazel_rule
Yuchen Zeng
2017-03-17
|
|
|
|
\
|
*
|
|
|
Bump 1.2.x version to pre-2
Ken Payson
2017-03-16
|
|
*
|
|
add copyright header to fix failing sanity tests
Alexander Polcyn
2017-03-15
|
|
*
|
|
remove now-unused channel completion queues
Alexander Polcyn
2017-03-15
|
|
*
|
|
add a README for new test directory
Alexander Polcyn
2017-03-15
|
|
*
|
|
stop mixing gpr mutexes and the ruby gil to fix channel closing deadlock
Alexander Polcyn
2017-03-15
|
|
*
|
|
add another currently failing test related to channels and deadlock
Alexander Polcyn
2017-03-15
|
|
*
|
|
watch channel state without the gil to fix deadlock on abrupt SIGTERM
Alexander Polcyn
2017-03-15
|
|
*
|
|
add failing test revealing bug in channel state api
Alexander Polcyn
2017-03-15
|
|
*
|
|
make end2end test ports dynamic and slight refactor
Alexander Polcyn
2017-03-15
|
|
*
|
|
add initial framework for full end2end tests outside of rspec
Alexander Polcyn
2017-03-14
|
|
*
|
|
fix up tests and remove two unlocks in a row bug
Alexander Polcyn
2017-03-14
|
|
*
|
|
in the middle of fixing watch and get connectivity state to work with new cha...
Alexander Polcyn
2017-03-14
|
|
*
|
|
change if to while to avoid unsafe wakeup
Alexander Polcyn
2017-03-13
|
|
*
|
|
remove a TODO
Alexander Polcyn
2017-03-13
*
|
|
|
|
Merge pull request #10012 from vjpai/phpqps
Vijay Pai
2017-03-13
|
\
\
\
\
\
[next]