Yash Tibrewal
4ac28e61f9
backport #18606 - Add a dummy function to grpc cfstream library
6 years ago
Yash Tibrewal
cb6a2968fe
Make Interceptors work for lame channels
6 years ago
Mark D. Roth
9e841d1aff
Backport pick_first fix to v1.20.x
6 years ago
Nicolas "Pixel" Noble
81c6081a3e
Fixing failures.
6 years ago
Mark D. Roth
adf5f87284
more code review changes
6 years ago
Mark D. Roth
89a9e9d1dd
code review changes
6 years ago
yang-g
1da6fad843
Move import headers to header from source
6 years ago
Jan Tattermusch
c9974ab6c9
refactor grpcsharp_ssl_credentials_create
6 years ago
Jan Tattermusch
cc44a729db
improve doc comment
6 years ago
Yash Tibrewal
69bbf86d14
Add a dummy function to grpc cfstream library
6 years ago
Hao Nguyen
e69406008f
Explicitly set case_insensitive_enum_parsing = true when parsing JSON
6 years ago
Muxi Yan
ce39005712
Bump up protobuf version
6 years ago
Mark D. Roth
ee4e4bead3
pick_first: don't go into TRANSIENT_FAILURE upon empty update when in IDLE.
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
Yihua Zhang
57caf78407
fix ALPN issues.
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
Yash Tibrewal
b2c773d26f
Global Registry for Service Config Parsers
6 years ago
Lidi Zheng
1d7e99142f
Regenerate projects
6 years ago
Lidi Zheng
0231bf3b01
Regenerate projects
6 years ago
yang-g
55f9946d3b
Stop pinging if transport is closed
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
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
Mark D. Roth
7e3b8d38ff
Revert "Split data plane and control plane into their own combiners."
6 years ago
Jan Tattermusch
de772a3347
dont include Grpc.Core.Api/Version.cs twice
6 years ago
Nicolas Noble
b400a6bf20
Revert "Fix compilation error in JWT using const_cast."
6 years ago
Jan Tattermusch
7d489f6a44
use process architecture instead of OS architecture
6 years ago
Jan Tattermusch
8665e94b11
make Grpc.Tools work inside 32bit docker container on linux
6 years ago
yang-g
b650110b35
Add headers for mock header as well.
6 years ago
Muxi Yan
62e4234470
Add API deprecation notice to generated code
6 years ago
Yash Tibrewal
685372f61e
Close fd if error on getsockname
6 years ago
Mark D. Roth
59cb5193f9
Split data plane and control plane into their own combiners.
6 years ago
Kelly Norton
3107cda311
Add ini settings for fork support to PHP extension.
6 years ago
Stanley Cheung
bb96e30434
PHP: should use grpc_shutdown_blocking
6 years ago
Yash Tibrewal
282702d080
Explicitly call getsockname after accept for unix sockets to get the sun_path
6 years ago
yang-g
de25f189fe
Add options to support alternative extension for include files
6 years ago
Vijay Pai
fb5c385208
Remove unneeded header files
6 years ago
Muxi Yan
faa4bb8b0c
Allow user to explicitly disable CFStream with env var "grpc_cfstream=0"
6 years ago
Karthik Ravi Shankar
fc50caf725
Fix clang format issues
6 years ago
Karthik Ravi Shankar
dc3a715be4
Fix clang format code errors.
6 years ago
Karthik Ravi Shankar
2f2ed7228b
Fix clang_format_code.sh errors
6 years ago
Karthik Ravi Shankar
577ddfb1a1
Move ServerInitializer to grpc_impl namespace from grpc
6 years ago