aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll_linux.c
Commit message (Expand)AuthorAge
* Merge pull request #8086 from y-zeng/fix_gprcGravatar Yuchen Zeng2016-11-11
|\
* | minor formatting fixGravatar Sree Kuchibhotla2016-10-26
* | Remove fd from polling island before deleting itGravatar Sree Kuchibhotla2016-10-26
* | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
|\ \
| * \ Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-17
| |\ \
| * | | Expand documentationGravatar Craig Tiller2016-10-13
| | * | Cleanup poll-cv setupGravatar Ken Payson2016-10-11
| * | | Add some commentsGravatar Craig Tiller2016-10-10
| | * | Fix platform detectionGravatar Ken Payson2016-10-06
| | | * Merge remote-tracking branch 'upstream/master' into fix_gprcGravatar Yuchen Zeng2016-10-05
| | | |\ | | | |/ | | |/|
* | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-03
|\ \ \ \ | | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-09-29
| | |\ \ | | |/ / | |/| |
| * | | 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