Jan Tattermusch
|
f213ccd454
|
Merge pull request #23358 from jtattermusch/cleanup_grpc_tools
unify Grpc.Tools projects with other csproj projects
|
2020-07-09 13:44:46 +02:00 |
matthewstevenson88
|
c1e07d8308
|
Merge pull request #23165 from matthewstevenson88/matt-tls13
Enable TLS 1.3 in the C-core and all wrapped languages.
|
2020-07-01 07:56:18 -07:00 |
Jan Tattermusch
|
88cd5b0881
|
Merge pull request #22869 from Falco20019/grpc-fix-collisions
Avoid collisions in cs files generated by Grpc.Tools
|
2020-07-01 13:41:18 +02:00 |
Jan Tattermusch
|
2253b82fcc
|
unify Grpc.Tools projects with other csproj projects
|
2020-06-30 08:30:29 +02:00 |
Matthew Stevenson
|
6822dd1d1e
|
Merge remote-tracking branch 'upstream/master' into matt-tls13
|
2020-06-24 13:29:45 -07:00 |
Jan Tattermusch
|
a3eaeb6eac
|
Merge pull request #21616 from amanda-tarafa/token-with-extra-info
[csharp] Grpc.Auth supports Google.Apis.Auth.ITokenAccessWithHeaders
|
2020-06-24 13:19:00 +02:00 |
Benjamin Krämer
|
91e44c21bc
|
Fix whitespaces
|
2020-06-23 09:22:32 +02:00 |
Jan Tattermusch
|
89be9c27f1
|
Merge pull request #23220 from chalin/chalin-docs-fix-grpc-io-links-200616
Docs: fix links to grpc.io quick start, tutorial and other pages
|
2020-06-22 14:11:53 +01:00 |
Matthew Stevenson
|
df6f8c0729
|
Merge remote-tracking branch 'upstream/master' into matt-tls13
|
2020-06-18 11:37:03 -07:00 |
Amanda Tarafa Mas
|
7b9ee30caa
|
Support for ITokenAccessWithHeaders
|
2020-06-16 15:36:32 +01:00 |
Amanda Tarafa Mas
|
bd9cd82621
|
Updates Google.Apis.Auth dependency from v1.21.0 to 1.46.0.
|
2020-06-16 15:36:13 +01:00 |
Patrice Chalin
|
5ac3aa789f
|
Docs: fix links to grpc.io tutorial pages
|
2020-06-16 08:47:24 -04:00 |
Kraemer, Benjamin
|
e165a33048
|
Add support for Protobuf_ProtoRoot
|
2020-06-16 14:13:44 +02:00 |
Kraemer, Benjamin
|
446f72d7a3
|
Bring closer to master
|
2020-06-16 12:31:32 +02:00 |
Kraemer, Benjamin
|
d0c7eac97b
|
Readded InteropServices
Needed #if NETCORE
|
2020-06-16 12:10:28 +02:00 |
Kraemer, Benjamin
|
861cdf3d01
|
Reverted whitespace changes
|
2020-06-16 12:10:28 +02:00 |
Kraemer, Benjamin
|
18b4dd6562
|
Removed unused usings
|
2020-06-16 12:10:27 +02:00 |
Kraemer, Benjamin
|
5494c54cee
|
Use same logic in csharp as in cpp
|
2020-06-16 12:10:27 +02:00 |
Kraemer, Benjamin
|
906ce37a35
|
Improved folder generation
|
2020-06-16 11:59:58 +02:00 |
Kraemer, Benjamin
|
6bcc37b07c
|
Reverted GetDepFilenameForProto
Otherwise it creates conflicts with non-standard $(Protobuf_DepFilesPath)
|
2020-06-16 11:59:58 +02:00 |
Kraemer, Benjamin
|
da4fe1e051
|
Updated unit tests
|
2020-06-16 11:59:58 +02:00 |
Kraemer, Benjamin
|
31cd1000b2
|
Create generated directories
|
2020-06-16 11:59:58 +02:00 |
Kraemer, Benjamin
|
47ec56beb4
|
Avoid collisions in cs files generated by Grpc.Tools
|
2020-06-16 11:59:57 +02:00 |
Jan Tattermusch
|
005dbafe66
|
fix mac tests on kokoro workers
|
2020-06-16 09:58:56 +02:00 |
Jan Tattermusch
|
47ae4cd5d9
|
move Mono msbuild test hack to C# code
|
2020-06-10 11:49:42 -04:00 |
Jan Tattermusch
|
b19f287144
|
use Microsoft.NETFramework.ReferenceAssemblies for Grpc.Tools
|
2020-06-10 07:03:53 -04:00 |
Matthew Stevenson
|
a575049c03
|
Changes needed to enable TLS 1.3.
|
2020-06-08 18:56:15 -07:00 |
Srini Polavarapu
|
057091fe1f
|
Regenerate projects
|
2020-06-05 13:54:32 -07:00 |
Jan Tattermusch
|
35dc47a1c3
|
fix error "passing 'const char *' to parameter of type 'void *' discards qualifiers"
|
2020-06-05 15:08:01 +02:00 |
Jan Tattermusch
|
4c303a387e
|
Revert "Revert "C# expose C-core's debug error string in Status struct""
This reverts commit 7c30f0c956.
|
2020-06-05 14:59:52 +02:00 |
Jan Tattermusch
|
900699ce27
|
Merge pull request #22895 from Falco20019/grpc-tools-fix-cpp-cleanup
Fix C++ cleanup in Grpc.Tools
|
2020-06-05 14:54:15 +02:00 |
Jan Tattermusch
|
7c30f0c956
|
Revert "C# expose C-core's debug error string in Status struct"
|
2020-06-04 18:14:53 +02:00 |
Jan Tattermusch
|
10dd24dcb9
|
Merge pull request #22891 from jtattermusch/csharp_expose_debug_string
C# expose C-core's debug error string in Status struct
|
2020-06-04 12:06:41 +02:00 |
Jan Tattermusch
|
2ca781f5a1
|
address review feedback
|
2020-06-03 18:39:44 +02:00 |
Jan Tattermusch
|
72c92813a8
|
alternative API: expose debug error in form of an exception
|
2020-06-02 21:29:32 +02:00 |
Stanley Cheung
|
6f72faa74b
|
Update to protobuf 3.12.2
|
2020-05-29 13:50:27 -07:00 |
Stanley Cheung
|
eccbac3443
|
Update grpc protoc plugins to support proto3 optional
|
2020-05-29 13:50:18 -07:00 |
Karthik Ravi Shankar
|
063704ebad
|
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
|
2020-05-29 11:21:24 -07:00 |
Stanley Cheung
|
f70ebf85a6
|
Update to protobuf 3.12.2
|
2020-05-27 18:30:12 -07:00 |
Stanley Cheung
|
dc9b100865
|
Update grpc protoc plugins to support proto3 optional
|
2020-05-27 18:30:12 -07:00 |
Kraemer, Benjamin
|
d8e5237fd2
|
_Protobuf_SelectFiles depends on _Protobuf_SetProtoRoot
|
2020-05-27 09:21:00 +02:00 |
Jan Tattermusch
|
be153dcb71
|
Merge pull request #22989 from jtattermusch/upgrade_sourcelink
C# upgrade sourcelink
|
2020-05-26 20:01:41 +02:00 |
Kraemer, Benjamin
|
aae5e4c236
|
Use intermediate group Protobuf_Rooted
|
2020-05-25 08:28:21 +02:00 |
Jan Tattermusch
|
078d47aada
|
upgrade sourcelink
|
2020-05-19 09:51:32 +02:00 |
Jan Tattermusch
|
83dd71dfe5
|
Merge pull request #22704 from jtattermusch/csharp_xds_interop
C# XDS interop client
|
2020-05-19 09:14:49 +02:00 |
Jan Tattermusch
|
163fcfa0f3
|
Merge pull request #22896 from Falco20019/grpc-tools-fix-env-variables
Fix properties in Grpc.Tools
|
2020-05-15 19:36:31 +02:00 |
Jan Tattermusch
|
cd8ea5fe45
|
hit target qps with more precision
|
2020-05-15 11:03:30 +02:00 |
Jan Tattermusch
|
ad7c94c944
|
Merge pull request #22113 from uecasm/fix-cpp-tools-paths
Grpc.Tools: Fix cpp paths in tools to match actual codegen.
|
2020-05-15 10:50:01 +02:00 |
Jan Tattermusch
|
860d6e5e26
|
improve asserts
|
2020-05-14 09:27:43 +02:00 |
Jan Tattermusch
|
fa99395610
|
csharp debug error string improvements
|
2020-05-13 12:39:47 +02:00 |