Vijay Pai
239b7d4b0b
Merge branch 'master' into gpr_review
7 years ago
Nicolas Noble
100e0a78eb
Merge pull request #14341 from chwarr/ignore-dirty-zlib-submodule
...
Ignore zlib submodule if its dirty (due to CMake)
7 years ago
Vijay Pai
7bd5e18fea
Merge pull request #14197 from vjpai/gpr_review_host_port
...
GPR review: privatize host_port.h
7 years ago
Vijay Pai
8f4fbb1c55
Move avl to its own directory and rename it to grpc_avl
7 years ago
Vijay Pai
f37d33a21a
Merge pull request #14349 from vjpai/own2own
...
Add owners to C++ end2end tests to reduce chance of accidental API breakage
7 years ago
Yang Gao
5c94c28d4a
Merge pull request #14367 from yang-g/cpp_generator
...
Add hooks so that code generator can inject headers to grpc.pb.h file
7 years ago
Yang Gao
86606b0b76
Merge pull request #14366 from yang-g/proto_utils
...
Trim backup slice when it is larger than needed
7 years ago
David G. Quintas
c8f572b443
Merge pull request #14170 from dgquintas/fake_resolver_dont_push_rr_reresolve2
...
Make RR re-resolve when any of its subchannels fail.
7 years ago
David Garcia Quintas
a68a11e4a0
PR comments
7 years ago
Muxi Yan
951cf48490
Merge pull request #14342 from grpc/revert-14324-revert-14042
...
Revert "Partial revert PR#14042"
7 years ago
yang-g
48cb025ec7
Add hooks so that code generator can inject headers to grpc.pb.h file
7 years ago
yang-g
89464de6f0
Trim backup slice when it is larger than needed
7 years ago
Sree Kuchibhotla
3261b2d575
Merge pull request #14351 from sreecha/bm-epollex-fix
...
Fix the server shutdown code in Fullstack_fixtures
7 years ago
adelez
e96fe895dd
Merge pull request #14358 from grpc/revert-14337-revert-14326-foundry_integration
...
Revert "Revert "Define the tests as grpc_cc_test to automatically test against all po…""
7 years ago
Jiangtao Li
fdc10b6ebd
Merge pull request #14296 from yihuazhang/FIX_ALTS_SHUTDOWN
...
Fix race condition in grpc_tsi_alts_shutdown
7 years ago
Vijay Pai
0e2d9faea1
Merge pull request #14345 from vjpai/static
...
Enforce CRTP: weaken reinterpret_cast to static_cast
7 years ago
adelez
39307d23c3
Revert "Revert "Define the tests as grpc_cc_test to automatically test against all po…""
7 years ago
Vijay Pai
b1ef84a7fd
Merge branch 'master' into gpr_review_host_port
7 years ago
Vijay Pai
e441452b6e
Weaken reintepret_cast to static_cast for Orphanable
7 years ago
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
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
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