aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core
Commit message (Collapse)AuthorAge
* Merge Python tox fix into release-0.12-to-be-merged-into-masterGravatar Jorge Canizales2015-12-07
|\
* | add ConfigureAwait(false) where neededGravatar Jan Tattermusch2015-12-07
| |
* | Merge pull request #4236 from jtattermusch/get_ready_vs2015Gravatar Nicolas Noble2015-12-03
|\ \ | | | | | | Make native nuget packages VS2015 ready
| | * introduce auth interceptor contextGravatar Jan Tattermusch2015-12-02
| | |
| * | update C# projectsGravatar Jan Tattermusch2015-12-01
| | |
* | | Merge branch 'release-0_12'Gravatar Nicolas "Pixel" Noble2015-12-01
|\ \ \ | |/ / |/| / | |/ | | | | Conflicts: src/core/security/credentials.c test/core/security/credentials_test.c
| * bump C# version to 0.12.0Gravatar Jan Tattermusch2015-11-19
| |
* | Merge pull request #4146 from jtattermusch/csharp_perf_runnersGravatar Michael Lumish2015-11-19
|\ \ | |/ |/| Provide performance workers for C#
| * Provide performance workers for C#Gravatar Jan Tattermusch2015-11-17
| |
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\|
| * add profiling supportGravatar Jan Tattermusch2015-11-02
| |
* | update C# to the new C core auth APIGravatar Jan Tattermusch2015-10-26
|/
* Polishing of C# auth APIGravatar Jan Tattermusch2015-10-12
|
* rename grpc.native.csharp_ext nuget to grpc.native.csharpGravatar Jan Tattermusch2015-10-08
|
* prevent ArgumentNullException in credentials pluginGravatar Jan Tattermusch2015-10-08
|
* introduce the new split-type credentials apiGravatar Jan Tattermusch2015-10-06
|
* Migrate C# to the new auth APIGravatar Jan Tattermusch2015-10-06
|
* implement C# wrapping for plugin APIGravatar Jan Tattermusch2015-10-06
|
* 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
|
* add roots.pem to Grpc C# nuget packageGravatar Jan Tattermusch2015-08-31
|
* check for allowed characters in metadata keyGravatar Jan Tattermusch2015-08-28
|
* error spec compliance and marshalling testsGravatar Jan Tattermusch2015-08-27
|
* make ToLower culture invariantGravatar 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
| * 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
| |
| * get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
| |
| * metadata polishingGravatar Jan Tattermusch2015-08-19
| |
| * 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
| |
* | 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
| * 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
| | * remove OperationFailedException also from the project fileGravatar Jan Tattermusch2015-08-12
| | |
| * | migrate to usable auth libraryGravatar Jan Tattermusch2015-08-12
| | |
| | * getting rid of unnecessary exception typeGravatar Jan Tattermusch2015-08-12
| |/
| * add commentsGravatar Jan Tattermusch2015-08-10
| |
| * polishing CallOptionsGravatar Jan Tattermusch2015-08-10
| |
| * fixing doc commentsGravatar Jan Tattermusch2015-08-10
| |
| * get rid of unnecessary ExceptionHelperGravatar Jan Tattermusch2015-08-10
| |
| * rename async extension methods for clarityGravatar Jan Tattermusch2015-08-10
| |