Juanli Shen
a485cf599f
Merge pull request #14356 from grpc/revert-13671-grpclb_reresolution
...
Revert "grpclb re-resolution"
7 years ago
Mehrdad Afshari
890e386d89
Merge pull request #14348 from mehrdada/upmerge
...
Upmerge 1.9.x to master
7 years ago
Juanli Shen
aa7dc296b6
Revert "grpclb re-resolution"
7 years ago
Jan Tattermusch
6750d42ef1
fine tune cmake find_package usage
7 years ago
Sree Kuchibhotla
3293da3ca3
Change the Fixture shutdown code so that the server fds are still polled
...
(to flush out any writes) when the server is shutdown.
7 years ago
Vijay Pai
811d39a5bc
Add owners to C++ end2end tests to prevent accident API breakage
7 years ago
Muxi Yan
fb369d9567
Merge pull request #14343 from muxi/revert-12708
...
Revert breaking API in #12708
7 years ago
Juanli Shen
836fa8b53b
Merge pull request #13671 from AspirinSJL/grpclb_reresolution
...
grpclb re-resolution
7 years ago
Vijay Pai
2f45758699
Enforce CRTP: weaken reinterpret_cast to static_cast
7 years ago
Muxi Yan
2711e386ec
Update prefix length in algorithm_test
7 years ago
Muxi Yan
cda058de8e
build projects
7 years ago
Muxi Yan
99f1a8f467
Remove compression_ruby
7 years ago
Muxi Yan
931f68ec56
regenerate metadata
7 years ago
Muxi Yan
3db2caaf2e
Replace message/deflate,gzip with deflate,gzip
7 years ago
Muxi Yan
6f0b195d20
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
7 years ago
Muxi Yan
d5696eb7d6
Revert "Partial revert PR#14042"
7 years ago
Mehrdad Afshari
3629f1f3bc
Merge pull request #14339 from mehrdada/fixreconnect
...
Sleep a second to deflake ReconnectTest
7 years ago
Juanli Shen
33cdd57ab7
grpclb in charge of its re-resolution
7 years ago
Christopher Warrington
8472e4032a
Ignore zlib submodule if its dirty (due to CMake)
...
When using CMake to build, the zlib submodule ends up with a generated
file that makes Git consider the submodule dirty. This state can be
ignored for day-to-day development on gRPC.
We cannot use the weaker "ignore = untracked" as the build process
deletes a tracked file as well as generating a new file.
7 years ago
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.
7 years ago
Vijay Pai
091f5463a1
Minor fix on obj-c code
7 years ago
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…"
7 years ago
David Garcia Quintas
20331706e2
Make RR re-resolve upon any subchannel failure
7 years ago
adelez
18a356c9fa
Revert "Define the tests as grpc_cc_test to automatically test against all po…"
7 years ago
Yuchen Zeng
19f15c4e13
Merge pull request #14335 from carl-mastrangelo/ret
...
Check return values from ServiceReflection calls, and print a more helpful message
7 years ago
Vijay Pai
b7bf76851d
Merge pull request #14323 from vjpai/cq_comments
...
C++: Properly comment CQ ok, Shutdown, contract, and effect of TryCancel
7 years ago
Carl Mastrangelo
16cca9f4c1
Check return values from ServiceReflection calls, and print a more helpful message
7 years ago
Vijay Pai
e81ead58fb
Improve CQ and cancellation comments
7 years ago
Mark D. Roth
c75c818dad
Merge pull request #14221 from markdroth/ref_counted_crtp
...
Change Ref() methods to return a RefCountedPtr<>.
7 years ago
Alexander Polcyn
d60ed8f1f8
Guarantee no race between ruby server's shutdown_and_notify and destroy
7 years ago
Yash Tibrewal
582d785c41
Merge pull request #14328 from yashykt/badssl
...
Get bazel tests for bad_ssl working
7 years ago
Jan Tattermusch
4493cea016
Merge pull request #14019 from hacst/cmake-export-fix
...
Fix cmake export for grpc
7 years ago
Mark D. Roth
08d9f3df30
Change Ref() methods to return a RefCountedPtr<>.
7 years ago
Jan Tattermusch
5e9cfd9a99
cleanup the way openssl and zlib are used
7 years ago
Mehrdad Afshari
b9335ebe47
Upmerge branch 'v1.9.x' into 'master'
7 years ago
Vijay Pai
007f1197ac
Merge pull request #14322 from vjpai/generic_deprecate
...
Deprecate GenericStub()::Call for multi-threaded use
7 years ago
adelez
d1b6062894
Merge pull request #14326 from adelez/foundry_integration
...
Define the tests as grpc_cc_test to automatically test against all po…
7 years ago
adelez
e00050a7a7
Merge pull request #14325 from adelez/update_toolchain
...
Update bazel toolchain version.
7 years ago
Vijay Pai
3b7ae55f77
More uses of 1-phase Call
7 years ago
Mehrdad Afshari
5d0e9c4aa3
Merge pull request #14329 from mehrdada/fix-example-unary-stream
...
Fix Python example unary/stream conflict
7 years ago
Muxi Yan
cd3f579cce
Merge pull request #14314 from muxi/fix-implicit-retain-self
...
Fix reference of self in a block
7 years ago
Muxi Yan
42b6af7ab4
Merge pull request #14324 from muxi/revert-14042
...
Partial revert PR#14042
7 years ago
kpayson64
d45132a2e9
Merge pull request #14327 from kpayson64/bump_1_9_1
...
Bump version to 1.9.1
7 years ago
Mehrdad Afshari
6d13712d07
Fix Python example unary/stream conflict
7 years ago
Yash Tibrewal
a3b99294a0
Get bazel tests for bad_ssl working
7 years ago
Ken Payson
1a8565d379
Bump version to 1.9.1
7 years ago
Adele Zhou
5b30e46854
Define the tests as grpc_cc_test to automatically test against all polling strategies
7 years ago
kpayson64
9e620c3d7f
Merge pull request #14315 from kpayson64/fix_refcounting
...
Fixes refcounting issue
7 years ago
Adele Zhou
238332272c
Update bazel toolchain version.
7 years ago
adelez
6b676e7b88
Merge pull request #14316 from adelez/foundry_integration
...
Add BUILD file and missing test targets.
7 years ago