aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #16997 from ncteisen/grpc-build-purgatoryGravatar Noah Eisen2018-10-25
|\ | | | | Channelz: unifying OSS and internal
| * un duplicate codeGravatar ncteisen2018-10-25
| |
| * Unifying grpc build hacksGravatar ncteisen2018-10-24
| |
| * Revert "Revert "Refactor Channelz Service to Support Internal Build""Gravatar ncteisen2018-10-24
| | | | | | | | This reverts commit 2eafaccba6510cd501f723c8f7146d11aff23586.
* | Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE."Gravatar hcaseyal2018-10-24
|/
* Revert "Refactor Channelz Service to Support Internal Build"Gravatar Noah Eisen2018-10-24
|
* Merge pull request #16507 from markdroth/health_checking_clientGravatar Mark D. Roth2018-10-24
|\ | | | | Health checking client
* \ Merge pull request #16963 from yihuazhang/security_connector_refactor_newGravatar yihuaz2018-10-24
|\ \ | | | | | | security connector refactor
| | * Client-side health checking support.Gravatar Mark D. Roth2018-10-24
| | |
* | | Merge pull request #16983 from vjpai/compl_opGravatar Vijay Pai2018-10-24
|\ \ \ | |_|/ |/| | Arena-allocate the ServerContext::CompletionOp
* | | Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.Gravatar Mark D. Roth2018-10-24
| | |
| * | Arena-allocate the ServerContext::CompletionOpGravatar Vijay Pai2018-10-24
|/ /
* | Merge pull request #16969 from ncteisen/channelz-serviceGravatar Noah Eisen2018-10-23
|\ \ | | | | | | Refactor Channelz Service to Support Internal Build
* \ \ Merge pull request #16869 from yihuazhang/revert_pollset_set_changeGravatar yihuaz2018-10-23
|\ \ \ | | | | | | | | Do not pass interested_parties during handshake
| | * | Refactor to support internal buildGravatar ncteisen2018-10-22
| |/ / |/| |
| | * move fake URL string back to fake_security_connector.hGravatar Yihua Zhang2018-10-22
| | |
| | * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Yihua Zhang2018-10-22
| | |\ | |_|/ |/| | | | | security_connector_refactor_new
| | * move SSL and fake URL strings to ssl_utilsGravatar Yihua Zhang2018-10-22
| | |
* | | Merge pull request #16901 from ncteisen/channelz-uuid-fixGravatar Noah Eisen2018-10-22
|\ \ \ | | | | | | | | Incorporate Uuid into Channel and Server Socket Lookup
| | | * security connector refactorGravatar Yihua Zhang2018-10-22
| |_|/ |/| |
* | | Merge pull request #16950 from vjpai/membug2Gravatar Vijay Pai2018-10-19
|\ \ \ | | | | | | | | Fix CallOpSet copy/assignment to reset cq_tag
* \ \ \ Merge pull request #16943 from soheilhy/worktree-cacheGravatar Soheil Hassas Yeganeh2018-10-19
|\ \ \ \ | | | | | | | | | | Do not waste cache lines with unnecessary paddings.
| | * | | Fix CallOpSet copy/assignment to reset cq_tagGravatar Vijay Pai2018-10-19
| | | | |
* | | | | Merge pull request #16913 from apolcyn/resolver_owns_ares_requestsGravatar apolcyn2018-10-19
|\ \ \ \ \ | | | | | | | | | | | | Fix a dangling pointer on ares_request object in case of cancellation
| | | | * | Add a test with more edge casesGravatar ncteisen2018-10-19
| | | | | |
* | | | | | Merge pull request #16917 from apolcyn/fix_init_shutdown_initGravatar apolcyn2018-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix corruption of ares blocking_resolve_address when grpc is restarted
| | | | | * | Add bin search to gettopchannels and getserversGravatar ncteisen2018-10-19
| | | | | | |
| | | * | | | Use union to make alignement robust.Gravatar Soheil Hassas Yeganeh2018-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested-by: vjpai@google.com
| | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into channelz-uuid-fixGravatar ncteisen2018-10-19
| | | | | |\ \
* | | | | | | | Fix asanGravatar Noah Eisen2018-10-19
| | | | | | | |
| | | * | | | | Do not waste cache lines with unnecessary paddings.Gravatar Soheil Hassas Yeganeh2018-10-19
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure paddings are GPR_CACHELINE_SIZE minus the size of fields in that cache line. Otherwise, we will waste an additional cache line for no good reason.
| * | | | | | Fix corruption of blocking_resolve_address when ares is used and grpc is ↵Gravatar Alexander Polcyn2018-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | restarted
| | * | | | | Fix a dangling pointer on ares_request object in case of cancellationGravatar Alexander Polcyn2018-10-19
| |/ / / / /
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into more-channel-tracingGravatar ncteisen2018-10-19
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #16932 from soheilhy/worktree-errorGravatar Soheil Hassas Yeganeh2018-10-18
| |\ \ \ \ \ | | | | | | | | | | | | | | Optimize error handling for special cases.
| * \ \ \ \ \ Merge pull request #16921 from apolcyn/move_package_options_testGravatar apolcyn2018-10-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Move ruby test's package_options.proto file to ruby-specific directory
| | | * | | | | Add comment for grpc_error_get_int().Gravatar Soheil Hassas Yeganeh2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain that the input parameter cannot be nullptr.
| * | | | | | | Merge pull request #16905 from vishalpowar/xds_plugin_initGravatar vishalpowar2018-10-18
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | Xds plugin init
| | | | * | | | Optimize error handling for special cases.Gravatar Soheil Hassas Yeganeh2018-10-18
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit contains a few improvements: 1. Using a consequetive range of [0..4], will allow us to merge all branches of error_is_special into one comparison. 2. With (1), we can remove the for loops to find entries in error_status_map with a single O(1) lookup. 3. grpc_error_is_special() code paths should be inlined for ref and unref to avoid callq for the majority of cases where speical error is used. 4. grpc_error_get_int() should never accept a nullptr argument to avoid an expensive branch in the hot path. Callers should all allocate a dummy int on the stack when calling.
| | * | | | | Changes to register xds plugin init and shutdown.Gravatar Vishal Powar2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin.
* | | | | | | reviewer commentsGravatar ncteisen2018-10-18
| | | | | | |
* | | | | | | reviewer feedbackGravatar ncteisen2018-10-18
| | | | | | |
| * | | | | | Merge pull request #16697 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-10-18
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Third attempt: Implement Watch method in health check service.
| | | * | | | Move package_options.proto file for ruby testGravatar Alexander Polcyn2018-10-17
| | | |/ / /
* | | | | | reviewer feedbackGravatar ncteisen2018-10-17
| | | | | |
* | | | | | reviewer feedbackGravatar ncteisen2018-10-17
| | | | | |
| * | | | | clang-tidy fixesGravatar Vijay Pai2018-10-17
| | | | | |
| | * | | | address clang-tidy problemsGravatar Mark D. Roth2018-10-17
| | | | | |
| * | | | | Merge pull request #13207 from kkm000/package-grpc-toolsGravatar Jan Tattermusch2018-10-17
| |\ \ \ \ \ | | | | | | | | | | | | | | Integrate Grpc.Tools into msbuild system (C# only)
| | | * \ \ \ Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-17
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |