aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Merge pull request #16225 from markdroth/reset_connection_backoffGravatar Mark D. Roth2018-08-07
|\ | | | | Reset connection backoff
* \ Merge pull request #16214 from yang-g/order_order_pleaseGravatar Yang Gao2018-08-06
|\ \ | | | | | | Add more filter priority levels
| | * Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| | |
| * | commentsGravatar yang-g2018-08-02
| | |
| * | Review commentsGravatar yang-g2018-08-01
| | |
| * | SanityGravatar yang-g2018-08-01
| | |
* | | Merge branch 'master' into pollforcesetGravatar Yash Tibrewal2018-08-01
|\ \ \ | | |/ | |/|
| | * Add more filter priority levelsGravatar yang-g2018-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 rq-threadsGravatar Sree Kuchibhotla2018-07-30
| |\| |
* | | | Merge branch 'master' into pollforcesetGravatar Yash Tibrewal2018-07-30
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #16168 from yashykt/calldestroyasanGravatar Yash Tibrewal2018-07-30
| |\ \ \ | | | | | | | | | | Move freeing of error_string to release_call to fix ASAN bug
| | | * \ 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
| | | | | |
| | | * | | Move freeing of error_string to release_call to fix ASAN bugGravatar Yash Tibrewal2018-07-27
| | | | | |
| * | | | | Merge pull request #16159 from markdroth/ref_counted_ptr_polymorphism_fixGravatar Mark D. Roth2018-07-27
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Fix RefCountedPtr to handle polymorphism.
* | | | | | 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…
| | | * | | A bit of cleanup and add more tests.Gravatar Mark D. Roth2018-07-27
| | | | | |
| | | | | * 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
| | | | |
| | | * | clang-formatGravatar Mark D. Roth2018-07-26
| | | | |
* | | | | Add API to grpc event engines to forcibly set underlying fd to be ↵Gravatar Yash Tibrewal2018-07-26
| |/ / / |/| | | | | | | | | | | readable/writable/errored
| | * | Remove no-longer-necessary MakePolymorphicRefCounted().Gravatar Mark D. Roth2018-07-26
| | | |
| * | | 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.
| | * | Fix RefCountedPtr to handle polymorphism.Gravatar Mark D. Roth2018-07-26
| | | |
| * | | 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
| | |
| | * Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-24
| | |\ | |_|/ |/| |
| | * Add Tests in Core and C++ and fix a few related bugs in thread_manager.ccGravatar Sree Kuchibhotla2018-07-24
| | |
* | | Merge pull request #16104 from yashykt/finalinfoGravatar Yash Tibrewal2018-07-24
|\ \ \ | |/ / |/| | Allow error strings in final_info to propagate to filters on call des…
* | | Merge pull request #16069 from hcaseyal/gpr_arena_allocGravatar hcaseyal2018-07-24
|\ \ \ | | | | | | | | Replace atomics in gpr_arena_aloc with a mutex in the slow path
| * | | Replace atomics in gpr_arena_aloc with a mutex in the slow pathGravatar Hope Casey-Allen2018-07-23
| | | |
| | * | Allow error strings in final_info to propagate to filters on call destructionGravatar Yash Tibrewal2018-07-23
| | | |
* | | | Merge pull request #16067 from srini100/masterGravatar Srini Polavarapu2018-07-23
|\ \ \ \ | | | | | | | | | | Bump version to v1.15.0-dev
| | | | * Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-23
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #15929 from Torgen/empty_product_name_segfaultGravatar Nicolas Noble2018-07-21
|\ \ \ \ \ | |_|_|/ / |/| | | | Don't segfault when product name from BIOS is empty
* | | | | Merge pull request #16007 from jiangtaoli2016/npnGravatar Jiangtao Li2018-07-20
|\ \ \ \ \ | | | | | | | | | | | | ssl_check_peer bypass ALPN check if NPN is used
* \ \ \ \ \ Merge branch 'master' into fix-dns-job-2Gravatar Sree Kuchibhotla2018-07-20
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | * | Regenerate projectsGravatar Srini Polavarapu2018-07-19
| | | | | |
| * | | | | Merge pull request #16053 from yashykt/tsanfixGravatar Yash Tibrewal2018-07-19
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Data race fix for lockfree_event
| | * | | | s/inited/initializedGravatar Yash Tibrewal2018-07-18
| | | | | |
| * | | | | Expose GetChannel and GetTopChannels Core APIGravatar ncteisen2018-07-18
| | | | | |