Craig Tiller
|
1ffda9f292
|
Merge branch 'fssplit' into bm_channel
|
8 years ago |
Craig Tiller
|
111db946b7
|
Add a test of creating a call on a lame channel in C++
|
8 years ago |
makdharma
|
437cc199ab
|
Merge pull request #9968 from makdharma/grpc_bazel
Use grpc_build_system.bzl in other projects
|
8 years ago |
yang-g
|
d0084c220e
|
Include x.pb.h instead of x.grpc.pb.h for message-only protos
|
8 years ago |
Michael Lumish
|
bff6be2a5d
|
Merge pull request #9962 from murgatroid99/node_no_alpn_compile
Add option to recompile Node library without ALPN support
|
8 years ago |
David Garcia Quintas
|
dcb71e0c21
|
Manual changes from upmerged modifications
|
8 years ago |
Feng Li
|
74f7da2694
|
Merge pull request #9969 from grpc/wenbozhu-patch-4
Update PROTOCOL-WEB.md
|
8 years ago |
Makarand Dharmapurikar
|
1e66fcf159
|
setting default False for use_external
|
8 years ago |
Jan Tattermusch
|
3313dc1d74
|
Merge pull request #9971 from jtattermusch/csharp_fix_healthcheck_nuget
Fix Grpc.HealthCheck and Grpc.Reflection packages
|
8 years ago |
Yang Gao
|
d62742193a
|
Merge pull request #8407 from jronak/fixtag
replaced protobuf tag
|
8 years ago |
Craig Tiller
|
055abd65fb
|
Fix linux
|
8 years ago |
Craig Tiller
|
ab314ee9a6
|
Add some pollset benchmarks
|
8 years ago |
David Garcia Quintas
|
8a0ec8866e
|
Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master
|
8 years ago |
Craig Tiller
|
656a1ab01f
|
Merge branch 'fssplit' into poll-wakeup
|
8 years ago |
Craig Tiller
|
f09ec59222
|
Fix mac build
|
8 years ago |
Craig Tiller
|
1128d462c3
|
Pollset benchmark
|
8 years ago |
Makarand Dharmapurikar
|
8c881315f7
|
Merge branch 'master' into grpc_bazel
|
8 years ago |
Craig Tiller
|
8c3eaf2f15
|
Merge pull request #9939 from ctiller/stream_owned_slice
Add a slice type that shares a refcount with a transport stream
|
8 years ago |
Michael Lumish
|
f87d9ea587
|
Merge pull request #9960 from murgatroid99/node_qps_performance_disable
Disable node_protobuf_async_unary_qps_unconstrained benchmark test
|
8 years ago |
Craig Tiller
|
0dc57ad46f
|
Move trickle to the end: it takes a while, and its less important (in the face of failures)
|
8 years ago |
Craig Tiller
|
637a275ec7
|
Merge pull request #9921 from ctiller/fastcreate
Eliminate cancellation if we never sent an op down
|
8 years ago |
Craig Tiller
|
0d8b11fe21
|
Update test list
|
8 years ago |
Craig Tiller
|
cc928d6b71
|
Cleanup
|
8 years ago |
Craig Tiller
|
52bd441b25
|
Get back trickle
|
8 years ago |
Yuchen Zeng
|
a9dbc97584
|
Merge pull request #9966 from y-zeng/static_area
Avoid using oversized frames
|
8 years ago |
Craig Tiller
|
12d22e472b
|
Further splitting
|
8 years ago |
Craig Tiller
|
3ab155e95e
|
Merge github.com:grpc/grpc into fssplit
|
8 years ago |
Craig Tiller
|
62ac65b183
|
Split bm_fullstack unary ping pong out
|
8 years ago |
Craig Tiller
|
627a59892a
|
Prep for splitting bm_fullstack
|
8 years ago |
Craig Tiller
|
e4a2419597
|
Bugfixes
|
8 years ago |
Craig Tiller
|
5e3215338f
|
Move helpers to a common place, use them everywhere
|
8 years ago |
Nathaniel Manista
|
26515ab5ba
|
Merge pull request #9967 from nathanielmanistaatgoogle/lint
Lint progress.
|
8 years ago |
Craig Tiller
|
c9bf9ba7a7
|
Merge pull request #9930 from ctiller/call_create_fixtures
Add fixtures for call creation benchmarks
|
8 years ago |
Craig Tiller
|
19e6b88af0
|
Include build env
|
8 years ago |
Jan Tattermusch
|
aa4abaa8cc
|
fix Grpc.HealthCheck and Grpc.Reflection packages
|
8 years ago |
Nathaniel Manista
|
3ec1366eb6
|
Enable unused-argument lint
|
8 years ago |
Nathaniel Manista
|
8fccf59d04
|
Enable too-many-return-statements lint
|
8 years ago |
Nathaniel Manista
|
c3038a5cb3
|
Suppress and enable too-many-locals lint
|
8 years ago |
Nathaniel Manista
|
db0f85b010
|
Configure and enable too-many-arguments lint
|
8 years ago |
Nathaniel Manista
|
18f025e0a3
|
Fix and enable super-init-not-called lint
|
8 years ago |
Yuchen Zeng
|
b19e30430d
|
Merge pull request #9953 from y-zeng/build_license
Add licenses() in BUILD files
|
8 years ago |
Yuchen Zeng
|
67951aaf5e
|
Avoid using oversized frames
|
8 years ago |
Wenbo Zhu
|
880b7981d8
|
Update PROTOCOL-WEB.md
Remove text-base64 C-T. Will revisit if we ever need support non-default (base64) encoding.
|
8 years ago |
Nathaniel Manista
|
d3d46a5385
|
Enable suppressed-message lint
|
8 years ago |
Makarand Dharmapurikar
|
9098fccf9e
|
Use grpc_build_system.bzl in other projects
Added //external to grpc deps in case where grpc_build_system.bzl is
imported in a project that is using grpc as a dependency.
|
8 years ago |
Nathaniel Manista
|
af39256c01
|
Fix and enable redefined-outer-name lint
|
8 years ago |
Nathaniel Manista
|
0ee3e3ec2d
|
Merge pull request #9866 from nathanielmanistaatgoogle/lint-fixes
Lint fixes.
|
8 years ago |
Yuchen Zeng
|
5ede0e07a7
|
Use macros instead of const variables
|
8 years ago |
Nathaniel Manista
|
b16d765c0c
|
Work toward enabling cyclic-import lint
|
8 years ago |
Nathaniel Manista
|
4531cbe937
|
Selectively suppress and enable broad-except lint
|
8 years ago |