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
*
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
*
Add TODOs
Sree Kuchibhotla
2016-06-08
*
Do not close epoll_fd while there are any pollers and add the ability to
Sree Kuchibhotla
2016-06-08
*
Use poll if not linux, add read notifier pollset support and some
Sree Kuchibhotla
2016-06-08
*
Core review comments and remove 'kicked_specifically' field as its not
Sree Kuchibhotla
2016-06-06
*
Remove redundant code
Sree Kuchibhotla
2016-06-06
*
Fix asan failures (i.e add pollset_global_shutdown), remove debug log
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
*
Rewrite all the pollset and fd functions in ev_epoll_linux.c
Sree Kuchibhotla
2016-06-01
*
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