aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll_linux.c
Commit message (Expand)AuthorAge
* Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.cGravatar Sree Kuchibhotla2016-12-08
* Merge branch 'master' into pss_piGravatar Sree Kuchibhotla2016-11-28
|\
| * Fix clang-formatGravatar Craig Tiller2016-11-28
| * Fix mac buildGravatar Craig Tiller2016-11-28
* | Minor debug supportGravatar Sree Kuchibhotla2016-11-18
* | Delete commented out codeGravatar Sree Kuchibhotla2016-11-18
* | Pollset_set reimplementationGravatar Sree Kuchibhotla2016-11-18
* | Replace pollset_add_fd with add_poll_objGravatar Sree Kuchibhotla2016-11-18
* | Add poll_object struct (and related changes to fix compilation errors). No ot...Gravatar Sree Kuchibhotla2016-11-18
|/
* 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