Yash Tibrewal
affe03e169
Merge pull request #22668 from yashykt/failwrites
...
Fail writes when End of stream has been received
2020-04-21 14:11:52 -07:00
Pau Freixes
11e41537a5
Merge pull request #22713 from Skyscanner/client_unary_stream_interceptor
...
[Aio] Implement the Unary Stream client interceptor
2020-04-21 22:25:22 +02:00
Pau Freixes
6d4f3ce244
Fix pytype issue raised only with Python 3.7
2020-04-21 20:54:34 +02:00
Pau Freixes
6000747f83
Fix some werid pytype complaning
2020-04-21 20:46:53 +02:00
Stanley Cheung
75221952bb
Merge pull request #22671 from mix-php/master
...
Update php_generator.cc - add return type annotations
2020-04-21 11:01:08 -07:00
Muxi Yan
e3c57771c2
Merge pull request #21194 from muxi/boringssl-prefix-header
...
Revamp how BoringSSL generate prefix header on ObjC
2020-04-21 09:27:44 -07:00
Pau Freixes
20898aa2f2
Fix type issue
2020-04-21 16:45:33 +02:00
Pau Freixes
7dbed97594
Fix add done callback test
2020-04-21 11:49:17 +02:00
Muxi Yan
006c815810
Merge pull request #22687 from grpc/revert-22684-revert-22423-objc-poller
...
Revert "Revert "Introduce CFRunLoop based iomgr""
2020-04-20 15:58:26 -07:00
Pau Freixes
314e105f70
Apply review feedback
2020-04-20 23:39:53 +02:00
Pau Freixes
f07e0da6dd
Make YAPF happy
2020-04-20 23:25:59 +02:00
Pau Freixes
dae80a4977
Apply feedback
2020-04-20 23:24:54 +02:00
Stanley Cheung
3c4096e0e0
Merge pull request #22706 from HannahShiSFB/fix-mem-leak
...
PHP: fix of a bit of memory leak
2020-04-20 13:10:25 -07:00
donnadionne
7d4ab8d346
Merge pull request #22716 from donnadionne/new
...
Fixing grp_log format error.
2020-04-20 12:55:38 -07:00
Donna Dionne
b43194c444
Fixing grp_log format error.
2020-04-20 11:28:23 -07:00
Muxi Yan
056bd79091
address comments
2020-04-20 10:44:04 -07:00
nanahpang
990943e36c
Redundant get() call on smart pointer
...
I caught this ClangTide error while doing the import. Applied a quick fix here to follow the go/clang-tidy/checks/readability-redundant-smartptr-get.md.
2020-04-20 10:04:17 -07:00
Pau Freixes
2aea5c002b
[Aio] Implement the Unary Stream client interceptor
...
Add support for adding intercetpors for the Unary Stream arity at
client level.
2020-04-20 15:38:40 +02:00
Jan Tattermusch
d512a18cae
Merge pull request #22703 from jtattermusch/bazel_binaries_for_proto_regen
...
Use bazel-build protoc and plugins to regenerate protos for some languages.
2020-04-20 09:13:23 +02:00
Jan Tattermusch
5156db53db
revert some generate_proto_php.sh changes, add TODOs
2020-04-18 19:04:37 +02:00
Jan Tattermusch
6ffa02a389
do not eat errors when generating protos
2020-04-18 18:43:55 +02:00
Vijay Pai
0093accaca
Merge pull request #22670 from vjpai/request_matcher_interface
...
Virtualize RequestMatcher to enable customized matchers
2020-04-17 15:41:05 -07:00
Muxi Yan
e2f0d03fb4
Merge pull request #20191 from jtattermusch/g_stands_for_useless
...
Remove g-stands-for from user agent string
2020-04-17 14:45:04 -07:00
Vijay Pai
db151dc168
Virtualize RequestMatcher to enable customized matchers
2020-04-17 14:04:11 -07:00
donnadionne
baa442e6e4
Merge pull request #22280 from donnadionne/route_response
...
Xds Routing LB Policy
2020-04-17 12:45:39 -07:00
Hannah Shi
6be41055b4
fix of a bit of memory leak
2020-04-17 18:50:39 +00:00
Yash Tibrewal
6597db2089
Reverted to using stream_write_closed
2020-04-17 11:38:10 -07:00
Yash Tibrewal
86c03c1710
Merge branch 'master' into failwrites
2020-04-17 11:25:47 -07:00
Donna Dionne
7db619ba95
Code review comments.
2020-04-17 11:19:19 -07:00
Jan Tattermusch
30b6b1f0f4
address review comments
2020-04-17 19:16:21 +02:00
Jan Tattermusch
5baf296292
add link to Protobuf PHP empty.proto issue
2020-04-17 13:27:21 +02:00
Jan Tattermusch
c91ee52276
simplify obj-c run_plugin_tests.sh
2020-04-17 13:15:49 +02:00
Jan Tattermusch
0432f7f6ca
use bazel-built protoc and plugin for generate_proto_*.sh scripts
...
modify scripts
2020-04-17 13:13:36 +02:00
Jan Tattermusch
555804bb94
regenerate ruby protos
2020-04-17 13:13:36 +02:00
Jan Tattermusch
2a7f2e8f2c
regenerate C# protos
2020-04-17 12:37:52 +02:00
Muxi Yan
07a51fae6b
Make argument names consistent
2020-04-16 16:48:13 -07:00
Muxi Yan
5e2c40ab58
Merge pull request #22690 from grpc/revert-22662-aio-reflection
...
Revert "[Aio] Add AsyncIO support to grpcio-reflection"
2020-04-16 16:20:22 -07:00
Yash Tibrewal
b7941bedf3
Merge pull request #22575 from yashykt/newfilter
...
Move decompression into gRPC Core
2020-04-16 15:21:01 -07:00
Lidi Zheng
99c5b647bf
Revert "[Aio] Add AsyncIO support to grpcio-reflection"
2020-04-16 15:09:53 -07:00
Donna Dionne
fcc41aedc8
Fixing build errors.
2020-04-16 13:44:53 -07:00
Donna Dionne
584b35055e
Merge remote-tracking branch 'upstream/master' into route_response
2020-04-16 13:10:15 -07:00
Muxi Yan
eb7779c20c
Revert "Revert "Introduce CFRunLoop based iomgr""
2020-04-16 13:07:55 -07:00
Muxi Yan
881439476c
Merge pull request #22684 from grpc/revert-22423-objc-poller
...
Revert "Introduce CFRunLoop based iomgr"
2020-04-16 13:07:48 -07:00
Yash Tibrewal
eac197b20e
Fix errors and regenerate projects
2020-04-16 11:54:27 -07:00
Yash Tibrewal
e24bb3a6ef
Regenerate projects
2020-04-16 11:46:29 -07:00
Yash Tibrewal
67779b1b18
Reviewer comments
2020-04-16 11:37:53 -07:00
Lidi Zheng
b6a7d5505c
Merge pull request #22662 from lidizheng/aio-reflection
...
[Aio] Add AsyncIO support to grpcio-reflection
2020-04-16 10:21:27 -07:00
Lidi Zheng
ebfa9e7e51
Merge pull request #22665 from lidizheng/aio-unary-none
...
[Aio] Handle the empty response with error code from server handler
2020-04-16 10:20:38 -07:00
Muxi Yan
0e0db09613
Revert "Introduce CFRunLoop based iomgr"
2020-04-16 08:54:07 -07:00
Mark D. Roth
43c30f40da
Merge pull request #22675 from markdroth/xds_default_route
...
xds: Accept either "" or "/" as the prefix for the default route.
2020-04-16 08:34:32 -07:00