aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
...
| | | | * | | | 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
| | | | |
| | | | * Adding docs and cleaning upGravatar Yash Tibrewal2018-07-16
| | | | |
| | | | * Fathom TCP level changes. TracedBuffer for keeping track of all buffersGravatar Yash Tibrewal2018-07-16
| |_|_|/ |/| | | | | | | | | | | | | | | to be traced. Adding tests for Fathom and TracedBuffer. A lot more. Please read PR description.
* | | | 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
| | |
| | * ev_posix.cc: Fix poll function on AIXGravatar Carter Sande2018-07-03
| | |
| | * Add Solaris and AIX autodetectionGravatar Carter Sande2018-06-27
| |/ |/|
| * 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
| |
* | Merge pull request #15776 from sreecha/epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-25
|\ \ | | | | | | Prevent pollable from accessing a potentially orphaned/destroyed fd
* \ \ Merge pull request #15850 from grpc/v1.13.xGravatar Mehrdad Afshari2018-06-22
|\ \ \ | | | | | | | | Upmerge 1.13.x into master
| | * \ Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-21
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #15799 from AspirinSJL/htonlGravatar Juanli Shen2018-06-20
|\ \ \ \ | | | | | | | | | | Add endianness conversion for long
| | * | | ChangesGravatar kpayson642018-06-20
| | | | |