kpayson64
1bf7207852
Merge pull request #13084 from kpayson64/cq_lambda
...
CompletionQueue DoThenAsyncNext
7 years ago
Ken Payson
42bd87e376
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
7 years ago
Mark D. Roth
6c5569167d
Take ref to connected subchannel if subchannel starts in state READY.
7 years ago
Mark D. Roth
61da050693
Fix bug from merge and improve logging.
7 years ago
Mark D. Roth
b188e0e15d
Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list
7 years ago
Muxi Yan
1bda510642
Merge pull request #13094 from muxi/fix-objc-cpp-build
...
Fix objc build problem with C++ core
7 years ago
Mark D. Roth
7e08c1a606
Merge pull request #12850 from markdroth/lb_pick_error_fix
...
Return LB picks with an error upon shutdown.
7 years ago
David G. Quintas
2a141125ab
Merge pull request #13127 from dgquintas/exclude_epollex_from_lb_tests_for_now
...
Disable epollex for LB tests while failures are investigated
7 years ago
Param Reddy
8ccb83a9e2
Update comments to mention iOS also is not supported.
7 years ago
Muxi Yan
44d820ee2c
One more fix in gRPC-Core.podspec that makes Xcode compile
7 years ago
Param Reddy
819ec5069b
Android does not have getservbyport_r so use getservbyport
7 years ago
Justin Burke
80eee985f4
Merge pull request #12809 from justinburke/convert_cert_pairs
...
Expose conversion of grpc to tsi cert pairs
7 years ago
Yuchen Zeng
c01c7cbd85
Merge pull request #12219 from y-zeng/http2_connector
...
Add the endpoint used by the handshake process to connector's pollset_set
7 years ago
Juanli Shen
a5b34a502a
Merge pull request #13108 from AspirinSJL/reomve_duplicate
...
Remove duplicate message member in test
7 years ago
Noah Eisen
3a93607803
Merge pull request #13116 from ncteisen/fix-microbenchmarks
...
Fix bm_diff
7 years ago
Mark D. Roth
c2632043a3
Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fix
...
Restore pick-after-resolver-result logic from before #12297 .
7 years ago
David G. Quintas
4e23dcc8c3
Merge pull request #12720 from dgquintas/grpclb_remove_silly_assert
...
Remove wrong assert from grpclb
7 years ago
David Garcia Quintas
40b8cbec06
Disable epollex for LB tests while failures are investigated
7 years ago
ncteisen
4c9fa854f6
Add debugging prints
7 years ago
ncteisen
c296e82e11
clang fmt
7 years ago
ncteisen
9e3eedb6af
Remove old header benchmark
7 years ago
ncteisen
bbf6ed2f5b
Regenerate projects
7 years ago
ncteisen
0f088538a8
Disable trickle
7 years ago
Jan Tattermusch
1b1e8d6149
unref resource quota on windows
7 years ago
ncteisen
6bf4bcef04
Fix bm_diff
7 years ago
Yuchen Zeng
6a0874b405
Fix bm_chttp2_transport
7 years ago
Yuchen Zeng
308f065b7b
Merge pull request #13114 from y-zeng/fix_qps_client
...
Remove the redundant WaitForConnected in qps client
7 years ago
Yuchen Zeng
ca31256597
Remove redundant WaitForConnected
7 years ago
Feng Li
692bbf942c
Merge pull request #12896 from pongad/ruby-php-bin
...
make ruby proxy worker accept script location
7 years ago
Justin Burke
9b9a44e4dd
Expose conversion of grpc to tsi cert pairs
7 years ago
Juanli Shen
cbdb5174ca
Remove duplicate message member in test
7 years ago
Vizerai
ee8eb727ea
update
7 years ago
Mark D. Roth
57cdb16659
Initialize subchannel_list->pending_connectivity_state_unsafe.
7 years ago
Vizerai
19dba0277a
update
7 years ago
Mark D. Roth
d38a2e89ab
Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list
7 years ago
Mark D. Roth
48be9dedc9
Restore logic from before #12297 .
7 years ago
Vizerai
bb7d088ed2
Cleaning up census code.
7 years ago
Craig Tiller
fb222de58f
Convert epollexclusive
7 years ago
Craig Tiller
62f7b9a507
Merge github.com:grpc/grpc into lfe3
7 years ago
Craig Tiller
04f404922d
Class-ify lockfree event
7 years ago
Param Reddy
b96287a13f
Fix build for ios app using grpc as cc_library
...
For ios build, bazel build needs to be invoked with:
--ios_multi_cpu=armv7,arm64 build. This in turn gets picked as
cpu based on the docs:
--[no]experimental_enable_objc_cc_deps default: "true"
Allows objc_* rules to depend on cc_library and causes any objc dependencies to be built with --cpu set to "ios_<--ios_cpu>" for any values in --ios_multi_cpu.
This diff explicitly adds darwin config for cpu being ios_x86_64, ios_armv7,
ios_armv7s and ios_arm64. We cant use ios_cpu as condition because its set to x86_64
by default and causes linux build break.
7 years ago
Muxi Yan
ae6bca4420
Make fix objc build problem
7 years ago
apolcyn
c563b583cb
Merge pull request #13031 from apolcyn/fix_connectivity_state_data_race
...
Fix data race in watch connectivity state callback
7 years ago
Adele Zhou
0c4e14f0d4
Do not reuse job_specs now that we incorporate release info in the shortname
7 years ago
Craig Tiller
5f818c58cf
Merge pull request #13086 from ctiller/do-what-the-hell-i-ask
...
Ensure that we respect requested channel args in all cases
7 years ago
David Garcia Quintas
2b217d41c4
clang-format
7 years ago
David Garcia Quintas
8db6f9b16b
Removed wrong assert from grpclb
7 years ago
Craig Tiller
8c96701cf5
Ensure that we respect requested channel args in all cases
7 years ago
Matt Kwong
d391a7bad6
Merge pull request #13076 from matt-kwong/mac-filter-fix
...
Fix brew install issue; enable MacOS test filtering
7 years ago
Vijay Pai
25d2466a22
Merge pull request #12362 from vjpai/inproc_qps
...
QPS test that uses inproc transport
7 years ago