aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_poll_posix.c
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
|\
| * Address PR feedbackGravatar Ken Payson2017-08-09
| * Merge remote-tracking branch 'upstream/master' into cache_poll_threads2Gravatar Ken Payson2017-08-04
| |\
* | | Add counters, fix raceGravatar Craig Tiller2017-07-20
| | * Add already_closed in grpc_fd_orphanGravatar Yuchen Zeng2017-07-17
| |/ |/|
* | Fix muslGravatar Noah Eisen2017-06-29
* | Fix windows segfaultGravatar ncteisen2017-06-19
* | Fix some type warningGravatar ncteisen2017-06-14
* | Fix compile. WIP probablyGravatar ncteisen2017-06-11
* | Add cq and fd tracerGravatar ncteisen2017-06-08
* | Add workqueue tracerGravatar ncteisen2017-06-08
* | Add rich closure debug modeGravatar ncteisen2017-06-08
* | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
|\ \
| * | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* | | Remove workqueue, covered_by_poller as concepts, get Mac build upGravatar Craig Tiller2017-05-12
|/ /
* | Merge branch 'epex4' into uberpollGravatar Craig Tiller2017-05-05
|\ \
* \ \ Merge branch 'timer_pool' into uberpollGravatar Craig Tiller2017-05-05
|\ \ \
| * | | Isolate timer checking in its own threadGravatar Craig Tiller2017-05-02
| | * | Merge branch 'hiertune' into epex4+epoll1Gravatar Craig Tiller2017-05-01
| | |\ \ | |_|/ / |/| | |
* | | | Allow specifying a default signal iff epollsig has been explicitly requestedGravatar Craig Tiller2017-04-27
|/ / /
| * | Fixup testsGravatar Craig Tiller2017-04-17
| * | Implement pollset for epollexGravatar Craig Tiller2017-04-06
|/ /
* | Change pollset rulesGravatar Craig Tiller2017-04-05
* | Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-24
|\ \
| * \ Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimi...Gravatar Noah Eisen2017-03-22
| |\ \
| | * | Assert on thread creationGravatar Ken Payson2017-03-21
* | | | Fix rounding, reduce contention on global shared stateGravatar Craig Tiller2017-03-17
| |/ / |/| |
| * | Change error_create API to sliceGravatar ncteisen2017-03-13
|/ /
* | clang-formatGravatar Craig Tiller2017-02-17
* | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-17
|\ \
* | | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| * | Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
| * | Fix bug in poll polling engine causing pollsets to be deleted before they are...Gravatar Craig Tiller2017-02-14
|/ /
* | Eliminate CQ freelistGravatar Craig Tiller2017-02-09
| * Cache poll threads in the poll-cv engine.Gravatar Ken Payson2017-02-06
* | Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
* | Merge branch 'master' of github.com:grpc/grpc into poll_fd_shutdownGravatar David Garcia Quintas2017-01-17
|\ \
| * | Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| |/
* / poll_posix double shutdown fixGravatar David Garcia Quintas2016-12-12
|/
* Fix clang-formatGravatar Craig Tiller2016-11-28
* Fix mac buildGravatar Craig Tiller2016-11-28
* Clang-formatGravatar yang-g2016-11-23
* Bypass poll thread if wakeup fd is setGravatar Ken Payson2016-11-06
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
|\
| * Merge pull request #8330 from kpayson64/poll_failureGravatar kpayson642016-10-18
| |\
| * \ Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-17
| |\ \
| | * | Use atomics for poll status to prevent tsan race complaintsGravatar Ken Payson2016-10-13
| | * | Moved cv polling into ev_poll_posix.cGravatar Ken Payson2016-10-13
| | * | Cleanup poll-cv setupGravatar Ken Payson2016-10-11
| | | * Use booleans instead of bitmask argsGravatar Ken Payson2016-10-11