Yash Tibrewal
268c6a5f80
Merge pull request #21546 from yashykt/runtestsfix
...
Don't fail on upload_results_to_bq not being defined
5 years ago
Pau Freixes
a85d001225
Merge pull request #21543 from Skyscanner/allow_calling_none_existing_servers
...
[Aio] Call correctly the connect CB error when an error happens
5 years ago
Pau Freixes
d3bba44e9e
[Aio] Call correctly the connect CB error when an error happens
...
Fixes a bug with the Aio socket that did not call correctly the
connect CB function when there was an issue connecting to a host
5 years ago
Yash Tibrewal
72c4b9767b
YAPF formatting
5 years ago
Yash Tibrewal
0263f75105
Merge pull request #21539 from yashykt/logging1
...
Extra logging with Truncated message on read closed
5 years ago
Yash Tibrewal
e0e6e574d1
Reviewer comments
5 years ago
Yash Tibrewal
45501dbbc4
Don't fail on upload_results_to_bq not being defined
5 years ago
Jan Tattermusch
9e95ff96ee
Merge pull request #21467 from zackgalbreath/cmake_docs
...
Updated documentation for using gRPC C++
5 years ago
Esun Kim
32af6c7459
Merge pull request #21530 from veblush/artifact-linux
...
Change the linux for linux artifacts to CentOS 6
5 years ago
Yash Tibrewal
6be9f613b4
Extra logging with Truncated message on read closed
5 years ago
Jan Tattermusch
4bfc638305
Merge pull request #21529 from zackgalbreath/cmake_building_docs
...
Improve documentation for building with CMake
5 years ago
Esun Kim
ab6dfb7eca
Merge pull request #21528 from veblush/xds-fix
...
Add namespace to MakeUnique in xds.cc
5 years ago
Jan Tattermusch
90b936ee84
Merge pull request #21488 from zackgalbreath/fetchcontent_example
...
Add distrib test for CMake FetchContent build
5 years ago
Vijay Pai
027eb3b05b
Merge pull request #21532 from vjpai/deadline
...
Properly set up deadline for generic callback requests
5 years ago
Vijay Pai
9ccc6b0e38
Properly set up deadline for generic requests
5 years ago
Esun Kim
f00bdb3d90
Change the linux for linux artifacts to CentOS 6
5 years ago
Lidi Zheng
090097bd2b
Merge pull request #21497 from lidizheng/newer-pip
...
Upgrade pip to 19.3.1 across the project
5 years ago
Lidi Zheng
5c7b8b322f
Merge pull request #21460 from lidizheng/fix-buildier
...
Make buildifier sanity test fail-able
5 years ago
Lidi Zheng
016d03fbad
Update the docgen.py
5 years ago
Lidi Zheng
fe919dd71e
Pin to 19.3.1
5 years ago
Lidi Zheng
0404939ad0
Let our CI use the latest pip version
5 years ago
Lidi Zheng
6e636bec94
Merge pull request #21522 from menghanl/patch-1
...
fix fmt.Errorf missing args
5 years ago
Zack Galbreath
e3c1ee698d
Improve documentation for building with CMake
5 years ago
Vijay Pai
2e43fd4660
Merge pull request #21523 from vjpai/conversion
...
Check for negative on NextMessageSize
5 years ago
Esun Kim
97954dda09
Add namespace to MakeUnique in xds.cc
5 years ago
Yash Tibrewal
d13b188988
Merge pull request #21519 from yashykt/addinterop1.25
...
Add v1.25.0 to interop matrix
5 years ago
Doug Fawley
8ba63b39c1
Add v1.26.0 release of grpc-go to interop matrix ( #21513 )
...
Add v1.26.0 release of grpc-go to interop matrix
5 years ago
Zack Galbreath
d51ef5feca
Drop superbuild instructions
...
In the interest of not providing too many different ways to build
gRPC in our official instructions, we are dropping the section describing
how to do a "superbuild" (ExternalProject_Add). We can still point to the
example and distribtest if someone is curious how to do this.
5 years ago
Zack Galbreath
0be62b021a
Add distrib test for CMake FetchContent build
5 years ago
Jan Tattermusch
091c4da7eb
Merge pull request #21476 from zackgalbreath/crosscompile_example
...
Crosscompile example
5 years ago
Vijay Pai
4062025312
Check for negative on NextMessageSize
5 years ago
Menghan Li
0f091953c8
fix fmt.Errorf missing args
5 years ago
Yash Tibrewal
a782a3aab6
Merge branch 'master' into addinterop1.25
5 years ago
Richard Belleville
b1547c9d19
Merge pull request #21516 from gnossen/v1.26_interop
...
Add v1.26.0 to Interop Matrix
5 years ago
Yash Tibrewal
6a52d814f1
Add v1.25.0 to interop matrix
5 years ago
Esun Kim
eba3d123be
Merge pull request #21508 from veblush/cmake-abseil
...
Add cmake_target field to abseil targets
5 years ago
Lidi Zheng
0fd79a7d9d
Make the shell script more readable
5 years ago
Lidi Zheng
e27782c1c5
Simplify the check buildifier script logic
5 years ago
Lidi Zheng
d5d6914751
Make buildifier sanity test fail-able
5 years ago
Esun Kim
d2ffffad49
Merge pull request #21515 from veblush/trans-deps
...
Make transitive_deps as a topologically sorted list
5 years ago
Esun Kim
24021c9bab
Add cmake_target field to abseil targets
5 years ago
Richard Belleville
55b90151f4
Add v1.26.0 to interop matrix
5 years ago
Esun Kim
4a68e396a2
Make transitive_deps as a topologically sorted list
5 years ago
Lidi Zheng
a27b2c2015
Merge pull request #21428 from lidizheng/fix-py3checker
...
Make gen_build_yaml py23 agnostic
5 years ago
Doug Fawley
7d07949e55
Add v1.26.0 release of grpc-go to interop matrix
5 years ago
Zack Galbreath
c8175b66c4
Add distrib test for raspberry pi build
5 years ago
Zack Galbreath
ec239c48f7
Allow helloworld example to provide its own protoc and grpc_cpp_plugin
5 years ago
Zack Galbreath
64731f3c62
Add support for user-specified protoc
...
Make it possible to specify your own protoc when building protobuf in
a submodule.
When cross-compiling, we need to build the protobuf libraries for the
target architecture, yet we need to use a protoc executable built for
the host architecture.
5 years ago
Jiangtao Li
aad827f9f6
Merge pull request #21505 from ashithasantosh/ref
...
Use pointer instead of reference parameter
5 years ago
Lidi Zheng
f20cfa82f3
Merge pull request #21495 from lidizheng/aio-fix-shutdown
...
[Aio] Improve the server shutdown logic
5 years ago