Akshay Kumar
b50280a61a
FullChainExperimental-01-200106-generateprojects
5 years ago
Akshay Kumar
db11b94f25
FullChainExperimental-01-200103
5 years ago
Esun Kim
5207eba9ff
Add abseil
5 years ago
Esun Kim
252de4f05c
Revert "Support CentOS 7 for gRPC.NET"
5 years ago
Zhen Lian
618771dc6a
[Exposing ALTS Context 2/2] Utility Wrapper Class
...
This PR contains:
1. An ALTS context exposed for users to use, and a GetAltsContextFromAuthContext() function to get ALTS context from an AuthContext. Functionality-wise this part is similar with a previous PR https://github.com/grpc/grpc/pull/21536 , but in this PR, we adjusted the code structure and made some minor changes to better suit function clientAuthzCheck()
2. A clientAuthzCheck() function for users to check if the server is authorized
5 years ago
Esun Kim
7be821ac47
Yapf all target python sources
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
6be9f613b4
Extra logging with Truncated message on read closed
5 years ago
Vijay Pai
9ccc6b0e38
Properly set up deadline for generic requests
5 years ago
Esun Kim
97954dda09
Add namespace to MakeUnique in xds.cc
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
Esun Kim
24021c9bab
Add cmake_target field to abseil targets
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
Esun Kim
f47ae53da4
Update abseil
5 years ago
Lidi Zheng
bf1bfff280
Improve readability & reduce logging severity
5 years ago
Zack Galbreath
684aa48063
Updated documentation for using gRPC C++
...
Improve the documentation on how to use gRPC C++ from another project,
particularly for CMake.
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
Guantao Liu
b341ddf72b
Revert "[Exposing ALTS Context 2/2] Utility Wrapper Class"
5 years ago
Esun Kim
60f45833e9
Update by review
5 years ago
Esun Kim
1baebaae1b
Support CentOS 7 for gRPC.NET
5 years ago
yang-g
2db942a875
Allow plugin/option/global_callback to override max_recv_message_size
5 years ago
Vijay Pai
24483d2afd
Address reviewer comments
5 years ago
Zhen Lian
98391c8f76
[Exposing ALTS Context 2/2] Utility Wrapper Class
5 years ago
Mark D. Roth
31773d2c6a
grpclb: Add support for balancer telling client to enter fallback mode.
5 years ago
Mark D. Roth
ef050280af
Clean up APIs for handling grpclb protos
5 years ago
Vijay Pai
9be35f74c0
Make CancelDelayedRpc test not use sleeps for client-server sync
5 years ago
Vijay Pai
8d9d8326f5
De-experimentalize generated code
5 years ago
Lidi Zheng
a205eaab56
Fix the mismatch type of benchmark server
5 years ago
Esun Kim
1b54364aca
Add preprocessed_builds to abseil-cpp
5 years ago
Lidi Zheng
160900c897
Renamed the callback_start_batch to execute_batch
5 years ago
Lidi Zheng
eff9f936b9
Simplify the creation and destruction of grpc_call
5 years ago
Lidi Zheng
6f9b77103a
Adopt advices from gnossen@:
...
* Fixes typos in comments
* Replaces terms in comments
* Adjusts logging level
* Adds more assertions
5 years ago
Lidi Zheng
25f6723a7e
Remove unused import
5 years ago
Lidi Zheng
467bd83845
Correct the return types
5 years ago
Lidi Zheng
e9e77e5123
Suppress the pylint "abstract-method" warning
5 years ago
Lidi Zheng
d411891bf6
Fix a tiny typing mismatch
5 years ago
Jan Tattermusch
cef8ed8c33
upgrade Microsoft.NETFramework.ReferenceAssemblies dependency
5 years ago
Stanley Cheung
188fe7ca53
PHP: update readme
5 years ago
Lidi Zheng
1e31e610e7
Remove a useless line
5 years ago
Lidi Zheng
36e6ee9ac3
Adopt reviewer's advices:
...
* Fix several typos
* Fix a un-revealed segfault
* Fix some documentation
* Polish test assertions
5 years ago
Lidi Zheng
fa4eb94ea2
Remove the add_callback method & fix segfault
5 years ago
Lidi Zheng
46e963f8bc
Let streaming RPC start immediately
5 years ago
Yihua Zhang
a6dbc7adb5
rename spiffe to tls
5 years ago
Vijay Pai
3da2c7aa22
De-experimentalize generic stub (under macro)
5 years ago
Kaya Bekiroğlu
24118570f6
Allow default use of system root certs on Android.
...
Rely on system root certificates for Android TLS testing.
5 years ago
Guantao Liu
3485bf4af2
Fix a typo.
5 years ago
Lidi Zheng
bc99ddedf0
Adopt reviewer's advices
5 years ago
Guantao Liu
e607d51fc9
Use mutex and condvar to coordinate shutdown.
5 years ago