Mehrdad Afshari
890e386d89
Merge pull request #14348 from mehrdada/upmerge
...
Upmerge 1.9.x to master
2018-02-07 10:23:36 -08:00
Muxi Yan
fb369d9567
Merge pull request #14343 from muxi/revert-12708
...
Revert breaking API in #12708
2018-02-06 20:40:21 -08:00
Juanli Shen
836fa8b53b
Merge pull request #13671 from AspirinSJL/grpclb_reresolution
...
grpclb re-resolution
2018-02-06 18:54:45 -08:00
Muxi Yan
2711e386ec
Update prefix length in algorithm_test
2018-02-06 18:41:01 -08:00
Muxi Yan
cda058de8e
build projects
2018-02-06 18:17:42 -08:00
Muxi Yan
99f1a8f467
Remove compression_ruby
2018-02-06 18:17:42 -08:00
Muxi Yan
931f68ec56
regenerate metadata
2018-02-06 18:17:42 -08:00
Muxi Yan
3db2caaf2e
Replace message/deflate,gzip with deflate,gzip
2018-02-06 18:17:42 -08:00
Muxi Yan
6f0b195d20
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
2018-02-06 18:17:42 -08:00
Mehrdad Afshari
3629f1f3bc
Merge pull request #14339 from mehrdada/fixreconnect
...
Sleep a second to deflake ReconnectTest
2018-02-06 17:09:22 -08:00
Juanli Shen
33cdd57ab7
grpclb in charge of its re-resolution
2018-02-06 17:03:53 -08:00
Mehrdad Afshari
b66e6fe761
Sleep a second to deflake ReconnectTest
...
The thread that watches connectivity on the channel might not
pick up that the server has gone away before the request is
dispatched, and return UNAVAILABLE instead of reconnecting
prior to sending the request. The fundamental solution would
basically be enabling retries in C-core. For now, we opt to
sleep a second to deflake this particular test case.
2018-02-06 16:07:32 -08:00
adelez
e17592c929
Merge pull request #14337 from grpc/revert-14326-foundry_integration
...
Revert "Define the tests as grpc_cc_test to automatically test against all po…"
2018-02-06 15:43:08 -08:00
adelez
18a356c9fa
Revert "Define the tests as grpc_cc_test to automatically test against all po…"
2018-02-06 14:34:35 -08:00
Yuchen Zeng
19f15c4e13
Merge pull request #14335 from carl-mastrangelo/ret
...
Check return values from ServiceReflection calls, and print a more helpful message
2018-02-06 14:34:04 -08:00
Vijay Pai
b7bf76851d
Merge pull request #14323 from vjpai/cq_comments
...
C++: Properly comment CQ ok, Shutdown, contract, and effect of TryCancel
2018-02-06 13:12:38 -08:00
Carl Mastrangelo
16cca9f4c1
Check return values from ServiceReflection calls, and print a more helpful message
2018-02-06 12:29:01 -08:00
Vijay Pai
e81ead58fb
Improve CQ and cancellation comments
2018-02-06 11:46:17 -08:00
Mark D. Roth
c75c818dad
Merge pull request #14221 from markdroth/ref_counted_crtp
...
Change Ref() methods to return a RefCountedPtr<>.
2018-02-06 11:31:48 -08:00
Yash Tibrewal
582d785c41
Merge pull request #14328 from yashykt/badssl
...
Get bazel tests for bad_ssl working
2018-02-06 11:04:54 -08:00
Jan Tattermusch
4493cea016
Merge pull request #14019 from hacst/cmake-export-fix
...
Fix cmake export for grpc
2018-02-06 12:54:46 -05:00
Mark D. Roth
08d9f3df30
Change Ref() methods to return a RefCountedPtr<>.
2018-02-06 07:58:17 -08:00
Jan Tattermusch
5e9cfd9a99
cleanup the way openssl and zlib are used
2018-02-06 16:11:24 +01:00
Mehrdad Afshari
b9335ebe47
Upmerge branch 'v1.9.x' into 'master'
2018-02-05 23:23:42 -08:00
Vijay Pai
007f1197ac
Merge pull request #14322 from vjpai/generic_deprecate
...
Deprecate GenericStub()::Call for multi-threaded use
2018-02-05 21:28:59 -08:00
adelez
d1b6062894
Merge pull request #14326 from adelez/foundry_integration
...
Define the tests as grpc_cc_test to automatically test against all po…
2018-02-05 18:05:23 -08:00
adelez
e00050a7a7
Merge pull request #14325 from adelez/update_toolchain
...
Update bazel toolchain version.
2018-02-05 18:04:46 -08:00
Vijay Pai
3b7ae55f77
More uses of 1-phase Call
2018-02-05 16:49:22 -08:00
Mehrdad Afshari
5d0e9c4aa3
Merge pull request #14329 from mehrdada/fix-example-unary-stream
...
Fix Python example unary/stream conflict
2018-02-05 15:56:25 -08:00
Muxi Yan
cd3f579cce
Merge pull request #14314 from muxi/fix-implicit-retain-self
...
Fix reference of self in a block
2018-02-05 15:45:33 -08:00
Muxi Yan
42b6af7ab4
Merge pull request #14324 from muxi/revert-14042
...
Partial revert PR#14042
2018-02-05 15:43:00 -08:00
kpayson64
d45132a2e9
Merge pull request #14327 from kpayson64/bump_1_9_1
...
Bump version to 1.9.1
2018-02-05 15:11:54 -08:00
Mehrdad Afshari
6d13712d07
Fix Python example unary/stream conflict
2018-02-05 15:06:26 -08:00
Yash Tibrewal
a3b99294a0
Get bazel tests for bad_ssl working
2018-02-05 14:44:59 -08:00
Ken Payson
1a8565d379
Bump version to 1.9.1
2018-02-05 14:24:52 -08:00
Adele Zhou
5b30e46854
Define the tests as grpc_cc_test to automatically test against all polling strategies
2018-02-05 14:22:37 -08:00
kpayson64
9e620c3d7f
Merge pull request #14315 from kpayson64/fix_refcounting
...
Fixes refcounting issue
2018-02-05 14:19:54 -08:00
Adele Zhou
238332272c
Update bazel toolchain version.
2018-02-05 14:17:57 -08:00
adelez
6b676e7b88
Merge pull request #14316 from adelez/foundry_integration
...
Add BUILD file and missing test targets.
2018-02-05 14:13:35 -08:00
Muxi Yan
3cb1b0aa2f
Partial revert PR#14042
2018-02-05 13:47:31 -08:00
Muxi Yan
45ca2022cd
Resolve warnings of implementing deprecated class
2018-02-05 13:37:25 -08:00
Adele Zhou
461d59cf08
Add BUILD file
2018-02-05 13:18:24 -08:00
Vijay Pai
dcd5ef3ad8
Deprecate GenericStub()::Call for multi-threaded use
2018-02-05 13:08:44 -08:00
Jan Tattermusch
2fd6e8cf5e
Merge pull request #14320 from jtattermusch/try_fix_python_win_art
...
Try fixing python windows artifact build
2018-02-05 15:53:04 -05:00
Ken Payson
f069dd4498
Add refcounts for async callbacks in auth and client filters.
2018-02-05 12:07:54 -08:00
Jan Tattermusch
7da82ecefa
fix python windows artifact build
2018-02-05 20:57:58 +01:00
Jan Tattermusch
f1df0c00fb
Merge pull request #14312 from jtattermusch/format_should_not_root
...
Clang format and tidy shouldnt change file ownership when run locally.
2018-02-05 14:42:54 -05:00
Jan Tattermusch
3ac5b1b5d5
Merge pull request #14313 from jtattermusch/kill_xdg_caching
...
Using python's xdg-caching can cause flakes
2018-02-05 13:31:27 -05:00
Muxi Yan
53a295bca7
Fix a typo
2018-02-05 10:16:15 -08:00
Muxi Yan
d65458dde8
Fix reference of self in block
2018-02-05 09:52:33 -08:00