aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fix asan bug.Gravatar Mark D. Roth2016-10-25
* Update comments.Gravatar Mark D. Roth2016-10-25
* Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-24
|\
| * Merge pull request #8429 from markdroth/service_config2Gravatar Mark D. Roth2016-10-24
| |\
| | * clang-formatGravatar Mark D. Roth2016-10-24
* | | Fix propagation of channel args for insecure channels.Gravatar Mark D. Roth2016-10-24
* | | Minor clean-up.Gravatar Mark D. Roth2016-10-24
* | | Fix dns_resolver_connectivity_test.Gravatar Mark D. Roth2016-10-24
| * | Merge pull request #8463 from ncteisen/csharp_unimplemented_methodGravatar Noah Eisen2016-10-24
| |\ \
| * \ \ Merge pull request #8467 from ncteisen/node_unimplemented_methodGravatar Noah Eisen2016-10-24
| |\ \ \
* | | | | clang-formatGravatar Mark D. Roth2016-10-24
| | * | | added new test to interop_sanity_test.jsGravatar Noah Eisen2016-10-24
* | | | | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-24
|\ \ \ \ \
| | | | | * Add block comment.Gravatar Mark D. Roth2016-10-24
| | | | | * Expand comment documenting grpc_method_config_table_convert().Gravatar Mark D. Roth2016-10-24
| | | | | * Merge remote-tracking branch 'upstream/master' into service_config2Gravatar Mark D. Roth2016-10-24
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | * | | | polish HandleCallAsyncGravatar Jan Tattermusch2016-10-24
| |/ / / /
| * | | | Merge pull request #8396 from jtattermusch/csharp_server_streamline_request_c...Gravatar Jan Tattermusch2016-10-24
| |\ \ \ \
| * | | | | qps worker runs on all threadsGravatar Jan Tattermusch2016-10-24
| * | | | | string.EndsWith is really slow on CoreCLRGravatar Jan Tattermusch2016-10-23
| * | | | | Merge pull request #8438 from jtattermusch/csharp_compiler_warningsGravatar Jan Tattermusch2016-10-22
| |\ \ \ \ \
| | | | * | | change unimplemented_method to unimplemented_service. Add real unimplemented_...Gravatar Noah Eisen2016-10-21
| | |_|/ / / | |/| | | |
| | | | * | added the real unimplemented_method test to csharp interop testGravatar Noah Eisen2016-10-21
| | | | * | renamed unimplemented_method -> unimplemented_serviceGravatar Noah Eisen2016-10-21
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-21
|\| | | |
* | | | | Remove resolver_result.Gravatar Mark D. Roth2016-10-21
| * | | | Merge pull request #8095 from markdroth/rename_client_configGravatar Mark D. Roth2016-10-21
| |\ \ \ \
* | | | | | Change LB policies to get their input from channel args.Gravatar Mark D. Roth2016-10-21
| * | | | | Merge pull request #8450 from dgquintas/move_unrefGravatar David G. Quintas2016-10-21
| |\ \ \ \ \
* | | | | | | Encode server name, LB policy name, and addresses in channel args.Gravatar Mark D. Roth2016-10-21
* | | | | | | Set user data vtable when creating grpc_lb_addresses.Gravatar Mark D. Roth2016-10-21
| * | | | | | Merge pull request #8208 from tcr/masterGravatar Michael Lumish2016-10-21
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #7651 from rjshade/add_error_log_for_h2_headersGravatar Craig Tiller2016-10-21
| |\ \ \ \ \ \ \
* | | | | | | | | Pass channel args through resolver.Gravatar Mark D. Roth2016-10-21
| | | | | | * | | get rid of compiler warningsGravatar Jan Tattermusch2016-10-21
| | | | | | * | | Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete inGravatar Jan Tattermusch2016-10-21
| | | | | | * | | remove unused memberGravatar Jan Tattermusch2016-10-21
| | | | | | * | | address XMLdoc related warningsGravatar Jan Tattermusch2016-10-21
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #8444 from jtattermusch/csharp_use_server_gcGravatar Jan Tattermusch2016-10-21
| |\ \ \ \ \ \ \
| | | | | * | | | Moved unref of security connector outside of grpc_secure_channel_createGravatar David Garcia Quintas2016-10-20
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #8381 from dgquintas/lb-cost-binGravatar David G. Quintas2016-10-20
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #8445 from muxi/revert-8425Gravatar Muxi Yan2016-10-20
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #7838 from teodor-pripoae/fix-example-in-ruby-readmeGravatar Michael Lumish2016-10-20
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | * | expose knob for adjusting number of requested callsGravatar Jan Tattermusch2016-10-21
| | | | | | | | | * | introduce separate grpcsharp_request_call_contextGravatar Jan Tattermusch2016-10-21
| | | * | | | | | | | Revert PR #8425Gravatar Muxi Yan2016-10-20
| | |/ / / / / / / / | |/| | | | | | | |
| | | | | | | | * | request more rpcs per threadGravatar Jan Tattermusch2016-10-21
| | | | | | | | * | allow new RPC once previous call has been handledGravatar Jan Tattermusch2016-10-20
| | | | | |_|_|/ / | | | | |/| | | |
| | | | * | | | | use Server mode for GC in C# QpsWorkerGravatar Jan Tattermusch2016-10-20
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #8365 from vjpai/fc_1dstreamGravatar Vijay Pai2016-10-20
| |\ \ \ \ \ \ \