Mehrdad Afshari
7f6d24b6c8
Merge pull request #15955 from mehrdada/backport-15954-to-v1.13.x
...
Backport #15954 (Python3.7 manylinux1 Dockerfile) to v1.13.x
6 years ago
Mehrdad Afshari
6e2d9f40e6
Merge pull request #15954 from mehrdada/revert-to-official-manylinux
...
Revert to the official manylinux1 image
6 years ago
Mehrdad Afshari
bf7186aa51
Merge pull request #15953 from mehrdada/fix-artifact-py
...
Pin cython to 0.28.3 temporarily
6 years ago
Mehrdad Afshari
f243cb6afa
Revert to the official manylinux1 image
6 years ago
Mehrdad Afshari
bd233ba18a
Revert to the official manylinux1 image
6 years ago
Mehrdad Afshari
6359ab0329
Pin cython to 0.28.3 temporarily
...
To fix Windows artifact failures.
6 years ago
Vijay Pai
bf9ff4e7e5
Merge pull request #15945 from vjpai/drop_assert
...
Drop a spurious assert, since ServerReader can SendInitialMetadata
6 years ago
Noah Eisen
7ff678c718
Merge pull request #15906 from ncteisen/channelz
...
Fix Channelz Linkage Error
6 years ago
Nathaniel Manista
7c312e3d65
Merge pull request #15845 from ghostwriternr/add_gevent_to_bazel
...
Add gevent_util.h to grpc_base_c Bazel target.
6 years ago
Jan Tattermusch
a894702454
Merge pull request #15940 from jtattermusch/add_troubleshooting
...
Add TROUBLESHOOTING.md
6 years ago
Jan Tattermusch
4eb44f3dfb
Address review comments.
6 years ago
Alexander Houben
7a7e09cf8a
Xamarin support: introduce PlatformApis.isXamarin*, working NativeMethods for Xamarin.Android, do not use System.Runtime.Loader on Android for the moment
6 years ago
Juanli Shen
86aa172d9b
Merge pull request #15919 from AspirinSJL/reorder
...
Reorder steps in ServerBuilder::BuildAndStart()
6 years ago
ncteisen
caa85b2a43
Reviewer feedback
6 years ago
ncteisen
c9c1feffca
Write ClientChannelNode in terms of client_channel
6 years ago
ncteisen
230035180f
Change pattern to have subtype do json population
6 years ago
ncteisen
afb9829819
Fix the muddled linkeage of channelz
6 years ago
David Garcia Quintas
c53f8dfbfc
Fixed ordering in adding pending picks to RR
6 years ago
Vijay Pai
c5336fcf8b
Drop a spurious assert, since ServerReader can SendInitialMetadata
6 years ago
Dan Rosart
d4c98676e3
Run clang-format
6 years ago
Jan Tattermusch
19010459a0
Mention troubleshooting guide in top level README.md
6 years ago
Jan Tattermusch
a811fd63d1
Update TROUBLESHOOTING.md
6 years ago
Jan Tattermusch
c81a4656de
Add TROUBLESHOOTING.md
6 years ago
yihuaz
252d3f3b46
Merge pull request #15909 from yihuazhang/local_channel_credentials
...
Implement local channel/server credentials
6 years ago
hcaseyal
f0375f86e9
Merge pull request #15879 from hcaseyal/client_auth_allocation
...
Remove allocation in client auth filter and use call arena instead
6 years ago
Noah Eisen
024c663312
Merge pull request #15771 from ncteisen/serialization
...
Support Per-Method Codegen Generic on Server Side
6 years ago
Dan Rosart
477a1aec5a
Don't segfault when product name from BIOS is empty
...
Somehow some Dell servers we're trying to run a gRPC client on have an empty product name in the BIOS. When gRPC tries to creadte default credentials, it checks whether it's running on GCE by strcmp()ing the contents of /sys/class/dmi/id/product_name to some magic strings. When it reads that file, it gets only a newline; in trim() it skips over the newline in both directions, and since end < start it returns nullptr. This causes a segfault in the strcmp() call. Since a machine without a product name clearly isn't GCE, change it to return false instead.
6 years ago
Vijay Pai
bca3d3a6d0
Merge pull request #15902 from Torgen/gcp_environment_port_platform
...
Include port_platform in gcp_environment tests.
6 years ago
Juanli Shen
9e77eeb0d5
Update comment
6 years ago
Yihua Zhang
e83415df72
minor fix
6 years ago
Yihua Zhang
587b40ddac
finished 2nd revision
6 years ago
Yihua Zhang
ff6c5b29c9
Merge remote-tracking branch 'upstream/master' into local_channel_credentials
6 years ago
Hope Casey-Allen
71566ffa93
Allocate on call arena in client_auth_filter
6 years ago
Noah Eisen
1115bb7b6d
Merge pull request #15859 from kerrick-lyft/kerrick-lyft-patch-1
...
Fix Bazel build instructions
6 years ago
Kerrick Staley
f44f0bc592
Merge branch 'master' into kerrick-lyft-patch-1
6 years ago
Yihua Zhang
0bcc55f6b7
finished 1st revision
6 years ago
Yihua Zhang
c5f1eda10f
implement loca credentials
6 years ago
Jan Tattermusch
6eb6c845aa
Merge pull request #15822 from jtattermusch/building_doc_polish
...
Improve BUILDING.md and CONTRIBUTING.md
7 years ago
Juanli Shen
1f965159dd
Reorder steps when starting a server
7 years ago
Srini Polavarapu
b1665f0266
Merge pull request #15917 from srini100/master
...
Add version 1.13.0 to interop matrix
7 years ago
hcaseyal
9f7e963dca
Merge pull request #15883 from hcaseyal/remove_server_auth_allocation
...
Remove allocation in server_auth_filter
7 years ago
Matt Kwong
39ab59ff36
Enable uploading UNKNOWN results for RBE
7 years ago
ncteisen
7d474811ab
Reviewer feedback
7 years ago
Jiangtao Li
7860a9418b
Merge pull request #15910 from jiangtaoli2016/extra_copy_improve
...
refactor extra-copy integrity-only protector
7 years ago
Hope Casey-Allen
f061a88a0c
Remove auth_context from call data. Use channel data auth context instead
7 years ago
Hope Casey-Allen
95554840a8
Fix macro error and clang tidy
7 years ago
Hope Casey-Allen
95800f4162
Remove allocation in server_auth_filter
7 years ago
ncteisen
a0a59537d2
s/CodegenGeneric/Raw/g
7 years ago
Srini Polavarapu
98bf1a5872
Add version 1.13.0 to interop matrix
7 years ago
jiangtaoli2016
7206c05417
refactor extra-copy integrity-only protector
7 years ago