index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
lib
Commit message (
Expand
)
Author
Age
*
Fix asan failures (i.e add pollset_global_shutdown), remove debug log
Sree Kuchibhotla
2016-06-06
*
Merge branch 'master' into epoll_changes
Sree Kuchibhotla
2016-06-06
|
\
*
|
Minor comments
Sree Kuchibhotla
2016-06-06
*
|
Remove unused files
Sree Kuchibhotla
2016-06-06
*
|
Fix a few bugs in ev_epoll_linux.c
Sree Kuchibhotla
2016-06-04
*
|
Handle pollsets and fds witn no polling islands and fix locking bug in pollse...
Sree Kuchibhotla
2016-06-03
*
|
epoll polling strategy now points to the new code
Sree Kuchibhotla
2016-06-03
*
|
Functionality complete in ev_epoll_linux.c
Sree Kuchibhotla
2016-06-03
|
*
Merge pull request #6306 from y-zeng/win32_suffix
Jan Tattermusch
2016-06-03
|
|
\
|
*
\
Merge pull request #6761 from ctiller/there-were-no-fatalities
Jan Tattermusch
2016-06-03
|
|
\
\
|
|
*
|
GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN
Craig Tiller
2016-06-02
|
*
|
|
Merge branch 'master' of github.com:grpc/grpc into lr_hook
David Garcia Quintas
2016-06-02
|
|
\
|
|
|
|
*
|
Merge pull request #6721 from vjpai/cleanup
Jan Tattermusch
2016-06-01
|
|
|
\
\
*
|
|
|
|
Rewrite all the pollset and fd functions in ev_epoll_linux.c
Sree Kuchibhotla
2016-06-01
|
|
|
|
*
Merge remote-tracking branch 'upstream/master' into base
Yuchen Zeng
2016-05-31
|
|
|
|
|
\
|
|
*
|
|
|
Revert "Remove legacy poller"
Craig Tiller
2016-05-31
|
|
|
|
_
|
/
|
|
|
/
|
|
*
|
|
|
|
Correct typo
Sree Kuchibhotla
2016-05-31
*
|
|
|
|
ctiller's ev_epoll_linux.c file (for reference)
Sree Kuchibhotla
2016-05-31
*
|
|
|
|
Removed epoll_fd_global_list
Sree Kuchibhotla
2016-05-31
*
|
|
|
|
Write most of the methods in the new epoll implementation
Sree Kuchibhotla
2016-05-31
*
|
|
|
|
Remove union { } data and epoll_hdr structures. Added ev_epoll_linux
Sree Kuchibhotla
2016-05-31
*
|
|
|
|
experiment with signals
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
|
|
/
/
/
|
/
|
|
|
|
|
*
|
Remove unused struct
vjpai
2016-05-26
|
|
*
|
Remove some unused enums
vjpai
2016-05-26
|
|
/
/
|
/
|
|
*
|
|
Round robin notifier pollset
Craig Tiller
2016-05-24
*
|
|
Merge github.com:grpc/grpc into test_affine
Craig Tiller
2016-05-23
|
\
\
\
|
*
\
\
Merge pull request #6423 from ctiller/signal_handler
Jan Tattermusch
2016-05-22
|
|
\
\
\
*
|
|
|
|
Revert "Revert "Remove spam""
Craig Tiller
2016-05-21
*
|
|
|
|
Revert "Remove spam"
Craig Tiller
2016-05-21
*
|
|
|
|
clang-format
Craig Tiller
2016-05-21
*
|
|
|
|
Fix comments
Craig Tiller
2016-05-21
*
|
|
|
|
Remove spam
Craig Tiller
2016-05-21
*
|
|
|
|
Fix non-listening cq registration so that calls can be queued against them
Craig Tiller
2016-05-21
*
|
|
|
|
Fixes and code simplification
Craig Tiller
2016-05-20
*
|
|
|
|
Remove legacy poller
Craig Tiller
2016-05-20
*
|
|
|
|
Fix formatting, mem leak, stall
Craig Tiller
2016-05-20
*
|
|
|
|
Attempt to fix Windows
Craig Tiller
2016-05-20
|
|
|
*
|
Merge branch 'master' of github.com:grpc/grpc into lr_hook
David Garcia Quintas
2016-05-19
|
|
|
|
\
\
*
|
|
|
\
\
Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine
Craig Tiller
2016-05-19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Work stealing between affinitized cqs
Craig Tiller
2016-05-19
|
|
*
|
|
|
|
Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring
Julien Boeuf
2016-05-18
|
|
|
\
\
\
\
\
|
|
|
|
|
_
|
/
/
|
|
|
|
/
|
|
|
*
|
|
|
|
|
|
Merge github.com:grpc/grpc into test_affine
Craig Tiller
2016-05-18
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
/
/
/
/
|
|
|
/
/
/
/
|
|
/
|
|
|
|
[next]