aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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 #16167 from markdroth/ping_apiGravatar Mark D. Roth2018-07-31
| |\
* | \ Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-31
|\ \ \
| | * | Add a matching _unwrap_grpc_argGravatar Mehrdad Afshari2018-07-31
| |/ /
| * | Add Cython functionality to directly wrap grpc_argGravatar Mehrdad Afshari2018-07-30
| * | Merge pull request #16163 from apolcyn/revert_revert_windows_breakageGravatar apolcyn2018-07-30
| |\ \
| | | * Eliminate PingOneLocked() from LB policy API.Gravatar Mark D. Roth2018-07-30
* | | | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-30
|\| | |
| * | | Merge pull request #16168 from yashykt/calldestroyasanGravatar Yash Tibrewal2018-07-30
| |\ \ \
* | | | | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-30
|\| | | |
* | | | | std::max is not available on some windows platformsGravatar Sree Kuchibhotla2018-07-27
| * | | | Merge pull request #16166 from yashykt/dontabortonerrGravatar Yash Tibrewal2018-07-27
| |\ \ \ \
* | \ \ \ \ Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-27
|\ \ \ \ \ \
* | | | | | | Address core review commentsGravatar Sree Kuchibhotla2018-07-27
| | * | | | | Merge pull request #16165 from muxi/kokoro-spaceGravatar Muxi Yan2018-07-27
| | |\ \ \ \ \
| | | | | * | | Move freeing of error_string to release_call to fix ASAN bugGravatar Yash Tibrewal2018-07-27
| | | * | | | | Use /tmpfs on Kokoro for ObjC testsGravatar Muxi Yan2018-07-27
| | * | | | | | Merge pull request #16159 from markdroth/ref_counted_ptr_polymorphism_fixGravatar Mark D. Roth2018-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
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | / / / | | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #16116 from yihuazhang/C++_wrapper_for_local_credentialsGravatar yihuaz2018-07-27
| | |\ \ \ \ \
| | | | | * | | 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
| | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #16157 from mehrdada/upmerge1.14.xGravatar Mehrdad Afshari2018-07-26
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge pull request #16158 from apolcyn/revert_windows_breakageGravatar apolcyn2018-07-26
| | |\ \ \ \ \ \
| | | | | | * | | 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
| | | | | | * | 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
| | | | | | * | Fix RefCountedPtr to handle polymorphism.Gravatar Mark D. Roth2018-07-26
| | | | | | |/
| | | | * | | Merge branch 'v1.14.x'Gravatar Mehrdad Afshari2018-07-26
| | | |/| | | | | |/| | | |
| | | | * | | Add SERVICE_NAME to reflection/healthGravatar Mehrdad Afshari2018-07-26
| | * | | | | Add SERVICE_NAME to reflection/healthGravatar Mehrdad Afshari2018-07-26
| | |/ / / /
| | * | | | Merge pull request #16120 from tenderlove/rm-unused-codeGravatar apolcyn2018-07-25
| | |\ \ \ \
| | * \ \ \ \ 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
* | | | | | | generate_projects.shGravatar Sree Kuchibhotla2018-07-25
| * | | | | | Disable ChannelConnectivityTest for the Beta APIGravatar Mehrdad Afshari2018-07-25
* | | | | | | fix commentGravatar Sree Kuchibhotla2018-07-25
* | | | | | | Change the default max threads to something more reasonableGravatar Sree Kuchibhotla2018-07-25
* | | | | | | Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-25
|\| | | | | |
| * | | | | | Merge pull request #16076 from AspirinSJL/fix_rereGravatar Juanli Shen2018-07-25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #16121 from jtattermusch/xamarin_android_emulator_supportGravatar Jan Tattermusch2018-07-25
| |\ \ \ \ \ \ \
| | | * | | | | | Fix re-resolution in pick_firstGravatar Juanli Shen2018-07-24
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #16122 from mistydemeo/strip_mark_dependencyGravatar Nicolas Noble2018-07-24
| |\ \ \ \ \ \ \
* | | | | | | | | 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 #16074 from bshaffer/issue-16072Gravatar Stanley Cheung2018-07-24
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |