Vishal Powar
319fcdf26e
Add a script for generating C code and build rule for protobuf protos.
...
All these changes need to go together to make sense
- changes to use new version of upb in bazel
- allowing includes in build target option
- script for generating c code (upb) for protos
- generated code for example protos
- adding changes for non-bazel builds
- change sanity tests to ignore the generated files.
6 years ago
Vijay Pai
85f8e0f4b0
Merge pull request #18289 from vjpai/unimplemented_rpc
...
C++ callback API: properly handle and test unimplemented RPC method
6 years ago
Lidi Zheng
f42ad52c44
Update `--dest-dir` to `-d`
6 years ago
John Luo
33dbbb98d8
Update tools to ensure error details appear in VS
6 years ago
Lidi Zheng
64b29fba5d
An attempt to fix distrib test
6 years ago
Yang Gao
6d5a48a35a
Merge pull request #16616 from deadmoose/patch-1
...
Fix backwards logic checking for --call_creds=none
6 years ago
Soheil Hassas Yeganeh
796718ef77
Merge pull request #18352 from soheilhy/tcp-inq-dbg
...
Make the TCP_INQ log a debug entry.
6 years ago
Soheil Hassas Yeganeh
91da938053
Make the TCP_INQ log a debug entry.
...
Users reported they see a lot of these logs in their runs.
6 years ago
Jan Tattermusch
cfe021a3b3
netstandard2.0 tweaks
6 years ago
Jan Tattermusch
fac3ec2563
add netstandard2.0 target for Grpc.* packages
6 years ago
Jan Tattermusch
2db08e086c
Merge pull request #18333 from jtattermusch/csharp_sourcelink_fix
...
C#: Activate sourcelink when building nuget packages
6 years ago
Richard Belleville
b8241addc3
Merge pull request #18312 from grpc/multiprocessing-example
...
Multiprocessing Example
6 years ago
Yang Gao
5cfc1a63cd
Merge pull request #18336 from muxi/memory-issue
...
Use cached grpc ssl credential for ObjC library
6 years ago
Mark D. Roth
a89df2e275
Merge pull request #18222 from markdroth/pick_first_selected_fails_connectivity_state_fix
...
Fix state reported by pick_first when we receive a GOAWAY with a pending subchannel list.
6 years ago
Karthik Ravi Shankar
6e87a449b4
Merge pull request #18343 from grpc/revert-18220-grpc_namespace
...
Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota"
6 years ago
Mark D. Roth
c9421eeb85
Fix state reported by pick_first when we receive a GOAWAY with a pending subchannel list.
6 years ago
Muxi Yan
33ebf719a5
use cached grpc ssl credential
6 years ago
Karthik Ravi Shankar
b3889585a1
Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota"
6 years ago
Karthik Ravi Shankar
cc632f8121
Merge pull request #18220 from grpc/grpc_namespace
...
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
6 years ago
Richard Belleville
dde238cb5d
Apparently no ipv6 on kokoro
6 years ago
Richard Belleville
f3b57e35ec
Properly import protos
6 years ago
Richard Belleville
b9659d58da
Actually generate proto
6 years ago
Richard Belleville
2a50960b4c
Add copyright to BUILD file
6 years ago
Jan Tattermusch
ee500f1963
Merge pull request #17276 from jtattermusch/csharp_netcore2x
...
C# upgrade executables to netcoreapp2.1
6 years ago
Jan Tattermusch
125b54e5da
Merge pull request #18329 from jtattermusch/bump_protobuf370
...
Update protobuf dependency to v3.7.0
6 years ago
Jan Tattermusch
478377ff70
PDBs will get included automatically
6 years ago
Jan Tattermusch
c820cfc158
activate sourcelink when building packages
6 years ago
Jan Tattermusch
96fd871694
bump C# protobuf dependency
6 years ago
Jan Tattermusch
f601afae14
bump ruby google-protobuf dependency
6 years ago
Jan Tattermusch
ce22e246d7
run tools/distrib/python/make_grpcio_tools.py
6 years ago
Jan Tattermusch
b667c2f72f
regenerate ruby protos
6 years ago
Jan Tattermusch
1c6040162e
regenerate C# protos
6 years ago
Jan Tattermusch
e3c024591b
update bazel build to protobuf v3.7.0
6 years ago
Jan Tattermusch
0c8c4c6dd5
update third_party/protobuf to v3.7.0
6 years ago
Jan Tattermusch
dcb3b03971
Merge pull request #18070 from jtattermusch/aspnetcore_server
...
Add interop tests for grpc-dotnet repository
6 years ago
Vijay Pai
d3f152f79a
Merge pull request #18319 from grpc/vjpai-patch-2
...
Prevent merging if PR labeled DO NOT MERGE
6 years ago
Vijay Pai
d9f3de9d9a
Merge pull request #18003 from jadekler/add_status_codes
...
docs: enumerate status codes in statuscodes.md
6 years ago
Lidi Zheng
c9cfb2eaaf
Merge pull request #18306 from lidizheng/rf-2-strip
...
Roll forward "Strip Python wheel binary" again
6 years ago
Stanley Cheung
97a59fca3e
Merge pull request #18302 from jerrycmh/segfault
...
PHP: fixed seg fault caused by access client after it is closed
6 years ago
Jan Tattermusch
38ecd3831b
install dotnet SDK before starting Windows build
6 years ago
Jan Tattermusch
c586eea27e
adjust run_*tests.py
6 years ago
Jan Tattermusch
3291154db0
update all executables to netcoreapp2.1
6 years ago
Tyler Southard
5779e0c9af
Updated experimental README
6 years ago
Tyler Southard
b93d4842cc
Add armv7 support for Xamarin.iOS native libraries
6 years ago
Vijay Pai
9f9c03d0f5
Prevent merging if PR marked DO NOT MERGE
6 years ago
Yang Gao
c5311260fd
Merge pull request #18284 from yang-g/fuzzer
...
Fix fuzzer test
6 years ago
Juanli Shen
658d5985f8
Merge pull request #18313 from AspirinSJL/add_pss_del
...
Remove pollset_set when resetting LB policies
6 years ago
Richard Belleville
2640822c2d
Remove a statement proven wrong by science
6 years ago
Richard Belleville
4c8c8e36d2
Show some respect
6 years ago
Richard Belleville
69b5476429
Expand the readme
6 years ago