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
adelez
7d85fcbe93
Merge pull request #13059 from adelez/new_releases
...
Add newer versions for backwards compatibility tests
7 years ago
Yang Gao
7702ba37e3
Merge pull request #13045 from yang-g/hpack_parse
...
Only allocate cached_timeout when md is interned
7 years ago
yang-g
83085aa74f
Add a microbm, seeing 195ns with current impl and 162ns with new impl
7 years ago
yang-g
e6c8f2da87
Only allocate cached_timeout when md interned
7 years ago
Matt Kwong
31738815d7
Fix brew install issue; enable MacOS test filtering
7 years ago
Vijay Pai
4b8e475642
Merge pull request #13074 from grpc/revert-13021-devel-getcpu
...
Revert "cpu_linux: Don't spam sched_getcpu failures on qemu"
7 years ago
Vijay Pai
8514a510d5
Revert "cpu_linux: Don't spam sched_getcpu failures on qemu"
7 years ago
Yash Tibrewal
c7ea15e9b7
Merge pull request #12653 from vbatts/conversion_fix
...
core: fix int conversion
7 years ago
Vijay Pai
088112fea1
Create inproc version of QPS test and add a few simple tests of this to standard testing suite.
7 years ago
Vijay Pai
ac581ee24b
Merge pull request #13072 from vjpai/inproc_fix
...
Inproc transport: fix some other-side NULL checks and uses
7 years ago
Vijay Pai
a78be30d59
Fix some other NULL checks and uses
7 years ago
Mark D. Roth
aadf9f4b84
Code review changes.
7 years ago
Adele Zhou
39cfd8d77a
update readme
7 years ago
Adele Zhou
1751af1743
Add newer versions
7 years ago
apolcyn
47413fd6d6
Merge pull request #13047 from apolcyn/fix_ruby_mem_leak_again
...
Fix call object memory leak in ruby, when call object is closed
7 years ago
Matt Kwong
33fc8ffa9d
Merge pull request #13030 from matt-kwong/kokoro-performance-vm-create
...
Add setup scripts for performance worker in Kokoro
7 years ago
Craig Tiller
dcd7e80fda
Merge pull request #12789 from ctiller/epexinf
...
EPOLLEXCLUSIVE polling engine (redux)
7 years ago
Craig Tiller
db32ed149f
Merge pull request #13048 from yashykt/disablelargemetadatabadclienttest
...
Disabling large_metadata_bad_client_test as per #11745
7 years ago
Craig Tiller
e9cb5d8da4
Merge pull request #12915 from ctiller/flow++
...
C++ize flow control
7 years ago
Craig Tiller
25b037fe9d
Fix benchmark crash
7 years ago
Craig Tiller
0950ea734c
Fix Bazel build
7 years ago
Craig Tiller
5e64d3161e
Fix compilation
7 years ago
Yash Tibrewal
af6bb8515f
Disabling large_metadata_bad_client_test as per #11745
7 years ago
Craig Tiller
f83b6ce151
Fix compilation
7 years ago
Craig Tiller
e29196b2a7
Fix bad bug
7 years ago
Craig Tiller
25d16313ee
Merge branch 'epexinf' of github.com:ctiller/grpc into epexinf
7 years ago
Craig Tiller
828aed5ea4
Fix compilation
7 years ago
Craig Tiller
96582b7f5e
Reflow to remove bool
7 years ago
Craig Tiller
e3493e5c30
Merge github.com:grpc/grpc into flow++
7 years ago
Craig Tiller
0d1150855d
Merge pull request #12903 from ctiller/pid++
...
C++ize PidController
7 years ago
Craig Tiller
d0ff8969a2
Remove dead code
7 years ago