Karthik Ravi Shankar
591a702117
Merge pull request #18603 from grpc/grpc_namespace_fix_build_errors
...
Fix BUILD.gn file
6 years ago
Muxi Yan
f9a9639088
generate projects
6 years ago
Hao Nguyen
e69406008f
Explicitly set case_insensitive_enum_parsing = true when parsing JSON
6 years ago
Muxi Yan
7e6b5db90d
Resolve merge issue
6 years ago
Muxi Yan
71727d1efb
Merge remote-tracking branch 'upstream/master' into default-cfstream-2
6 years ago
Karthik Ravi Shankar
ac7c736057
Fix BUILD.gn file
...
https://github.com/grpc/grpc/pull/18345 did not add a file to BUILD.gn
causing generate_projects.sh to fail causing this error.
Fixing it by running the generate_projects.sh script.
6 years ago
yihuaz
ca471f6143
Merge pull request #18563 from yihuazhang/fix_alpn_issue
...
Fix ALPN check in gRPC C core SSL stack
6 years ago
Mark D. Roth
ee4e4bead3
pick_first: don't go into TRANSIENT_FAILURE upon empty update when in IDLE.
6 years ago
Jan Tattermusch
6da82f08bd
add job to give early warning about incompatible bazel changes
6 years ago
Karthik Ravi Shankar
f0d82d57e2
Merge branch 'master' into grpc_namespace_server_credentials
6 years ago
Karthik Ravi Shankar
8c2be21971
Merge branch 'master' into grpc_namespace_auth_metadata_processor
6 years ago
Karthik Ravi Shankar
3d6f118a5f
Merge branch 'master' into grpc_namespace_generic_stub
6 years ago
Karthik Ravi Shankar
150935aeef
Merge branch 'master' into grpc_namespace_server_load_reporting
6 years ago
Karthik Ravi Shankar
ccf8c8c16c
Merge branch 'master' into grpc_namespace_proto_server
6 years ago
Muxi Yan
39b40cbccb
Add guard to the tv_nsec field of gpr_now return value
6 years ago
Karthik Ravi Shankar
8e092b45fa
Move ProtoServerReflectionPlugin from grpc to grpc_impl namespace
6 years ago
Jan Tattermusch
6ddee61f75
Upgrade linux RBE tests to bazel 0.22
6 years ago
Karthik Ravi Shankar
87c98ad3fb
Merge pull request #18379 from grpc/grpc_namespace_server_initializer
...
Move ServerInitializer to grpc_impl namespace from grpc
6 years ago
Karthik Ravi Shankar
a9a0739dc8
Merge pull request #18371 from grpc/grpc_namespace_healthserviceinterface
...
Move ::grpc::HealthCheckServiceInterface to ::grpc_impl namespace
6 years ago
Karthik Ravi Shankar
3d5a9758fa
Merge pull request #18345 from grpc/revert-18343-revert-18220-grpc_namespace
...
Revert "Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota""
6 years ago
Yang Gao
681f1c8a98
Merge pull request #18583 from yang-g/pingping
...
Stop pinging if transport is closed
6 years ago
Soheil Hassas Yeganeh
31a27146f8
Merge pull request #18588 from soheilhy/h2-stream
...
Ref transport and stream before init of chttp2_stream structure.
6 years ago
Nicolas "Pixel" Noble
ffeb4bff6a
Merge branch 'master' of https://github.com/grpc/grpc into memset-breakout-2
6 years ago
Nicolas Noble
763363fc4b
Merge pull request #18590 from soheilhy/h2-init
...
Initialize time as part of basic initialization.
6 years ago
Yihua Zhang
57caf78407
fix ALPN issues.
6 years ago
Mark D. Roth
d23af02826
Merge pull request #18581 from markdroth/fix_test_noisiness
...
Remove noisy log message.
6 years ago
Jan Tattermusch
c02aec3255
clang format code
6 years ago
Jan Tattermusch
d297ede96a
honor C core's naming of verify_peer_callback arguments
6 years ago
Jan Tattermusch
046cd3533b
add license
6 years ago
Jan Tattermusch
c835fedd4d
Modify verifyPeerCallback logic to use NativeCallbackDispatcher
6 years ago
Jan Tattermusch
f1199912e8
fix typo in log message
6 years ago
Soheil Hassas Yeganeh
c239e0416d
Initialize time as part of basic initialization.
...
`gpr_time_init` must happen in `do_basic_init`, because
for normal initialization we may need the precise clock
(e.g., if profilers are enabled).
Otherwise, we will have an stack overflow.
Fixes #18589
6 years ago
Soheil Hassas Yeganeh
da3a2320a2
Ref transport and stream before init of chttp2_stream structure.
...
The stream structure is really big and by the time we get to
ref the stream and the transport, the fields are out of cache.
We need to ref them immediately, before starting to initialize
the stream.
This commit introduces a 0-byte Reffer so that we can
ref the streams on time before the field initializers.
6 years ago
yang-g
47132c099e
error handling for start_bdp_ping
6 years ago
Bill Feng
586eb09f37
Merge pull request #18582 from billfeng327/bugfix/c-ares-bazel
...
Explicitly added header file for correctly compiling c-ares with Bazel
6 years ago
Lidi Zheng
1e8ddd7cda
Merge pull request #18584 from lidizheng/bump-version
...
Bump version to v1.21.0-dev
6 years ago
Yash Tibrewal
b2c773d26f
Global Registry for Service Config Parsers
6 years ago
Moiz Haidry
5e26c4339d
Merge pull request #18052 from mhaidrygoog/xds_work
...
Support for LocalityMap for XDS LB policy
6 years ago
Lidi Zheng
0231bf3b01
Regenerate projects
6 years ago
Lidi Zheng
b27131bcd7
Bump version to v1.21.0-dev
6 years ago
yang-g
55f9946d3b
Stop pinging if transport is closed
6 years ago
Karthik Ravi Shankar
5e454f0f55
Merge pull request #18577 from karthikravis/grpc-namespace-fix-server-posix
...
Fix the build errors
6 years ago
billfeng327
242500b811
explicitly added header file for correctly compiling c-ares with Bazel
6 years ago
Mark D. Roth
ce2af3b958
Remove noisy log message.
6 years ago
Mark D. Roth
96a26fdb0b
Use mutext to protect drop call counts in grpclb client stats.
6 years ago
Mark D. Roth
0b5ec20ce8
Revert "Merge pull request #18578 from grpc/revert-18437-data_plane_combiner"
...
This reverts commit a8477b421f
, reversing
changes made to 65b25ce24d
.
6 years ago
Abhishek Kumar
a8477b421f
Merge pull request #18578 from grpc/revert-18437-data_plane_combiner
...
Revert "Split data plane and control plane into their own combiners."
6 years ago
Karthik Ravi Shankar
6a3e3413c5
Add missing files for alternate builds.
6 years ago
Nicolas "Pixel" Noble
16ffa810b1
More missing files.
6 years ago
Moiz Haidry
ba00d3c914
Added a locality map class that maintains a child policy per locality. This is used by the xds lb policy to manage multiple localities. Also added a grpc_core::Map which is a templatized map, that is used by the locality map to maintain this info
6 years ago