aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_posix.c
Commit message (Expand)AuthorAge
* Guard against double pollset shutdown completionGravatar Craig Tiller2015-07-06
* Remove return status from maybe_work.Gravatar Craig Tiller2015-06-22
* DocsGravatar Craig Tiller2015-06-18
* clang-format affected filesGravatar Craig Tiller2015-06-17
* Be better about timeout roundingGravatar Craig Tiller2015-06-15
* prevent double destroy of pollsetGravatar Jan Tattermusch2015-06-10
* clang-formatGravatar Craig Tiller2015-06-05
* Bandaid over pollset promotionGravatar Craig Tiller2015-06-03
* Fix MSAN reported errorGravatar Craig Tiller2015-06-02
* Compile fixGravatar Craig Tiller2015-06-01
* Merge branch 'count-the-things' into we-dont-need-no-backupGravatar Craig Tiller2015-06-01
|\
* | Release all fd refs before signalling shutdownGravatar Craig Tiller2015-06-01
* | fd refcount debuggingGravatar Craig Tiller2015-05-31
| * 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
* | Spam cleanupGravatar Craig Tiller2015-05-29
* | Reduce spamGravatar Craig Tiller2015-05-29
* | Fix null derefGravatar Craig Tiller2015-05-28
* | Refactor pollset_kickGravatar Craig Tiller2015-05-28
* | Add debuggingGravatar Craig Tiller2015-05-28
* | clang-formatGravatar Craig Tiller2015-05-28
* | Eliminate empty_pollsetGravatar Craig Tiller2015-05-28
* | Empty pollset must be kickable.Gravatar Craig Tiller2015-05-28
* | Add debugGravatar Craig Tiller2015-05-28
* | Merge branch 'you-complete-me' into we-dont-need-no-cvGravatar Craig Tiller2015-05-28
|\ \
| * | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-05-28
| |\|
* | | Remove condition variable from pollsetGravatar Craig Tiller2015-05-28
* | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-28
|\ \ \ | | |/ | |/|
| * | Add commentGravatar Craig Tiller2015-05-28
| * | Merge github.com:grpc/grpc into scalable-pollGravatar Craig Tiller2015-05-28
| |\ \
* | \ \ Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-26
|\ \ \ \ | | |/ / | |/| |
| * | | Workaround: Prevent threads sitting in epoll foreverGravatar Craig Tiller2015-05-26
| | * | Merge github.com:grpc/grpc into scalable-pollGravatar Craig Tiller2015-05-24
| | |\ \ | | |/ / | |/| |
| | | * Make pollset shutdown repeatedly kick until all threads have left poll.Gravatar David Klempner2015-05-22
| | |/ | |/|
| * | Kick the tire down the road instead of blocking to free up threadsGravatar Craig Tiller2015-05-20
* | | Kick the tire down the road instead of blocking to free up threadsGravatar Craig Tiller2015-05-17
| | * More scalable unary pollingGravatar Craig Tiller2015-05-14
| |/
* | Add strategic unlock pointsGravatar Craig Tiller2015-05-12
* | Remove backup pollsetGravatar Craig Tiller2015-05-06
|/
* 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
|/