aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core
Commit message (Collapse)AuthorAge
...
| * 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
| |
| * fix preconditions classGravatar Jan Tattermusch2015-08-10
| |
| * Merge pull request #2867 from jtattermusch/csharp_sandcastleGravatar Tim Emiola2015-08-10
| |\ | | | | | | Added Sandcastle project to generate C# docs
| * \ Merge pull request #2873 from jtattermusch/expose_version_stringGravatar Jan Tattermusch2015-08-10
| |\ \ | | | | | | | | expose C core version string to C#
| * \ \ Merge pull request #2864 from jtattermusch/0.10-upportGravatar Nicolas Noble2015-08-10
| |\ \ \ | | | | | | | | | | Upporting from 0.10 branch.
| | | * | fix method signature and add testGravatar Jan Tattermusch2015-08-10
| | | | |
| | | * | expose C core version string to C#Gravatar Jan Tattermusch2015-08-09
| | | | |
| | | | * added sandcastle project to generate docsGravatar Jan Tattermusch2015-08-09
| | | |/
| * | | added testsGravatar Jan Tattermusch2015-08-08
| | | |
| * | | context propagation APIGravatar Jan Tattermusch2015-08-08
| | | |
* | | | setup build packages to build preview versionGravatar Jan Tattermusch2015-08-08
| |_|/ |/| |
| * | make intializer for metadata even nicerGravatar Jan Tattermusch2015-08-08
| | |
| * | fixed writeOptions and added testGravatar Jan Tattermusch2015-08-07
| | |
| * | added ResponseHeadersTest, fixed stylecop issuesGravatar Jan Tattermusch2015-08-07
| | |
| * | implemented sending initial metadataGravatar Jan Tattermusch2015-08-07
| | |
| * | added WriteOptions support and enabled NoCompress flag to be used for all writesGravatar Jan Tattermusch2015-08-07
|/ /
* | renamed CallContext to CallOptionsGravatar Jan Tattermusch2015-08-05
| |
* | update generatorGravatar Jan Tattermusch2015-08-05
| |
* | refactoring client side callsGravatar Jan Tattermusch2015-08-05
| |
* | regenerated codeGravatar Jan Tattermusch2015-08-05
| |
* | add servicename field to methodGravatar Jan Tattermusch2015-08-05
| |
* | refactoring AsyncCallGravatar Jan Tattermusch2015-08-05
| |
* | introduce CallContextGravatar Jan Tattermusch2015-08-05
| |
* | changed the way ports are added to the serverGravatar Jan Tattermusch2015-08-04
| |
* | changed way service definitions are added to the serverGravatar Jan Tattermusch2015-08-04
| |
* | remove the ImmutableCollections dependencyGravatar Jan Tattermusch2015-08-04
| |
* | enable forcing client authGravatar Jan Tattermusch2015-08-04
| |
* | add DefaultAuthority constant to channel optionsGravatar Jan Tattermusch2015-08-04
| |
* | expose Channel.Target propertyGravatar Jan Tattermusch2015-08-04
| |
* | use NULL for default host in grpc_channel_call_createGravatar Jan Tattermusch2015-08-04
| |
* | Added channel state APIGravatar Jan Tattermusch2015-08-04
| |
| * bump C# version to 0.6.1 and core version to 0.10.1Gravatar Jan Tattermusch2015-07-31
|/ | | | | Conflicts: src/csharp/Grpc.Core/Version.cs