aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add comment for grpc_error_get_int().Gravatar Soheil Hassas Yeganeh2018-10-18
| | | | Explain that the input parameter cannot be nullptr.
* 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.
* Merge pull request #16362 from overvenus/formalize-empty-batchGravatar Vijay Pai2018-10-18
|\ | | | | Formalize the contract of grpc_call_start_batch with empty batches
* \ 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
* \ \ \ \ Merge pull request #16914 from soheilhy/worktree-benchGravatar Soheil Hassas Yeganeh2018-10-17
|\ \ \ \ \ | | | | | | | | | | | | Fix bazel for //test/cpp/microbenchmarks/...
| * | | | | 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.
| | * | | | clang-tidy fixesGravatar Vijay Pai2018-10-17
| |/ / / / |/| | | |
* | | | | Merge pull request #16907 from jtattermusch/fix_memory_profile_jobsGravatar Jan Tattermusch2018-10-17
|\ \ \ \ \ | | | | | | | | | | | | Fix memory profile jobs on master
| | | | * | 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
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #16906 from yang-g/non_polling_pollerGravatar Yang Gao2018-10-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Catch missing kick for non-polling poller
| | * | | | | | fix Grpc.Tools nuget layout on Linux and MacGravatar Jan Tattermusch2018-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For files without known extension (e.g. Unix binaries) , NuGet can't tell files from directories, so mention protoc and grpc_csharp_ext explicitly to avoid breaking nuget's directory layout.
| | | | | * | | update go interop image to go1.11Gravatar Jan Tattermusch2018-10-17
| |_|_|_|/ / / |/| | | | | |
| | | * | | | fix peformance_profile_* jobs on masterGravatar Jan Tattermusch2018-10-17
| | | | | | |
| | | * | | | regenerate projectsGravatar Jan Tattermusch2018-10-17
| | | | | | |
| | | * | | | rename memory_profile_client and memory_profile_serverGravatar Jan Tattermusch2018-10-17
| |_|/ / / / |/| | | | |
| * | | | | Catch missing kick for non-polling pollerGravatar yang-g2018-10-16
|/ / / / /
| * | | | Remove target netcoreapp2.1 from Tools.Tests csprojGravatar kkm2018-10-16
| | | | |
* | | | | Merge pull request #16902 from grpc/revert-16766-masterGravatar David G. Quintas2018-10-16
|\ \ \ \ \ | | | | | | | | | | | | Revert "grpc_cli json support"
| * | | | | Revert "grpc_cli json support"Gravatar David G. Quintas2018-10-16
|/ / / / /
* | | | | Merge pull request #16885 from ncteisen/tcp-user-timeoutGravatar Noah Eisen2018-10-16
|\ \ \ \ \ | | | | | | | | | | | | Protect Spammy Log with Tracer
* \ \ \ \ \ Merge pull request #16650 from muxi/fix-analyze-issueGravatar Muxi Yan2018-10-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix analyze issues in gRPC ObjC lib
* \ \ \ \ \ \ Merge pull request #16860 from ncteisen/channelz-paginationGravatar Noah Eisen2018-10-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Support Channelz Pagination
* \ \ \ \ \ \ \ Merge pull request #16868 from vishalpowar/xds-pluginGravatar vishalpowar2018-10-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add new grpc lb plugin 'xds'
| | | | | | | * \ Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-16
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Add new grpc lb plugin 'xds'Gravatar Vishal Powar2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This plugin currently implements the grpclb protocol. NOTE: All the files under xds/ directory have been cloned from grpclb/ and will be updated in subsequently to support xds API.
* | | | | | | | | Merge pull request #16887 from ncteisen/channel-tracingGravatar Noah Eisen2018-10-16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Channelz Part 10: More Channel Tracing
| | | * | | | | | s/more_to_come/reached_pagination_limitGravatar ncteisen2018-10-16
| | | | | | | | |
| | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-paginationGravatar ncteisen2018-10-16
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #16892 from ncteisen/channelz-fixGravatar Noah Eisen2018-10-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Assume UNKNOWN if No Status
* \ \ \ \ \ \ \ \ \ Merge pull request #16766 from gfecher/masterGravatar Yang Gao2018-10-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | grpc_cli json support
* \ \ \ \ \ \ \ \ \ \ Merge pull request #10859 from haorenfsa/masterGravatar hcaseyal2018-10-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix: while using eventfd, a random fd will be closed when error occurs during creating eventfd
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16886 from jtattermusch/csharp_dlopen_error_loggingGravatar Jan Tattermusch2018-10-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | C#: Extra error message if grpc_csharp_ext load fails.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16854 from jtattermusch/bazel_test_adjustmentsGravatar Jan Tattermusch2018-10-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align some build.yaml test names with bazel counterparts
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16851 from jtattermusch/benchmark_singlevm_jobGravatar Jan Tattermusch2018-10-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add kokoro job for single VM benchmark
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16893 from lidizheng/run-tests-python-3.7Gravatar Lidi Zheng2018-10-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to run_tests.py for python 3.7
| * | | | | | | | | | | | | | | Add support for python 3.7Gravatar Lidi Zheng2018-10-15
| | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | Assume UNKNOWN if no statusGravatar ncteisen2018-10-15
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #16884 from ncteisen/statsGravatar Noah Eisen2018-10-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only Print Stats if Collected
| | | | | | | * | | | | | | | | Reformatted code as per clang-formatGravatar Feso2018-10-16
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | clang-formatGravatar Mark D. Roth2018-10-15
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #16819 from ncteisen/channelzGravatar Noah Eisen2018-10-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Channelz Part 9: Enable by Default
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16801 from soheilhy/worktree-sliceGravatar Soheil Hassas Yeganeh2018-10-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid unnecessary ref/unref calls to get mdelem from slices.
| | | | | | | | | | | | | | | | * \ Merge remote-tracking branch 'upstream/master' into health_checking_serviceGravatar Mark D. Roth2018-10-15
| | | | | | | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | * | Fix tsan problem at startup.Gravatar Mark D. Roth2018-10-15
| | | | | | | | | | | | | | | | | |