Lidi Zheng
6e636bec94
Merge pull request #21522 from menghanl/patch-1
...
fix fmt.Errorf missing args
5 years ago
Vijay Pai
2e43fd4660
Merge pull request #21523 from vjpai/conversion
...
Check for negative on NextMessageSize
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
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
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
Ashitha Santhosh
0ef0be6541
Add nullptr check for max_frame_size.
5 years ago
Ashitha Santhosh
ec4bfdfa57
Use pointer instead of reference parameter
5 years ago
Muxi Yan
ef8be0ffb7
Merge pull request #21485 from grpc/cpp-timeout-ext
...
Extend grpc-cpp-test-cronet timeout
5 years ago
Esun Kim
64a599c5ae
Merge pull request #21499 from veblush/abseil-update
...
Update abseil to the latest
5 years ago
Esun Kim
f1a0ed2901
Merge pull request #21500 from veblush/update-upb
...
Update upb
5 years ago
Esun Kim
508a20b2e2
Merge commit '01ca25b429b2e9ff2d7e5271367aa545fe3ba62a' into update-upb
5 years ago
Esun Kim
01ca25b429
Squashed 'third_party/upb/' changes from 8a3ae1ef3e..2a25fd557e
...
2a25fd557e Merge pull request #226 from lizan/upb_bazel_version
b973c06480 prefix bazel_version
git-subtree-dir: third_party/upb
git-subtree-split: 2a25fd557e1fff9b2c7377a9eb91e2ebcd21470c
5 years ago
Esun Kim
f47ae53da4
Update abseil
5 years ago
Lidi Zheng
a53d47b594
Merge pull request #21480 from lidizheng/fix-perf
...
Use fast cpp protos for Bazel Python builds
5 years ago
Lidi Zheng
bf1bfff280
Improve readability & reduce logging severity
5 years ago
Esun Kim
d665f8359a
Merge pull request #21487 from veblush/bundler
...
Change bundler version
5 years ago
Esun Kim
4444ab9b8e
Merge pull request #21481 from veblush/net-csharp
...
Support CentOS 7 for gRPC.NET
5 years ago
Jan Tattermusch
b5c3056d25
Merge pull request #21427 from zackgalbreath/cmake_ssl_assembly
...
Conditionally enable OPENSSL_NO_ASM for Visual Studio
5 years ago
Yang Gao
2e4ebd7478
Merge pull request #21494 from grpc/revert-21478-max_message_size
...
Revert "Allow plugin/option/global_callback to override max_recv_message_size"
5 years ago
Vijay Pai
1bd6fcc338
Merge pull request #21491 from vjpai/rotate
...
Pass rotation to Yash
5 years ago
Lidi Zheng
8ad6152f00
Remove the explicit coroutine tracking
5 years ago
Yang Gao
5a938a7012
Revert "Allow plugin/option/global_callback to override max_recv_message_size"
5 years ago
Esun Kim
885b1aa785
Change bundler version
5 years ago
Guantao Liu
126248c7c1
Merge pull request #21492 from grpc/revert-21456-zhen_alts_context_new
...
Revert "[Exposing ALTS Context 2/2] Utility Wrapper Class"
5 years ago
Vijay Pai
c512dd1aac
Merge pull request #21490 from vjpai/fix_cancellation
...
Fix cancellation callback data race
5 years ago
Esun Kim
8e35f4d458
Merge pull request #21482 from veblush/linux-headers
...
Add linux-headers to docker images for alpine linux
5 years ago
Vijay Pai
ff40d2d58a
Pass rotation to Yash
5 years ago
Yang Gao
f8ebc20d3c
Merge pull request #21478 from yang-g/max_message_size
...
Allow plugin/option/global_callback to override max_recv_message_size
5 years ago
Guantao Liu
b341ddf72b
Revert "[Exposing ALTS Context 2/2] Utility Wrapper Class"
5 years ago
Vijay Pai
c758bf9571
clang-fmt
5 years ago
Vijay Pai
bffc5701e6
Fix cancellation
5 years ago
Esun Kim
60f45833e9
Update by review
5 years ago
Muxi Yan
329fcfd7aa
Update run_tests.py
5 years ago