Yash Tibrewal
f9fe345553
Add more tests for client interceptors
6 years ago
Yash Tibrewal
cc8c27950c
Change types to use C++ types rather than core types
6 years ago
Yash Tibrewal
6fb7bd23bf
s/GPR_ASSERT/GPR_CODEGEN_ASSERT and few more bugs
6 years ago
Yash Tibrewal
6f05a711e6
Adding a test
6 years ago
Yash Tibrewal
63bdf4e236
More changes for client interception
6 years ago
Yash Tibrewal
5d831da9d1
Adding hook points for interception. Code compiles and tests still run
6 years ago
Noah Eisen
8e626a8de1
Merge pull request #16885 from ncteisen/tcp-user-timeout
...
Protect Spammy Log with Tracer
6 years ago
Muxi Yan
34e2a7be17
Merge pull request #16650 from muxi/fix-analyze-issue
...
Fix analyze issues in gRPC ObjC lib
6 years ago
Noah Eisen
7380707fd3
Merge pull request #16860 from ncteisen/channelz-pagination
...
Support Channelz Pagination
6 years ago
vishalpowar
bc1f057f37
Merge pull request #16868 from vishalpowar/xds-plugin
...
Add new grpc lb plugin 'xds'
6 years ago
Vishal Powar
a95ea6dab4
Add new grpc lb plugin 'xds'
...
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.
6 years ago
Noah Eisen
0c805cf6ed
Merge pull request #16887 from ncteisen/channel-tracing
...
Channelz Part 10: More Channel Tracing
6 years ago
ncteisen
58486521ae
s/more_to_come/reached_pagination_limit
6 years ago
ncteisen
ce38653372
Merge branch 'master' of https://github.com/grpc/grpc into channelz-pagination
6 years ago
Noah Eisen
17048446cc
Merge pull request #16892 from ncteisen/channelz-fix
...
Assume UNKNOWN if No Status
6 years ago
Yang Gao
191766c0f2
Merge pull request #16766 from gfecher/master
...
grpc_cli json support
6 years ago
hcaseyal
cf408bb222
Merge pull request #10859 from haorenfsa/master
...
fix: while using eventfd, a random fd will be closed when error occurs during creating eventfd
6 years ago
Jan Tattermusch
1eeb4a6991
Merge pull request #16886 from jtattermusch/csharp_dlopen_error_logging
...
C#: Extra error message if grpc_csharp_ext load fails.
6 years ago
Jan Tattermusch
f7f7a04501
Merge pull request #16854 from jtattermusch/bazel_test_adjustments
...
Align some build.yaml test names with bazel counterparts
6 years ago
Jan Tattermusch
4f89f591bb
Merge pull request #16851 from jtattermusch/benchmark_singlevm_job
...
Add kokoro job for single VM benchmark
6 years ago
Lidi Zheng
cc413b1d7b
Merge pull request #16893 from lidizheng/run-tests-python-3.7
...
Add support to run_tests.py for python 3.7
6 years ago
Lidi Zheng
575549c077
Add support for python 3.7
6 years ago
ncteisen
f1d3d32f9c
Assume UNKNOWN if no status
6 years ago
Noah Eisen
a605af7568
Merge pull request #16884 from ncteisen/stats
...
Only Print Stats if Collected
6 years ago
Feso
00bb2a035e
Reformatted code as per clang-format
6 years ago
Noah Eisen
302c89e047
Merge pull request #16819 from ncteisen/channelz
...
Channelz Part 9: Enable by Default
6 years ago
Soheil Hassas Yeganeh
fe431b4d8a
Merge pull request #16801 from soheilhy/worktree-slice
...
Avoid unnecessary ref/unref calls to get mdelem from slices.
6 years ago
ncteisen
247b5b70c4
Merge branch 'master' of https://github.com/grpc/grpc into channelz
6 years ago
ncteisen
c27d2fcbbe
Ban gevent test
6 years ago
ncteisen
07ac702209
reviewer feedback
6 years ago
Yang Gao
945b6dbf7b
Merge pull request #16871 from yang-g/cl216811184
...
Enable building opencensus for bazel build
6 years ago
ncteisen
c13260802e
Add subchannnel conn state tracing
6 years ago
ncteisen
39b8de9eff
Add channel conn state tracing
6 years ago
Lidi Zheng
08588f7077
Merge pull request #16864 from lidizheng/master
...
Fix Exception throw for invalid channel args
6 years ago
Jan Tattermusch
8abeb9f659
Merge pull request #16880 from grpc/revert-16841-add_cpp_gcd_to_cloud_to_prod_auth
...
Revert "Add c++ google default creds to cloud to prod auth scenarios"
6 years ago
Soheil Hassas Yeganeh
08ae060a44
Fix formatting errors introduced in a280d899
.
6 years ago
ncteisen
6963caf05f
Only print stats if coleected
6 years ago
ncteisen
3c41a169d0
protect spammy log with tracer
6 years ago
Jan Tattermusch
a959b6d7d2
Show dlerror if grpc_csharp_ext load fails
6 years ago
Jan Tattermusch
9929a23ecd
add dlerror stubs
6 years ago
Jan Tattermusch
9de25dc1e6
Revert "Add c++ google default creds to cloud to prod auth scenarios"
6 years ago
Lidi Zheng
118e134ded
fix Exception throw for invalid channel args
...
* unit test included
* throw ValueError exception from Cython to Python
* prevent the deconstruction method from failing when Channel initialization failed
6 years ago
Soheil Hassas Yeganeh
a280d89937
Use grpc_mdelem_create() directly.
...
Remove grpc_mdelem_from_slices_no_unref() since it's a wrapper
around grpc_mdelem_create().
6 years ago
ncteisen
d9e21e980f
reviewer feedback
6 years ago
ncteisen
afe56fd849
erge branch 'master' of https://github.com/grpc/grpc into channelz
6 years ago
ncteisen
636393d719
reviewer feedback
6 years ago
Feso
29c131f790
Refactored based on code review
6 years ago
yang-g
a078aa6b68
Enable building opencensus for bazel build
6 years ago
Mark D. Roth
d0cb61eada
Merge pull request #16858 from mehrdada/revert-bazel-prs
...
Revert Python Bazel PRs
6 years ago
apolcyn
57d37ca70f
Merge pull request #16840 from apolcyn/go_java_cloud_to_prod
...
Add java google default creds to cloud-to-prod interop scenarios
6 years ago