aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_posix.c
Commit message (Expand)AuthorAge
* removed managed closures from server.cGravatar David Garcia Quintas2015-05-31
* Comments addressed.Gravatar David Garcia Quintas2015-05-31
* Adapted the following to the new iomgr's cb API:Gravatar David Garcia Quintas2015-05-31
* Add commentGravatar Craig Tiller2015-05-28
* Merge github.com:grpc/grpc into scalable-pollGravatar Craig Tiller2015-05-28
|\
| * Workaround: Prevent threads sitting in epoll foreverGravatar Craig Tiller2015-05-26
* | Merge github.com:grpc/grpc into scalable-pollGravatar Craig Tiller2015-05-24
|\|
| * Kick the tire down the road instead of blocking to free up threadsGravatar Craig Tiller2015-05-20
* | More scalable unary pollingGravatar Craig Tiller2015-05-14
|/
* Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
* Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
* Stop kicking ourselvesGravatar Craig Tiller2015-04-27
* Remove the current poller from the watch list to avoid immediately kicking it...Gravatar Craig Tiller2015-03-11
* Reintroduce sleep on backup threadGravatar Craig Tiller2015-03-06
* Remove some debugging logs from the unary poll promote pathGravatar David Klempner2015-03-02
* Add a shutdown API to pollsetGravatar David Klempner2015-02-24
* Merge branch 'master' into unary_promotion_with_concurrent_pollGravatar David Klempner2015-02-23
|\
| * Check POLLHUP, POLLERR as requiredGravatar Craig Tiller2015-02-20
* | Ensure there is no concurrent poller for unary->multipollGravatar David Klempner2015-02-18
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Add missing refGravatar Craig Tiller2015-02-17
* Merge branch 'master' into epollGravatar David Klempner2015-02-11
|\
* | Epoll based multipollerGravatar David Klempner2015-02-10
| * Have unary pollset check to see if the existing fd is orphanedGravatar David Klempner2015-02-10
|/
* Reduce contention on lockGravatar Craig Tiller2015-02-09
* Fix some TSAN reported errorsGravatar Craig Tiller2015-01-29
* Disable compilation of some filesGravatar Craig Tiller2015-01-21
* Factor out the pollset kicking mechanism and eliminate shardingGravatar David Klempner2015-01-16
* () --> (void)Gravatar Craig Tiller2015-01-15
* Don't log on EINTR.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Don't log on EINTR.Gravatar ctiller2015-01-08
* Remove libevent.Gravatar ctiller2015-01-08