index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add epoll polling strategy to run_tests.py
Sree Kuchibhotla
2016-05-31
*
Minor refactor of add_fd path
Sree Kuchibhotla
2016-05-31
*
Remove grpc_fd_watcher and related code from ev_epoll_posix.c
Sree Kuchibhotla
2016-05-31
*
Remove idle_jobs and in_flight_cbs from pollset
Sree Kuchibhotla
2016-05-31
*
Moving the creation of epoll_fd to pollset_init() instead of
Sree Kuchibhotla
2016-05-31
*
Pollset_reset should not destroy the epoll_fd
Sree Kuchibhotla
2016-05-31
*
Remove delayed_add
Sree Kuchibhotla
2016-05-31
*
Remove basic_pollset and the promotion related code
Sree Kuchibhotla
2016-05-31
*
Base changes. Create ev_epoll_posix.{c,h} files by making a copy of ev_poll_a...
Sree Kuchibhotla
2016-05-31
*
Merge pull request #6586 from makdharma/cronet
Jorge Canizales
2016-05-27
|
\
*
\
Merge pull request #6718 from jtattermusch/enable_multiclient
Vijay Pai
2016-05-26
|
\
\
*
\
\
Merge pull request #6712 from jtattermusch/csharp_more_completion_queues
Jan Tattermusch
2016-05-26
|
\
\
\
*
\
\
\
Merge pull request #6699 from jtattermusch/csharp_streaming_api_improvements
Jan Tattermusch
2016-05-26
|
\
\
\
\
|
|
|
|
*
docgen format fix
Makarand Dharmapurikar
2016-05-26
|
|
|
|
*
Style guide related feedback fixes.
Makarand Dharmapurikar
2016-05-26
|
|
*
|
|
add missing pinvoke method
Jan Tattermusch
2016-05-26
|
|
*
|
|
fix one more test
Jan Tattermusch
2016-05-25
|
|
*
|
|
fix tests
Jan Tattermusch
2016-05-25
|
|
*
|
|
use 1 cq per thread by default
Jan Tattermusch
2016-05-25
|
|
*
|
|
name the threadpool threads before starting
Jan Tattermusch
2016-05-25
|
|
*
|
|
eliminate global completion registry
Jan Tattermusch
2016-05-25
|
|
*
|
|
completion registry is per cq
Jan Tattermusch
2016-05-25
|
|
*
|
|
expose completionQueueCount setting
Jan Tattermusch
2016-05-25
|
|
*
|
|
add support for multiple cqs to GrpcThreadPool
Jan Tattermusch
2016-05-25
|
|
/
/
/
|
/
|
|
|
|
|
|
*
Slight change to surface API.
Makarand Dharmapurikar
2016-05-25
|
|
*
|
use 2 clients for 8core setup as well
Jan Tattermusch
2016-05-25
*
|
|
|
Merge pull request #6716 from jtattermusch/enable_multiclient
Craig Tiller
2016-05-25
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
add a new worker
Jan Tattermusch
2016-05-25
|
/
/
/
|
|
*
Cosmetic changes to address feedback.
Makarand Dharmapurikar
2016-05-25
*
|
|
Merge pull request #6703 from murgatroid99/pc_zookeeper_generation_fix
Jan Tattermusch
2016-05-25
|
\
\
\
*
\
\
\
Merge pull request #6706 from ctiller/rraf
Craig Tiller
2016-05-25
|
\
\
\
\
|
*
|
|
|
Mark port as non-listening
Craig Tiller
2016-05-25
|
*
|
|
|
Mark port as non-listening
Craig Tiller
2016-05-25
|
*
|
|
|
Round robin notifier pollset
Craig Tiller
2016-05-24
|
/
/
/
/
|
*
/
/
Make grpc_zookeeper.pc file generation consistent with other .pc files
murgatroid99
2016-05-24
|
/
/
/
*
|
|
Merge pull request #6679 from nathanielmanistaatgoogle/cancel-many-calls-test
Jan Tattermusch
2016-05-24
|
\
\
\
*
\
\
\
Merge pull request #6662 from murgatroid99/ruby_explicit_kw_args
Jan Tattermusch
2016-05-24
|
\
\
\
\
*
\
\
\
\
Merge pull request #6695 from rjshade/request_with_flags_timeout
Jan Tattermusch
2016-05-24
|
\
\
\
\
\
*
\
\
\
\
\
Merge pull request #6612 from ctiller/test_affine
Craig Tiller
2016-05-23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Speed up tests
Craig Tiller
2016-05-23
|
*
|
|
|
|
|
Cleanup redundant tests
Craig Tiller
2016-05-23
|
*
|
|
|
|
|
Merge github.com:grpc/grpc into test_affine
Craig Tiller
2016-05-23
|
|
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #6694 from ctiller/sin
Jan Tattermusch
2016-05-23
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Fix timeout on async server shutdown
Craig Tiller
2016-05-23
|
|
|
|
*
|
|
|
Update ruby perf code with keyword args changes
murgatroid99
2016-05-23
|
|
|
|
|
|
*
|
add TODO
Jan Tattermusch
2016-05-23
|
|
|
|
|
|
*
|
reorder clientside send preconditions
Jan Tattermusch
2016-05-23
|
|
|
|
|
|
*
|
clientside writes should finish with TaskCanceledException if cancel was prev...
Jan Tattermusch
2016-05-23
|
|
*
|
|
|
|
|
Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine
Craig Tiller
2016-05-23
|
|
|
\
\
\
\
\
\
|
|
*
\
\
\
\
\
\
Merge github.com:grpc/grpc into test_affine
Craig Tiller
2016-05-23
|
|
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
[next]