aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
* Merge branch 'master' into pollforcesetGravatar Yash Tibrewal2018-08-01
|\
| * Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
| |
| * Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-31
| |\
| | * Merge pull request #16163 from apolcyn/revert_revert_windows_breakageGravatar apolcyn2018-07-30
| | |\ | | | | | | | | Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort""
* | | \ Merge branch 'master' into pollforcesetGravatar Yash Tibrewal2018-07-30
|\ \ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-30
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #16166 from yashykt/dontabortonerrGravatar Yash Tibrewal2018-07-27
| |\ \ \ | | | | | | | | | | Don't abort on notify_on_error for poll. Instead simply schedule clos…
| | | * | Address core review commentsGravatar Sree Kuchibhotla2018-07-27
| | | | |
* | | | | Merge masterGravatar Yash Tibrewal2018-07-27
|\| | | |
* | | | | Do not abort. Just fail softlyGravatar Yash Tibrewal2018-07-27
| | | | |
| | * | | Don't abort on notify_on_error for poll. Instead simply schedule closure ↵Gravatar Yash Tibrewal2018-07-27
| | | | | | | | | | | | | | | | | | | | with cancel.. Soft error
| * | | | Merge pull request #16162 from yashykt/evengcleanupGravatar Yash Tibrewal2018-07-27
| |\| | | | | | | | | | | | | Remove the notifier pollset from grpc event engine since it's not use…
| | | | * Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| | |_|/ | |/| | | | | | | | | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
| | * | Remove the notifier pollset from grpc event engine since it's not used anywhereGravatar Yash Tibrewal2018-07-26
| | | |
* | | | Add API to grpc event engines to forcibly set underlying fd to be ↵Gravatar Yash Tibrewal2018-07-26
| |/ / |/| | | | | | | | readable/writable/errored
| * | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| | | | | | | | | | | | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe.
| * | Merge pull request #15797 from apolcyn/windows_compile_and_sortGravatar apolcyn2018-07-25
| |\ \ | | | | | | | | Enable c-ares address sorting on windows
| * | | Fix typo in ev_epollex_linuxGravatar Hope Casey-Allen2018-07-25
|/ / /
| * / Get c-ares to compile and do address sorting on windowsGravatar Alex Polcyn2018-07-25
|/ /
| * fix commentGravatar Sree Kuchibhotla2018-07-25
| |
| * Add Tests in Core and C++ and fix a few related bugs in thread_manager.ccGravatar Sree Kuchibhotla2018-07-24
| |
| * Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-23
| |\ | |/ |/|
* | Merge branch 'master' into fix-dns-job-2Gravatar Sree Kuchibhotla2018-07-20
|\ \
| * \ Merge pull request #16053 from yashykt/tsanfixGravatar Yash Tibrewal2018-07-19
| |\ \ | | | | | | | | Data race fix for lockfree_event
| | * | s/inited/initializedGravatar Yash Tibrewal2018-07-18
| | | |
| | * | Fix a TSAN bug in lockfree_eventGravatar Yash Tibrewal2018-07-18
| | | |
* | | | Store schedulers_ and vtables_ in a 2D arrayGravatar Sree Kuchibhotla2018-07-17
| | | |
| | | * Add Core resource quota implementationGravatar Sree Kuchibhotla2018-07-17
| | | |
| | | * Initial scaffoldingGravatar Sree Kuchibhotla2018-07-17
| | |/ | |/|
* | | Merge branch 'master' into fix-dns-job-2Gravatar Sree Kuchibhotla2018-07-17
|\| |
| * | Merge pull request #15894 from cartr/respect_iov_maxGravatar Noah Eisen2018-07-17
| |\ \ | | |/ | |/| tcp_posix.cc: adhere to IOV_MAX in tcp_flush
* | | Merge branch 'master' into fix-dns-job-2Gravatar Sree Kuchibhotla2018-07-16
|\| |
* | | Fix tsan issueGravatar Sree Kuchibhotla2018-07-16
| | |
| * | Reduce spammy logsGravatar ncteisen2018-07-16
| | |
* | | resolver and default executorsGravatar Sree Kuchibhotla2018-07-13
|/ /
* | Handle multiple invocations of grpc_executor_shutdown()Gravatar Sree Kuchibhotla2018-07-12
| |
* | replace new/delete with grpc_core::New and grpc_core::DeleteGravatar Sree Kuchibhotla2018-07-11
| |
* | use a global executor pointer that is initialized by grpc_executor_init()Gravatar Sree Kuchibhotla2018-07-11
| |
* | Create on first use pattern for initializing global executorGravatar Sree Kuchibhotla2018-07-11
| |
* | remove unnecessary headerGravatar Sree Kuchibhotla2018-07-11
| |
* | More PR comments; useful tracingGravatar Sree Kuchibhotla2018-07-11
| |
* | Rename grpc_executor_job_type to C++ style nameGravatar Sree Kuchibhotla2018-07-10
| |
* | more code review commentsGravatar Sree Kuchibhotla2018-07-10
| |
* | Fix typoGravatar Sree Kuchibhotla2018-07-10
| |
* | address code review comemntsGravatar Sree Kuchibhotla2018-07-10
| |
* | Move executor implementation into GrpcExecutor classGravatar Sree Kuchibhotla2018-07-09
| |
| * tcp_posix.cc: adhere to IOV_MAX in tcp_flushGravatar Carter Sande2018-06-27
|/
* timer manager: don't turn off threading in start_threads()Gravatar Eric Gribkoff2018-06-27
|
* Merge pull request #15828 from apolcyn/fix_gcdGravatar apolcyn2018-06-26
|\ | | | | Explicitly delete c-ares fd's from pollset set after c-ares is done
| * Explicitly delete fd from pollset set after c-ares is doneGravatar Alexander Polcyn2018-06-26
| |