murgatroid99
|
2fa5759d79
|
Fix missing include in windows file
|
6 years ago |
Muxi Yan
|
a59e362214
|
nit fix
|
6 years ago |
Muxi Yan
|
168efe4404
|
clang-format
|
6 years ago |
Karthik Ravi Shankar
|
a1493cfa62
|
Add missing files for build
|
6 years ago |
Karthik Ravi Shankar
|
81ba5a7b9b
|
Add missing files for build
|
6 years ago |
kailashs
|
10ef469d3d
|
Add information on how the gRPC project hands out commit access.
|
6 years ago |
Doug Fawley
|
2f85304910
|
Merge pull request #18702 from dfawley/go_release
Add go releases to client_matrix.py
|
6 years ago |
Mark D. Roth
|
ad7ccf6f6b
|
Merge pull request #18596 from markdroth/c++_call_combiner
Convert call_combiner to C++.
|
6 years ago |
Jan Tattermusch
|
8c5e4367ef
|
Merge remote-tracking branch 'upstream/v1.20.x' into HEAD
|
6 years ago |
Jan Tattermusch
|
5ceccb1419
|
Merge pull request #18834 from jtattermusch/revert_bsod_1_20_x
Revert "Enable SIO_LOOPBACK_FAST_PATH on Windows" (for v1.20.x)
|
6 years ago |
Jan Tattermusch
|
302f0a0622
|
Merge pull request #18771 from jtattermusch/cleanup_rbe_builds
Add non-internal build.cfg files for bazel RBE jobs
|
6 years ago |
Juanli Shen
|
51137e11ec
|
Merge pull request #18665 from AspirinSJL/xds_fallback_startup
Add fallback-at-startup into xds
|
6 years ago |
rmstar
|
4bd5f0f63e
|
Merge pull request #18649 from rmstar/macppstress
Add C++ stress tests on mac
|
6 years ago |
Karthik Ravi Shankar
|
360251f196
|
Fix make errors
|
6 years ago |
Karthik Ravi Shankar
|
38ffd8ca84
|
Merge branch 'master' into grpc_namespace_credentials
|
6 years ago |
Karthik Ravi Shankar
|
02cfba7737
|
Fix make errors
|
6 years ago |
Yash Tibrewal
|
7ee19a0b6b
|
Reviewer comments - mainly make ParsedLoadBalancingConfig refcounted
|
6 years ago |
Karthik Ravi Shankar
|
c8a6841dfc
|
Merge branch 'master' into revert-18717-grpc_namespace_server_revert
|
6 years ago |
John Luo
|
47921d6e54
|
Workaround a different CPS bug
|
6 years ago |
Juanli Shen
|
438cb44378
|
Add fallback-at-startup into xds
|
6 years ago |
Muxi Yan
|
8855c07c9f
|
address comment
|
6 years ago |
Yash Tibrewal
|
5224e88ee5
|
Merge pull request #18838 from yashykt/comment_names
Comment out names of unused arguments
|
6 years ago |
Lidi Zheng
|
072fbc44a0
|
Respect interval_us setting for TestServicer
|
6 years ago |
rmstar
|
07f5c11748
|
Merge pull request #18806 from rmstar/cronet_trace
Add trace flag in cronet transport
|
6 years ago |
murgatroid99
|
634cece3f3
|
Fix sanity tests
|
6 years ago |
rmstar
|
d3308ec467
|
Merge pull request #18669 from rmstar/9570
Objc tests should use installed version of protoc
|
6 years ago |
Yang Gao
|
5170c613cc
|
Merge pull request #18784 from yang-g/message_allocator
Message allocator support for callback unary
|
6 years ago |
murgatroid99
|
33722ff1c6
|
Put callback behind a combiner, cancel callbacks in shutdown
|
6 years ago |
Mark D. Roth
|
ce3ff86763
|
Convert call_combiner to C++.
|
6 years ago |
Lidi Zheng
|
6ec2c6cfb9
|
Add Python/CXX/Csharp v1.20.0 to client matrix
|
6 years ago |
Esun Kim
|
87d0c8b377
|
Added visual studio code files to .gitignore
Let git ignore the local artifacts created by visual studio code.
Reference: https://www.gitignore.io/api/visualstudiocode
Deleted unncessary .vscode/launch.json
|
6 years ago |
Karthik Ravi Shankar
|
5274deb32b
|
Fix the rebase and build
|
6 years ago |
Prashant Jaikumar
|
f36e08e6dd
|
Add trace flag in cronet transport
|
6 years ago |
Prashant Jaikumar
|
d20d46e976
|
Add C++ stress tests on mac
|
6 years ago |
Karthik Ravi Shankar
|
df2c2c114c
|
Fix access to some CreateChannel/CreateCustomChannel methods
|
6 years ago |
Karthik Ravi Shankar
|
2049b6c2bd
|
Fix build errors
|
6 years ago |
Arjun Roy
|
abf75e2cd7
|
Merge pull request #18807 from arjunroy/md_eq_static
Fast-pathed grpc_mdelem_eq for known static cases.
|
6 years ago |
Karthik Ravi Shankar
|
be9479542c
|
Fix include header issue
|
6 years ago |
Karthik Ravi Shankar
|
60bdeef9f4
|
Move Channel also to impl for now
|
6 years ago |
Karthik Ravi Shankar
|
e57182ab61
|
Fix the compile errors for tests and namespace.
|
6 years ago |
rmstar
|
b492388f21
|
Merge pull request #18795 from rmstar/stresstests
Added Objective C stress tests
|
6 years ago |
rmstar
|
996e6ad38c
|
Merge pull request #18723 from rmstar/uitestfx
Fix some iOS UI test flakes
|
6 years ago |
Karthik Ravi Shankar
|
8d2207da4d
|
WIP: New changes to make namespace work
|
6 years ago |
Karthik Ravi Shankar
|
603d014f0e
|
Changes to fold credentials into grpc_impl from grpc
|
6 years ago |
Karthik Ravi Shankar
|
76d78eb82b
|
Moving create_channel from grpc to grpc_impl
|
6 years ago |
Prashant Jaikumar
|
cd4ed28b1e
|
Objc tests should use installed version of protoc
Pod install should use the installed version of protoc if available, otherwise use protoc built from source.
Fixes ##9570.
|
6 years ago |
yang-g
|
39cfbf9d4a
|
cast and default initializer
|
6 years ago |
Yash Tibrewal
|
af2b170d8a
|
Comment out names of unused arguments
|
6 years ago |
Yash Tibrewal
|
edd817a46f
|
Reviewer comments
|
6 years ago |
Karthik Ravi Shankar
|
858b5cca20
|
Fix clang_format_code.sh issues and move the internal calls to new name
|
6 years ago |