aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* enable cloud_to_cloud tests with servers in a separate containerGravatar Jan Tattermusch2015-09-28
|
* Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
|\ | | | | Release 0.11 to master upmerge.
* | Drop issue 527 TODOs for interop specificationGravatar Nathaniel Manista2015-09-23
| | | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md.
| * bump version of C# to 0.7.1Gravatar Jan Tattermusch2015-09-22
| |
| * plain log message should not be treated as format stringGravatar Jan Tattermusch2015-09-17
| |
| * Don't do .Wait() in async context.Gravatar Jan Tattermusch2015-09-16
| | | | | | Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347.
* | Type sign fix for C#Gravatar David Garcia Quintas2015-09-12
|/
* use service account credentials for per RPC testGravatar Jan Tattermusch2015-09-04
|
* ugly fix of per_rpc_creds testGravatar Jan Tattermusch2015-09-03
|
* update the interop tests based on specGravatar Jan Tattermusch2015-09-03
|
* fix C# nuget package buildingGravatar Jan Tattermusch2015-09-02
|
* add roots.pem to Grpc C# nuget packageGravatar Jan Tattermusch2015-08-31
|
* Merge pull request #3137 from grpc/jtattermusch-patch-2Gravatar Tim Emiola2015-08-28
|\ | | | | Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem
| * Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' ↵Gravatar Jan Tattermusch2015-08-28
| | | | | | | | problem.
* | check for allowed characters in metadata keyGravatar Jan Tattermusch2015-08-28
|/
* error spec compliance and marshalling testsGravatar Jan Tattermusch2015-08-27
|
* Merge pull request #3106 from jtattermusch/culture_invariantGravatar Stanley Cheung2015-08-27
|\ | | | | make ToLower culture invariant
* | replace all grpc-common occurances with examplesGravatar Stanley Cheung2015-08-27
| |
| * make ToLower culture invariantGravatar Jan Tattermusch2015-08-27
| |
* | Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
|\ \ | |/ |/| First draft at addressing #1799 for grpc_security.
* | switch C# projects to Google.Protobuf 3.0.0-alpha4 packageGravatar Jan Tattermusch2015-08-27
| |
* | upgrade third_party/protobufs to 3.0.0-beta-1Gravatar Jan Tattermusch2015-08-27
| |
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-26
|\ \ | | | | | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs
| | * Adding void* at then end of security related method in order to have a ↵Gravatar Julien Boeuf2015-08-25
| |/ | | | | | | stable ABI.
| * polishing public docsGravatar Jan Tattermusch2015-08-24
| |
| * make unneeded API internal-only, update docsGravatar Jan Tattermusch2015-08-24
| |
| * revert AssemblyInfo.csGravatar Jan Tattermusch2015-08-21
| |
| * fix stylecop issuesGravatar Jan Tattermusch2015-08-21
| |
| * support for reading response headers on client sideGravatar Jan Tattermusch2015-08-21
| |
| * simplify stream reads on client sideGravatar Jan Tattermusch2015-08-21
| |
| * reading of response headers for unary response callsGravatar Jan Tattermusch2015-08-21
| |
| * introduce INativeCall interface to simplify testingGravatar Jan Tattermusch2015-08-21
| |
| * implement timeout_on_sleeping_server interop testGravatar Jan Tattermusch2015-08-20
| |
| * get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
| |
| * improving the testsGravatar Jan Tattermusch2015-08-19
| |
| * metadata polishingGravatar Jan Tattermusch2015-08-19
| |
| * Merge pull request #2964 from jtattermusch/refactor_auth_interceptorsGravatar Michael Lumish2015-08-19
| |\ | | | | | | Refactor auth interceptors
| | * add method info to auth interceptorGravatar Jan Tattermusch2015-08-18
| | |
| | * fix commentGravatar Jan Tattermusch2015-08-18
| | |
| | * refactor auth interceptorsGravatar Jan Tattermusch2015-08-18
| | |
| | * forgot to expose status and trailers for unary callGravatar Jan Tattermusch2015-08-18
| | |
| * | Sprinkle reserved = NULL aroundGravatar Craig Tiller2015-08-18
| |/
| * Fix version of Google.Apis.Auth required by Grpc.Auth nuget.Gravatar Jan Tattermusch2015-08-14
| |
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-14
|\|
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj src/csharp/Grpc.IntegrationTesting/InteropClient.cs src/csharp/Grpc.IntegrationTesting/packages.config src/csharp/build_packages.bat
| | * Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | |\ | | |/ | |/| | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/client/client_context.cc
* | | upgrade to latest protobufsGravatar Jan Tattermusch2015-08-13
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | |\ | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_channel.c
| * | | generate auth URI for JWT access token properlyGravatar Jan Tattermusch2015-08-12
| | |/ | |/|
| * | Merge pull request #2900 from jtattermusch/csharp_exceptionsGravatar Jan Tattermusch2015-08-12
| |\ \ | | | | | | | | Getting rid of unnecessary exception type