Yash Tibrewal
|
71378a1a2f
|
update comment
|
5 years ago |
Yash Tibrewal
|
ef8259da5a
|
Revert debugging changes
|
5 years ago |
Yash Tibrewal
|
2c82136658
|
use the correct copyright
|
5 years ago |
Yash Tibrewal
|
0bd9e89d05
|
Regenerate projects
|
5 years ago |
LIU JIAN
|
cb4bc115a9
|
Update php_generator.cc
Add type annotations to make the IDE more friendly
|
5 years ago |
Yash Tibrewal
|
4fe2f945f1
|
Add new line
|
5 years ago |
Yash Tibrewal
|
e26ec77423
|
revert auto changes
|
5 years ago |
Yash Tibrewal
|
2c2197ace7
|
Merge branch 'master' into failwrites
|
5 years ago |
Yash Tibrewal
|
2723a1bae6
|
Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received
|
5 years ago |
Lidi Zheng
|
e819e03a83
|
Restore 27 compatibility
|
5 years ago |
Lidi Zheng
|
3e187feca0
|
Fix the inaccurate cancel injection
|
5 years ago |
Lidi Zheng
|
b8691f9669
|
Fix the import for aio gRPC
|
5 years ago |
Lidi Zheng
|
faf946931d
|
Add the new test case to tests.json
|
5 years ago |
Lidi Zheng
|
3e85a129b4
|
Add test case for set_code with no return value
|
5 years ago |
Lidi Zheng
|
9b4070a380
|
Fix the None return case
|
5 years ago |
ZhenLian
|
5aee7d3bc6
|
Merge pull request #22656 from grpc/zhen_core_test_improvement_2
[4/n] Avoid using hardcoded test credentials
|
5 years ago |
ZhenLian
|
97ea8ed66f
|
Merge pull request #22625 from grpc/zhen_core_test_improvement
[3/n] Avoid using hardcoded test credentials
|
5 years ago |
Vijay Pai
|
f66ed22c08
|
Merge pull request #22660 from grpc/vjpai-patch-1-1
Remove unneeded assignment
|
5 years ago |
Lidi Zheng
|
eb9728f25f
|
Add AsyncIO support to grpcio-reflection
|
5 years ago |
Eric Gribkoff
|
8efa4b9cc1
|
Merge pull request #22659 from ericgribkoff/gcp_retries
Enable retries for failed GCP API calls
|
5 years ago |
Yash Tibrewal
|
13d00aef9c
|
Remove unnecessary header
|
5 years ago |
Donna Dionne
|
84b2b98af2
|
clang fix
|
5 years ago |
Donna Dionne
|
3135d9751a
|
Fixing a test after merge
|
5 years ago |
Vijay Pai
|
7d82170ec0
|
Remove unneeded assignment
|
5 years ago |
Donna Dionne
|
a70abab157
|
Merge remote-tracking branch 'upstream/master' into route_response
|
5 years ago |
Yash Tibrewal
|
27dd9ec2c6
|
Fix minimal stack test
|
5 years ago |
Donna Dionne
|
b39feead62
|
Fixing code review comments.
|
5 years ago |
ZhenLian
|
096c276182
|
[4/n] Avoid using hardcoded test credentials
|
5 years ago |
Mark D. Roth
|
cbf18222af
|
Merge pull request #22648 from markdroth/xds_remove_old_flow
xds: Remove fallback code and support for old xds LB configs.
|
5 years ago |
Yash Tibrewal
|
633719d104
|
Revert API changes to byte buffer reader
|
5 years ago |
Eric Gribkoff
|
d1cb8a32aa
|
increase time.sleep between polling operations
|
5 years ago |
Eric Gribkoff
|
6113d70812
|
Enable retries for failed GCP API calls
The HttpRequest.execute() method used to make GCP calls has a
`num_retries` parameter, as documented at
https://googleapis.github.io/google-api-python-client/docs/epy/googleapiclient.http.HttpRequest-class.html#execute
|
5 years ago |
Jan Tattermusch
|
f198dc79b2
|
Merge pull request #22657 from markdroth/disable_client_channel_stress_test
Mark client_channel_stress_test as manual so that it doesn't run on every PR.
|
5 years ago |
ZhenLian
|
e8d47d31de
|
[3/n] Avoid using hardcoded test credentials
|
5 years ago |
Mark D. Roth
|
d7a62868c8
|
Mark client_channel_stress_test as manual.
|
5 years ago |
Jan Tattermusch
|
c923f95294
|
Merge pull request #22633 from chalin/patch-1
Removing obsolete C++ tutorial content
|
5 years ago |
Donna Dionne
|
921147d1aa
|
clang change
|
5 years ago |
Jan Tattermusch
|
66dc6e97f6
|
Merge pull request #22635 from chalin/patch-3
C++ examples README cleanup
|
5 years ago |
Donna Dionne
|
9417b28bca
|
Fixing build issues.
|
5 years ago |
Jan Tattermusch
|
0ac1f04ecc
|
remove g-stands-for from user agent string
|
5 years ago |
Donna Dionne
|
019b206926
|
Fixing CR comments and build errors.
|
5 years ago |
Yash Tibrewal
|
8776c85f39
|
Fix refcounting for WatcherWrapper
|
5 years ago |
Yash Tibrewal
|
00458b3851
|
Merge branch 'master' into uselogicalthread and address reviewer
comments
|
5 years ago |
Donna Dionne
|
6ec6c24dc1
|
Fixing code review comments.
|
5 years ago |
jeffreyqw
|
b26724f327
|
PHP:Dockerfile grpc-centos
Update Docker image: Centos7 with GCC5, PHP7.2
|
5 years ago |
Donna Dionne
|
f54891aff8
|
Fixing a build error.
|
5 years ago |
Yash Tibrewal
|
d24387ae4f
|
Removing compression from grpc_byte_buffer_reader, removing ManualConstructor in decompress filter and fixing tests
|
5 years ago |
Donna Dionne
|
73fc26d273
|
Checking in result of sudo ./tools/buildgen/generate_projects.sh
|
5 years ago |
Donna Dionne
|
6864760acb
|
Remove unused variables.
|
5 years ago |
Yash Tibrewal
|
615cd251b8
|
Merge pull request #22640 from yashykt/keepalivetrace
Add option for logging keepalive pings
|
5 years ago |