aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll_linux.c
Commit message (Expand)AuthorAge
* Cleanup from code reviewGravatar Craig Tiller2016-07-14
* Remove now redundant lineGravatar Craig Tiller2016-07-14
* Correct direction of inequalityGravatar Craig Tiller2016-07-14
* clang-formatGravatar Craig Tiller2016-07-07
* Handle orphaned fdsGravatar Craig Tiller2016-07-06
* Better implementation of backup loopGravatar Craig Tiller2016-07-06
* Fix mutex loopGravatar Craig Tiller2016-07-06
* Remove pi_muGravatar Craig Tiller2016-07-06
* Prevent polling island + workqueue reference loopGravatar Craig Tiller2016-07-06
* Refactor workqueues a little to make them great againGravatar Craig Tiller2016-07-01
* Fix compile erorsGravatar Craig Tiller2016-07-01
* Add accessor for fd related workqueueGravatar Craig Tiller2016-06-30
* Add workqueues to polling_islandsGravatar Craig Tiller2016-06-30
* Allow returning a workqueue somehow associated with an endpointGravatar Craig Tiller2016-06-30
* Reduce the number of kicksGravatar Sree Kuchibhotla2016-06-29
* Minor format fixGravatar Sree Kuchibhotla2016-06-28
* Trace statements in epoll poller (enabled by default to debug the recentGravatar Sree Kuchibhotla2016-06-28
* Fix comment formattingGravatar Craig Tiller2016-06-27
* Dont reblock sigmask every loopGravatar Craig Tiller2016-06-27
* Fix GPR_TIMER misbalancingGravatar Craig Tiller2016-06-26
* Change the type of 'ref_count' in polling_island from gpr_atm toGravatar Sree Kuchibhotla2016-06-23
* Better error handling and add polling_island_unlock_pair() helperGravatar Sree Kuchibhotla2016-06-23
* clang formatGravatar Sree Kuchibhotla2016-06-22
* Fix build errors on some configurationsGravatar Sree Kuchibhotla2016-06-22
* Remove pollset->pi_mu since it is redundant. Also do not get pollingGravatar Sree Kuchibhotla2016-06-21
* Add missing function fd_is_shutdownGravatar Sree Kuchibhotla2016-06-21
* Make fd_shutdown idempotentGravatar Sree Kuchibhotla2016-06-21
* Integrate with unified error reportingGravatar Sree Kuchibhotla2016-06-21
* Fix refcounting tsan failures and grab pollset lock in the functionGravatar Sree Kuchibhotla2016-06-21
* Significantly refactor the polling island locking and refcounting codeGravatar Sree Kuchibhotla2016-06-20
* Test polling island mergesGravatar Sree Kuchibhotla2016-06-16
* Compilation errorGravatar Sree Kuchibhotla2016-06-15
* Rename _GRPC_TSAN to GRPC_TSANGravatar Sree Kuchibhotla2016-06-13
* Fix tsan failuresGravatar Sree Kuchibhotla2016-06-13
* Fix bad mergeGravatar Sree Kuchibhotla2016-06-13
* Fix ref counting bugGravatar Sree Kuchibhotla2016-06-10
* Add an API at the core level to disable signals or use a differentGravatar Sree Kuchibhotla2016-06-09
* Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC verGravatar Sree Kuchibhotla2016-06-09
* Fix refcounting bug in polling_island_mergeGravatar Sree Kuchibhotla2016-06-09
* pollset_kick optimization (do not kick any other thread if the currentGravatar Sree Kuchibhotla2016-06-08
* More TODOsGravatar Sree Kuchibhotla2016-06-08
* Add TODOsGravatar Sree Kuchibhotla2016-06-08
* Do not close epoll_fd while there are any pollers and add the ability toGravatar Sree Kuchibhotla2016-06-08
* Use poll if not linux, add read notifier pollset support and someGravatar Sree Kuchibhotla2016-06-08
* Core review comments and remove 'kicked_specifically' field as its notGravatar Sree Kuchibhotla2016-06-06
* Remove redundant codeGravatar Sree Kuchibhotla2016-06-06
* Fix asan failures (i.e add pollset_global_shutdown), remove debug logGravatar Sree Kuchibhotla2016-06-06
* Minor commentsGravatar Sree Kuchibhotla2016-06-06
* Remove unused filesGravatar Sree Kuchibhotla2016-06-06
* Fix a few bugs in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-06-04