Jan Tattermusch
ca33752a4c
script for updating bazel mirror
5 years ago
Jan Tattermusch
5af3eafee0
add mirror for each bazel http_archive dependency
5 years ago
Jan Tattermusch
841416456a
Merge pull request #22712 from jtattermusch/php_generate_protos_refactor
...
Php generate protos refactor
5 years ago
Lidi Zheng
da5022de6a
Merge pull request #22745 from lidizheng/doc-channel-args
...
Explain how to find channel arguments in our doc
5 years ago
Lidi Zheng
f8f425bcc9
Merge pull request #22758 from lidizheng/aio-cq-shutdown
...
[Aio] Make completion queue shutdown stricter
5 years ago
Lidi Zheng
b0acad5113
Merge pull request #22759 from grpc/revert-22688-aio-status
...
Revert "[Aio] Add AsyncIO support to grpcio-status"
5 years ago
Mark D. Roth
6be8d5e76f
Merge pull request #22754 from markdroth/weighted_target_size_t_fix
...
Fix size_t range problem in weighted_target LB parsing code.
5 years ago
Mark D. Roth
e652e17016
Merge pull request #22705 from markdroth/ref_counted_ptr_less
...
Remove RefCountedPtrLess.
5 years ago
Mark D. Roth
feb721c9a9
Merge pull request #22696 from markdroth/absl_use_directly
...
Remove grpc_core::InlinedVector<> and grpc_core::Optional<>.
5 years ago
Lidi Zheng
004a3c3253
Weaken our promise
5 years ago
Lidi Zheng
77811ef323
Make completion queue shutdown stricter
5 years ago
Lidi Zheng
82c586bb3c
Revert "[Aio] Add AsyncIO support to grpcio-status"
5 years ago
donnadionne
dc42b5994f
Merge pull request #22752 from donnadionne/BackendsRestart
...
Fixing xds_end2endtest.cc BackendsRestart flake test
5 years ago
Mark D. Roth
09b42371e7
Remove grpc_core::InlinedVector<> and grpc_core::Optional<>.
5 years ago
Mark D. Roth
457f1b2699
Remove RefCountedPtrLess.
5 years ago
Mark D. Roth
1cd6e86845
Fix size_t range problem in weighted_target LB parsing code.
5 years ago
Jan Tattermusch
36d4d8c20f
Merge pull request #22751 from jtattermusch/resource_quota_server_epoll1
...
dont run resource_quota_server test case under epoll1
5 years ago
Lidi Zheng
dc3eb43ae6
It might be experimental
5 years ago
Donna Dionne
a7d9865961
Fixing xds_end2endtest.cc BackendsRestart flake test
...
Increase the number of RPCs after shutdown to ensure all
backends are down before restarting.
5 years ago
Jan Tattermusch
635e7a2088
dont run resource_quota_server test case under epoll1
5 years ago
Jan Tattermusch
4e83c87c39
Merge pull request #22701 from grpc/jtattermusch-patch-4
...
Delete the no-longer-useful run_build_statistics.py script
5 years ago
Jan Tattermusch
cfbeb3edd7
Fix wrong error handling logic in php's build_interop.sh
...
If [[ "$DONE" != 1 ]] && echo "Failed to do composer install" && exit 1
is at the end of a shell script, even if DONE is 1, this will return with error
exit status. That's because [[ $DONE != 1 ]] has exitcode 1 and thus anything after && doesn't get executed
and the entire scripts exits the last exit code it seen (which is 1).
5 years ago
Vijay Pai
549cabf0a8
Merge pull request #22744 from vjpai/registered_string
...
Use std::string for registered_method
5 years ago
Vijay Pai
c6fad53622
Start using std::string for registered_method
5 years ago
Yash Tibrewal
b8e34c84ed
Merge pull request #22626 from bocon13/end-stream-fix
...
Fixing bug with END_STREAM if header has continuations
5 years ago
Lidi Zheng
6c2542150c
Format the rst file
5 years ago
Lidi Zheng
c57a3792a0
Remove unused extension
5 years ago
Lidi Zheng
6b2239ed40
Generate corresponding grpc_types.h link
5 years ago
nanahpang
a82b17f69a
Merge pull request #22740 from grpc/nanahpang-patch-1
...
Update check_copyright.py to follow python 3 rules
5 years ago
Lidi Zheng
d3805e1b6c
Explain how to find channel arguments in our doc
5 years ago
Lidi Zheng
372d990f4a
Merge pull request #22738 from lidizheng/doc-wtr
...
Document wait_for_ready mechanism in Python's glossary
5 years ago
Lidi Zheng
f7d71ccfa6
Update the glossary
5 years ago
nanahpang
564b70a1d7
Update check_copyright.py to follow python 3 rules
...
Found this issue during the import.
5 years ago
Lidi Zheng
4e7f3376d8
Merge pull request #22688 from lidizheng/aio-status
...
[Aio] Add AsyncIO support to grpcio-status
5 years ago
Lidi Zheng
c1df38f2b9
Document wait_for_ready mechanism in Python's glossary
5 years ago
Stanley Cheung
dd8259f0ee
Merge pull request #22732 from jeffreyqw/dockerfile/centos7
...
PHP: update devtoolset gcc version
5 years ago
Vijay Pai
6a477958c0
Merge pull request #22674 from vjpai/unrequested
...
Allocating request matcher to support C++ callback API
5 years ago
Yash Tibrewal
f58a18daee
Merge pull request #21361 from yashykt/uselogicalthread
...
Change client channel code to use WorkSerializer
5 years ago
Vijay Pai
b797dbec3e
Allocating request matcher to support C++ callback API
5 years ago
jeffreyqw
5d539cc15c
fixed indent issue and yum update
5 years ago
Yash Tibrewal
0664256b53
Reviewer comments and windows fix
5 years ago
Jan Tattermusch
35b24e530c
Merge pull request #22731 from easwars/go_release
...
Add v1.29.0 release of grpc-go to interop matrix
5 years ago
Jan Tattermusch
7ec6ad434f
regenerate PHP protos
5 years ago
Jan Tattermusch
d5dfb40823
checkin PHP generated code (tests and interop)
5 years ago
Jan Tattermusch
710be13856
refactor generate_proto_php.sh
5 years ago
Jan Tattermusch
43f57958e4
fix c# codegen script typo
5 years ago
jeffreyqw
490bdc45e0
update devtoolset gcc version
...
Centos7 removed devtooset-4,5 and 6 version.
5 years ago
Easwar Swaminathan
2b00d09e45
Add v1.29.0 release of grpc-go to interop matrix
5 years ago
Stanley Cheung
c07ddb4504
Merge pull request #22654 from jeffreyqw/dockerfile/centos7
...
PHP:Dockerfile grpc-centos
5 years ago
Yash Tibrewal
affe03e169
Merge pull request #22668 from yashykt/failwrites
...
Fail writes when End of stream has been received
5 years ago