Karthik Ravi Shankar
|
67667eb7b6
|
Revert ...
|
4 years ago |
Alisha Nanda
|
4282e968c4
|
Re-add in all changes, fix check failures.
|
4 years ago |
Karthik Ravi Shankar
|
835d6182d8
|
Merge pull request #24050 from grpc/revert-24047-revert-23916-server-context
Revert "Revert "Move ServerContext from ::grpc_impl to ::grpc""
|
4 years ago |
Alisha Nanda
|
84c4994dc7
|
Revert "Merge pull request #24047 from grpc/revert-23916-server-context"
This reverts commit 7c098321bd , reversing
changes made to d109f4b406 .
|
4 years ago |
Alisha Nanda
|
e160241b7a
|
Revert "Merge pull request #24046 from lidizheng/disable-exit-tests"
This reverts commit b78bc85185 , reversing
changes made to 7c098321bd .
|
4 years ago |
Alisha Nanda
|
a4eedc1510
|
Revert "Merge branch 'master' of https://github.com/ananda1066/grpc"
This reverts commit 35e0e96b09 , reversing
changes made to b78bc85185 .
|
4 years ago |
Alisha Nanda
|
35e0e96b09
|
Merge branch 'master' of https://github.com/ananda1066/grpc
|
4 years ago |
Yash Tibrewal
|
23cb073a93
|
Initiate HTTP/2 writes on BDP pings too
|
4 years ago |
Mark D. Roth
|
79f8fc664e
|
Allow bazel builds without xDS via "--define grpc_no_xds=true".
|
4 years ago |
Mark D. Roth
|
6d96f442b7
|
xds: Don't fall back to creds from parent channel, and add insecure creds.
|
4 years ago |
Mark D. Roth
|
25518e5b08
|
Merge pull request #24030 from yashykt/xdsremoveunsecure
Remove xDS support from unsecure builds
|
4 years ago |
yulin liang
|
ee38782d64
|
Merge pull request #24049 from pbatg/foundation
Add missing Foundation.h import to generated Objective-C code #2
|
4 years ago |
Mark D. Roth
|
b46db8cb76
|
Merge pull request #23996 from markdroth/ref_counted_async_deletion
Allow RefCounted<> objects to defer deletion from Unref().
|
4 years ago |
Alisha Nanda
|
9df3964cf1
|
Fixed cmake build, fixing test failures.
|
4 years ago |
Lidi Zheng
|
b78bc85185
|
Merge pull request #24046 from lidizheng/disable-exit-tests
Disable the Python exit tests until they are deflaked
|
4 years ago |
Karthik Ravi Shankar
|
b657c8d79c
|
Revert "Revert "Move ServerContext from ::grpc_impl to ::grpc""
|
4 years ago |
Karthik Ravi Shankar
|
7c098321bd
|
Merge pull request #24047 from grpc/revert-23916-server-context
Revert "Move ServerContext from ::grpc_impl to ::grpc"
|
4 years ago |
pbatg
|
eca5e18802
|
Import <Foundation/Foundation.h> so that NSObject is defined when GPB_GRPC_PROTOCOL_ONLY=1
|
4 years ago |
Karthik Ravi Shankar
|
f1abdd1725
|
Revert "Move ServerContext from ::grpc_impl to ::grpc"
|
4 years ago |
Lidi Zheng
|
0eae18f9e6
|
Disable the exit tests until they are deflaked
|
4 years ago |
Alisha Nanda
|
88d99b4603
|
Add timeout flag to gRPC cli
Signed-off-by: Alisha Nanda <alishananda@google.com>
|
4 years ago |
Karthik Ravi Shankar
|
d109f4b406
|
Merge pull request #24040 from karthikravis/change-owner
Pass repo manager to Donna
|
4 years ago |
Yash Tibrewal
|
025d9d8e8a
|
Remove xDS support from unsecure builds
|
4 years ago |
Karthik Ravi Shankar
|
b663e3ad34
|
Merge pull request #23916 from karthikravis/server-context
Move ServerContext from ::grpc_impl to ::grpc
|
4 years ago |
Yash Tibrewal
|
e8bb9ec2af
|
Merge pull request #23992 from yashykt/docimp1
Improve logging message on exceeding metadata size limit
|
4 years ago |
Yash Tibrewal
|
6e1655447a
|
Merge pull request #22997 from yashykt/fixbdp
Do not send BDP pings if there is no receive side activity
|
4 years ago |
Alexander Polcyn
|
5166237a19
|
Revert unskip on windows
|
4 years ago |
Alexander Polcyn
|
c1c487b80f
|
Wait for server shutdown_and_notify tag to complete before destroying server in stranded_event_test
|
4 years ago |
Karthik Ravi Shankar
|
1415d157d7
|
Pass repo manager to Donna
|
4 years ago |
Yash Tibrewal
|
c57f7cdc32
|
Disable testKeepaliveWithV2API until #24039 is fixed
|
4 years ago |
Jan Tattermusch
|
249c26148e
|
Merge pull request #23957 from jtattermusch/makefile_more_cleanup
Makefile: only support building deps from submodule
|
4 years ago |
Eric Gribkoff
|
5dd072bc49
|
Merge pull request #24011 from ericgribkoff/decrease_csharp_log_output
csharp xds test client: decrease log output
|
4 years ago |
Eric Gribkoff
|
2d801f9515
|
Merge pull request #24009 from ericgribkoff/timeout_in_spec
Add --rpc_timeout_sec flag spec
|
4 years ago |
Alexander Polcyn
|
2a29b7cb58
|
Make the server-based port picker thread safe
|
4 years ago |
apolcyn
|
84729e84e6
|
Merge pull request #24016 from apolcyn/debugging_stream_issue
Add a test which reproduces the original crash that is fixed by #23984
|
4 years ago |
Karthik Ravi Shankar
|
9afbf02198
|
Merge branch 'master' into server-context
|
4 years ago |
Alexander Polcyn
|
46d4a27cb6
|
Add a test which reproduces the original crash that is fixed by https://github.com/grpc/grpc/pull/23984
|
4 years ago |
Yash Tibrewal
|
f2f3edbacd
|
Fix use-after-free
|
4 years ago |
Lidi Zheng
|
e960034384
|
Merge pull request #24029 from lidizheng/pin-setuptools
Pin setuptools on CI builds
|
4 years ago |
Lidi Zheng
|
c8fa1c9978
|
Pin setuptools in one more location
|
4 years ago |
Mark D. Roth
|
5369864a86
|
Allow RefCounted<> objects to defer deletion from Unref().
|
4 years ago |
Lidi Zheng
|
82f0f51690
|
Pin to 44.1.1 for Python 2 compatibility
|
4 years ago |
yulin liang
|
749024c2c8
|
Merge pull request #23993 from yulin-liang/flaky-cfstream
Fix flaky macos/grpc_cfstream test.
|
4 years ago |
Lidi Zheng
|
6a5d7106a0
|
Pin setuptools to 49.6.0
|
4 years ago |
Karthik Ravi Shankar
|
694bb50648
|
Merge pull request #23917 from karthikravis/server
Move Server from ::grpc_impl to ::grpc
|
4 years ago |
Jan Tattermusch
|
11e69de3bc
|
Merge pull request #24001 from jtattermusch/task_runner_py3
Improve python3 compatibility of the task_runner.py script
|
4 years ago |
Eric Gribkoff
|
a880a50197
|
Merge pull request #24012 from ericgribkoff/python_timeout_bump
Increase xds job timeout for python and c#
|
4 years ago |
Eric Gribkoff
|
15675cf965
|
Merge pull request #24010 from ericgribkoff/increase_wait_for_stats_timeout
Increase wait for stats timeout
|
4 years ago |
Eric Gribkoff
|
f4ab0330f9
|
Merge pull request #24013 from ericgribkoff/gentle_failover_spec
Gentle failover spec
|
4 years ago |
Yash Tibrewal
|
eb2b9b89c7
|
Merge pull request #24015 from yashykt/certificateprovider
CertificateProvider API
|
4 years ago |