aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll_linux.c
Commit message (Expand)AuthorAge
...
| * | | Use SIGMINRT + 6 as the default signal for gRPC epoll engineGravatar Sree Kuchibhotla2016-09-27
| | | * Merge remote-tracking branch 'upstream/master' into fix_gprcGravatar Yuchen Zeng2016-09-22
| | | |\ | | |_|/ | |/| |
* | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-16
|\| | |
| | | * Fix gprcGravatar Yuchen Zeng2016-09-13
| * | | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| | |/ | |/|
| * | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| | * Fix refcount bugGravatar Craig Tiller2016-09-09
| | * Fix refcount debugGravatar Craig Tiller2016-09-09
| | * Tie workqueue implementation to event engineGravatar Craig Tiller2016-09-09
| | * Minor perf improvementsGravatar Craig Tiller2016-09-08
| |/
| * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
| |\
| | * Merge pull request #7645 from y-zeng/fix_ev_epoll_linuxGravatar kpayson642016-08-30
| | |\
| | * | Mark an epoll that has a timeout as a blocking regionGravatar Vijay Pai2016-08-28
* | | | Merge branch 'port_platform_split' into uv_core_transportGravatar murgatroid992016-08-22
|\ \ \ \ | |_|/ / |/| | |
* | | | Include missing header in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-08-16
| * | | Renamed GPR_ constants to GRPC_ in iomgr/port.hGravatar murgatroid992016-08-08
| * | | Separate out iomgr-specific constants into a separate headerGravatar murgatroid992016-08-08
|/ / /
| | * Fix the error ref issueGravatar Yuchen Zeng2016-08-04
| |/ |/|
| * FixesGravatar Craig Tiller2016-07-18
|/
* 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