aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Expand)AuthorAge
* Merge pull request #16288 from yashykt/combinernotifyGravatar Yash Tibrewal2018-08-09
|\
* | Enable c-ares queries on WindowsGravatar Alex Polcyn2018-08-08
| * Explictly Flush exec_ctx after resetting call_combiner_set_notify_on_cancel t...Gravatar Yash Tibrewal2018-08-08
|/
* 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
| | |\
* | | \ 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
| |\ \ \
| | | * | 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 with...Gravatar Yash Tibrewal2018-07-27
| * | | | Merge pull request #16162 from yashykt/evengcleanupGravatar Yash Tibrewal2018-07-27
| |\| | |
| | | | * Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| | |_|/ | |/| |
| | * | 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 readable/wr...Gravatar Yash Tibrewal2018-07-26
| |/ / |/| |
| * | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| * | Merge pull request #15797 from apolcyn/windows_compile_and_sortGravatar apolcyn2018-07-25
| |\ \
| * | | 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
| |\ \
| | * | 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
| |\ \ | | |/ | |/|
* | | 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
|/