aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update keepalive timeout: 10 -> 10000Gravatar Youngchan Kim2018-10-23
|
* Update example descriptionGravatar Youngchan Kim2018-10-23
|
* Simplify exampleGravatar Youngchan Kim2018-10-23
|
* Add python example - channel optionsGravatar Youngchan Kim2018-10-23
|
* Merge pull request #16965 from billfeng327/bugfix/migrate-e2e-unsecGravatar Bill Feng2018-10-22
|\ | | | | added nosec_tests to end2end test suite
| * added nosec_tests to end2end test suiteGravatar Bill Feng2018-10-22
|/
* Merge pull request #16901 from ncteisen/channelz-uuid-fixGravatar Noah Eisen2018-10-22
|\ | | | | Incorporate Uuid into Channel and Server Socket Lookup
* \ 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
* \ \ \ \ \ Merge pull request #16904 from ncteisen/more-channel-tracingGravatar Noah Eisen2018-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Channel Tracing Name Resolution Support
| | | | | | * 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 pull request #16940 from jtattermusch/message_length_big_endianGravatar Eric Anderson2018-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a note about Message-Length being big endian
| | | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into channelz-uuid-fixGravatar ncteisen2018-10-19
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | | * reveiwer feedbackGravatar 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
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | add a note message length encodingGravatar Jan Tattermusch2018-10-19
|/ / / / /
* | | | | Merge pull request #16927 from jtattermusch/perf_benchmarks_improvementsGravatar Jan Tattermusch2018-10-19
|\ \ \ \ \ | | | | | | | | | | | | A few perf e2e benchmark improvements
| * | | | | script for creating peformance workers from imageGravatar Jan Tattermusch2018-10-19
| | | | | |
| * | | | | upload to BQ from singlemachine benchmarks tooGravatar Jan Tattermusch2018-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
* \ \ \ \ \ \ Merge pull request #16933 from ncteisen/fix-microbenchmarksGravatar Noah Eisen2018-10-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove Uneeded Header from Benchmark
* \ \ \ \ \ \ \ Merge pull request #16903 from grpc/revert-16902-revert-16766-masterGravatar Yang Gao2018-10-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "Revert "grpc_cli json support""
| | * | | | | | | Remove uneeded headerGravatar ncteisen2018-10-18
| |/ / / / / / / |/| | | | | | |
| | | * | | | | 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
| | | | | | | |
* | | | | | | | Merge pull request #16362 from overvenus/formalize-empty-batchGravatar Vijay Pai2018-10-18
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Formalize the contract of grpc_call_start_batch with empty batches
| | | | | * | | 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.
* \ \ \ \ \ \ \ \ Merge pull request #16925 from jtattermusch/fix_memory_usage_testGravatar Jan Tattermusch2018-10-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix memory_usage_test (and performance_profile_daily kokoro job)
| * | | | | | | | | fix memory_usage_testGravatar Jan Tattermusch2018-10-18
|/ / / / / / / / /
* | | | | | | | | Merge pull request #16908 from jtattermusch/go_interop_111Gravatar Jan Tattermusch2018-10-18
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Update Go interop image to go1.11
* | | | | | | | | Merge pull request #16910 from vjpai/tidierGravatar Vijay Pai2018-10-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixes for clang-tidy
| | | | | | * | | | Move package_options.proto file for ruby testGravatar Alexander Polcyn2018-10-17
| | | | | | | |/ / | | | | | | |/| |
* | | | | | | | | Merge pull request #16914 from soheilhy/worktree-benchGravatar Soheil Hassas Yeganeh2018-10-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix bazel for //test/cpp/microbenchmarks/...
| | | | | | | | * | reviewer feedbackGravatar ncteisen2018-10-17
| | | | | | | | | |
| * | | | | | | | | Fix bazel for //test/cpp/microbenchmarks/...Gravatar Soheil Hassas Yeganeh2018-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a build failure due to missed dependency and add the bm_create_call benchmark to the build targets.
| | | | | | | | * | reviewer feedbackGravatar ncteisen2018-10-17
| | | | | | | | | |