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
/
iomgr
/
ev_epoll_linux.c
Commit message (
Expand
)
Author
Age
*
Use SIGMINRT + 6 as the default signal for gRPC epoll engine
Sree Kuchibhotla
2016-09-27
*
Revert "Revert "Grand unified closures""
Craig Tiller
2016-09-12
*
Revert "Grand unified closures"
Craig Tiller
2016-09-12
*
Merge github.com:grpc/grpc into grand-unified-closures
Craig Tiller
2016-08-30
|
\
|
*
Merge pull request #7645 from y-zeng/fix_ev_epoll_linux
kpayson64
2016-08-30
|
|
\
|
*
|
Mark an epoll that has a timeout as a blocking region
Vijay Pai
2016-08-28
|
*
|
Include missing header in ev_epoll_linux.c
Sree Kuchibhotla
2016-08-16
|
|
*
Fix the error ref issue
Yuchen Zeng
2016-08-04
|
|
/
*
/
Fixes
Craig Tiller
2016-07-18
|
/
*
Cleanup from code review
Craig Tiller
2016-07-14
*
Remove now redundant line
Craig Tiller
2016-07-14
*
Correct direction of inequality
Craig Tiller
2016-07-14
*
clang-format
Craig Tiller
2016-07-07
*
Handle orphaned fds
Craig Tiller
2016-07-06
*
Better implementation of backup loop
Craig Tiller
2016-07-06
*
Fix mutex loop
Craig Tiller
2016-07-06
*
Remove pi_mu
Craig Tiller
2016-07-06
*
Prevent polling island + workqueue reference loop
Craig Tiller
2016-07-06
*
Refactor workqueues a little to make them great again
Craig Tiller
2016-07-01
*
Fix compile erors
Craig Tiller
2016-07-01
*
Add accessor for fd related workqueue
Craig Tiller
2016-06-30
*
Add workqueues to polling_islands
Craig Tiller
2016-06-30
*
Allow returning a workqueue somehow associated with an endpoint
Craig Tiller
2016-06-30
*
Reduce the number of kicks
Sree Kuchibhotla
2016-06-29
*
Minor format fix
Sree Kuchibhotla
2016-06-28
*
Trace statements in epoll poller (enabled by default to debug the recent
Sree Kuchibhotla
2016-06-28
*
Fix comment formatting
Craig Tiller
2016-06-27
*
Dont reblock sigmask every loop
Craig Tiller
2016-06-27
*
Fix GPR_TIMER misbalancing
Craig Tiller
2016-06-26
*
Change the type of 'ref_count' in polling_island from gpr_atm to
Sree Kuchibhotla
2016-06-23
*
Better error handling and add polling_island_unlock_pair() helper
Sree Kuchibhotla
2016-06-23
*
clang format
Sree Kuchibhotla
2016-06-22
*
Fix build errors on some configurations
Sree Kuchibhotla
2016-06-22
*
Remove pollset->pi_mu since it is redundant. Also do not get polling
Sree Kuchibhotla
2016-06-21
*
Add missing function fd_is_shutdown
Sree Kuchibhotla
2016-06-21
*
Make fd_shutdown idempotent
Sree Kuchibhotla
2016-06-21
*
Integrate with unified error reporting
Sree Kuchibhotla
2016-06-21
*
Fix refcounting tsan failures and grab pollset lock in the function
Sree Kuchibhotla
2016-06-21
*
Significantly refactor the polling island locking and refcounting code
Sree Kuchibhotla
2016-06-20
*
Test polling island merges
Sree Kuchibhotla
2016-06-16
*
Compilation error
Sree Kuchibhotla
2016-06-15
*
Rename _GRPC_TSAN to GRPC_TSAN
Sree Kuchibhotla
2016-06-13
*
Fix tsan failures
Sree Kuchibhotla
2016-06-13
*
Fix bad merge
Sree Kuchibhotla
2016-06-13
*
Fix ref counting bug
Sree Kuchibhotla
2016-06-10
*
Add an API at the core level to disable signals or use a different
Sree Kuchibhotla
2016-06-09
*
Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC ver
Sree Kuchibhotla
2016-06-09
*
Fix refcounting bug in polling_island_merge
Sree Kuchibhotla
2016-06-09
*
pollset_kick optimization (do not kick any other thread if the current
Sree Kuchibhotla
2016-06-08
*
More TODOs
Sree Kuchibhotla
2016-06-08
[next]