Mark D. Roth
c7dc6e55a6
Merge remote-tracking branch 'upstream/master' into c++_client_channel_external_watcher
6 years ago
Mark D. Roth
c48385894b
Merge pull request #18598 from markdroth/pick_first_stay_idle_on_empty_update
...
pick_first: don't go into TRANSIENT_FAILURE upon empty update when in IDLE
6 years ago
Doug Fawley
1ef874a03f
change from 400 to 415
6 years ago
Muxi Yan
dcff4595e8
Merge pull request #17599 from muxi/default-cfstream-2
...
Turn on CFStream by default on iOS
6 years ago
Muxi Yan
422e32f70e
Merge pull request #18601 from muxi/fix-gettimeofday-oob
...
Add guard to the tv_nsec field of gpr_now return value
6 years ago
Muxi Yan
edfea12d28
Merge pull request #18561 from muxi/objc-generator-comments
...
Add old API deprecation notice in generated code.
6 years ago
Muxi Yan
4a84747b07
Merge remote-tracking branch 'upstream/master' into fix-gettimeofday-oob
6 years ago
Jan Tattermusch
bf7ed7a053
Merge pull request #18591 from jtattermusch/csharp_verify_peer_callback
...
Provide access to verify_peer_callback from C# (take two)
6 years ago
Yash Tibrewal
a891928a26
Merge pull request #18606 from yashykt/cfstreamfix
...
Add a dummy function to grpc cfstream library
6 years ago
Karthik Ravi Shankar
43b33ee371
Fix errors from clang scripts
6 years ago
Karthik Ravi Shankar
c4b7423ad0
Fix errors due to rebase
6 years ago
Jan Tattermusch
c9974ab6c9
refactor grpcsharp_ssl_credentials_create
6 years ago
Jan Tattermusch
cc44a729db
improve doc comment
6 years ago
Jan Tattermusch
8ce9e54f92
Merge pull request #18602 from jtattermusch/incompatible_bazel_job
...
Add job to give early warning about incompatible bazel changes
6 years ago
Jan Tattermusch
dadb705fc0
Merge pull request #18599 from grpc/jtattermusch-patch-5
...
Upgrade linux RBE tests to bazel 0.22
6 years ago
Yash Tibrewal
69bbf86d14
Add a dummy function to grpc cfstream library
6 years ago
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