aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_posix.c
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-05
|\
| * Fix use-after-freeGravatar Craig Tiller2015-10-05
| * Merge pull request #3627 from yang-g/flake2Gravatar Craig Tiller2015-10-05
| |\
* | | s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarmGravatar David Garcia Quintas2015-10-04
|/ /
| * Pollset can be destroyed again in pollset_work if the called_shutdown is not ...Gravatar yang-g2015-10-02
* | Merge github.com:grpc/grpc into clangfGravatar Craig Tiller2015-10-01
|\|
| * Add commentGravatar Craig Tiller2015-09-30
| * Merge github.com:grpc/grpc into pfftGravatar Craig Tiller2015-09-30
| |\
| | * Merge pull request #3560 from vjpai/block_annotate_todoGravatar David Klempner2015-09-29
| | |\
* | | | Fix clang-format scriptGravatar Craig Tiller2015-09-28
|/ / /
* / / Fix alarmsGravatar Craig Tiller2015-09-28
|/ /
* | Initialize/destroy TLS members - to fix iOS buildGravatar Craig Tiller2015-09-28
| * Add some TODO comments for possible poll optimizationGravatar Vijay Pai2015-09-25
|/
* Merge pull request #3476 from vjpai/block_annotateGravatar Yang Gao2015-09-25
|\
| * Move block_annotate from iomgr to support since it's used in otherGravatar vjpai2015-09-24
* | Fix some bugs leading to memory leaksGravatar Craig Tiller2015-09-24
| * Put in blocking point annotations at places in the code where we may block fo...Gravatar Vijay Pai2015-09-24
* | Fix specific worker wakeupGravatar Craig Tiller2015-09-23
* | clang-format all core filesGravatar Craig Tiller2015-09-22
* | Final patches for renameGravatar Craig Tiller2015-09-22
* | Change runs to enqueueGravatar Craig Tiller2015-09-22
* | Move argument passing to start of listGravatar Craig Tiller2015-09-22
* | Move arguments to the start of listsGravatar Craig Tiller2015-09-22
* | indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
* | Rename call_list to closure_listGravatar Craig Tiller2015-09-22
* | FixesGravatar Craig Tiller2015-09-21
* | Call list progressGravatar Craig Tiller2015-09-21
* | Call list progressGravatar Craig Tiller2015-09-18
* | CleanupGravatar Craig Tiller2015-09-18
* | Introduce call lists for moving work outside locksGravatar Craig Tiller2015-09-18
* | Poke fd workqueues on add - to unblock a potential starvation issueGravatar Craig Tiller2015-09-17
* | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-17
|\|
| * Move in-flight callback check upGravatar Craig Tiller2015-09-16
* | Tests compileGravatar Craig Tiller2015-09-16
* | Progress towards workqueue transitionGravatar Craig Tiller2015-09-15
* | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-11
|\|
| * Enable -WconversionGravatar Craig Tiller2015-09-10
| * Sign conversion fixesGravatar Craig Tiller2015-09-10
* | Starting to convert code to work queuesGravatar Craig Tiller2015-09-09
|/
* Add a test of non-blocking API behaviorGravatar Craig Tiller2015-08-06
* Working towards a non-blocking API testGravatar Craig Tiller2015-08-06
* Fix TSAN reported lock-inversion in epoll fd additionGravatar Craig Tiller2015-07-30
* Allow specific pollers to be wokenGravatar Craig Tiller2015-07-29
* 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