Nicolas Noble
763363fc4b
Merge pull request #18590 from soheilhy/h2-init
...
Initialize time as part of basic initialization.
6 years ago
Lidi Zheng
bf22ccbcac
Merge pull request #18595 from lidizheng/v1.20.x
...
Update g_stands_for.md for v1.20.x
6 years ago
Lidi Zheng
f931435f27
Update g_stands_for.md for v1.20.x
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
Lidi Zheng
2862123038
Merge pull request #18585 from lidizheng/v1.20.x
...
Bump version to v1.20.0-pre1
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
f0a4fedd6a
Bump version to v1.20.0-pre1
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
Jan Tattermusch
65b25ce24d
Merge pull request #18575 from jtattermusch/version_cs_twice
...
Don't include Grpc.Core.Api/Version.cs twice
6 years ago
Jan Tattermusch
eb309303a6
Merge pull request #18574 from grpc/jtattermusch-patch-4
...
Update remote_build credentials instructions.
6 years ago
Jan Tattermusch
c1001e7909
Merge pull request #18467 from jtattermusch/csharp_tools_distribtest2
...
Test Grpc.Tools as part of C# distribtests
6 years ago
Mark D. Roth
7e3b8d38ff
Revert "Split data plane and control plane into their own combiners."
6 years ago
Karthik Ravi Shankar
1e5ab4552a
Fix the build errors
...
- Update server_posix_impl.h in Makefile
- And in CMakeLists.txt
6 years ago
Jan Tattermusch
de772a3347
dont include Grpc.Core.Api/Version.cs twice
6 years ago
Jan Tattermusch
5f028a6a0e
Update remote_build credentials instructions.
6 years ago
Nicolas Noble
b400a6bf20
Revert "Fix compilation error in JWT using const_cast."
6 years ago
Karthik Ravi Shankar
a10d4825c1
Merge pull request #18372 from grpc/grpc_namespace_server_posix
...
Move server_posix from grpc to grpc_impl namespace
6 years ago
Karthik Ravi Shankar
3354f2c5a7
Merge pull request #18373 from grpc/grpc_namespace_channel_create_posix
...
Move create_channel_posix from grpc to grpc_impl namespace
6 years ago
Karthik Ravi Shankar
dcc199048f
Merge pull request #18396 from grpc/revert-18392-revert-18223-grpc_namespace_opencensus
...
Revert "Revert "Fold opencensus into grpc_impl namespace""
6 years ago
Karthik Ravi Shankar
c85a03e308
Merge pull request #18377 from grpc/grpc_namespace_server_builder_option
...
Move ServerBuilderOption from grpc to grpc_impl namespace
6 years ago
Karthik Ravi Shankar
4fe664e065
Merge pull request #18375 from grpc/grpc_namespace_channelz_service_plugin
...
Move channelz_service_plugin from grpc to grpc_impl namespace
6 years ago
Michael Lumish
e6cd312346
Merge pull request #18530 from murgatroid99/jessie-backports_url_fix
...
Update jessie-backports URL
6 years ago
Jan Tattermusch
7d489f6a44
use process architecture instead of OS architecture
6 years ago
Karthik Ravi Shankar
b2d9d7c8be
Merge branch 'master' into grpc_namespace_channel_create
6 years ago
Karthik Ravi Shankar
b4fbcc96dd
Fix run_tools json file
6 years ago
Karthik Ravi Shankar
29c0aacfc0
Merge branch 'master' into revert-18502-revert-18242-grpc_namespace_serverbuilder
6 years ago