aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_posix.c
Commit message (Expand)AuthorAge
* Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
* Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\
| * Spelling correctionGravatar Craig Tiller2015-07-17
| * Expand commentGravatar Craig Tiller2015-07-16
| * Fix a leaked lock, and make a debug-only detection for this class of bugGravatar Craig Tiller2015-07-16
| * Hoist epoll_ctl outside of pollset lockGravatar Craig Tiller2015-07-14
* | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
|/
* Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-07
|\
| * Guard against double pollset shutdown completionGravatar Craig Tiller2015-07-06
* | clang-format changed filesGravatar Craig Tiller2015-07-06
* | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|/
* 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