aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
...
* add newline at eofGravatar Jan Tattermusch2015-05-14
|
* added build script and script for building nuget packagesGravatar Jan Tattermusch2015-05-14
|
* update nuspec filesGravatar Jan Tattermusch2015-05-14
|
* fix gitignore filesGravatar Jan Tattermusch2015-05-14
|
* remove experimental only disclaimerGravatar Jan Tattermusch2015-05-14
|
* fixing nitsGravatar Jan Tattermusch2015-05-14
|
* updated Grpc.Core.nuspecGravatar Jan Tattermusch2015-05-14
|
* bump version of gRPC C# assembliesGravatar Jan Tattermusch2015-05-14
|
* Merge pull request #1472 from ctiller/bye-bye-completion-queue-pieGravatar Yang Gao2015-05-13
|\ | | | | C Core API cleanup.
* \ Merge pull request #1562 from jtattermusch/fix_csharp_interopGravatar Michael Lumish2015-05-12
|\ \ | | | | | | Fix C# interop tests
| * | Make sure full method name starts with slashGravatar Jan Tattermusch2015-05-12
| | |
| | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
| | |\ | |_|/ |/| |
| | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
| | |\ | | |/ | |/|
* | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
|\| | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| * | Merge branch 'master' of github.com:grpc/grpc into csharp_cleanupGravatar Jan Tattermusch2015-05-08
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/csharp/Grpc.Examples/MathGrpc.cs
| | | * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
| | | |\
* | | | \ Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc
* | | | | Port C# to new APIGravatar Craig Tiller2015-05-08
| | | | |
| | * | | get rid of dependencies on some unneeded nuget packagesGravatar Jan Tattermusch2015-05-07
| | | | |
| | * | | get rid of unneeded dependency on Mono.SecurityGravatar Jan Tattermusch2015-05-07
| |/ / /
| | * | add newline at EOFGravatar Jan Tattermusch2015-05-07
| | | |
| | * | add newline to the end of generated filesGravatar Jan Tattermusch2015-05-07
| | | |
| | * | added script to regenerate gRPC C# stubsGravatar Jan Tattermusch2015-05-07
| | | |
| | * | Replace handwritten math stub by the generated oneGravatar Jan Tattermusch2015-05-07
| | | |
| | * | Replace handwritten testService stub by the generated oneGravatar Jan Tattermusch2015-05-07
| | | |
| | * | added csharp generator pluginGravatar Jan Tattermusch2015-05-07
| |/ /
| * | Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
| | |
| * | added concept of ServerCallContext, that is passed to all server-side handlersGravatar Jan Tattermusch2015-05-07
| | |
| * | add a generic constraint for TRequest and TResponse to require a classGravatar Jan Tattermusch2015-05-07
| | |
| * | change todo commentGravatar Jan Tattermusch2015-05-07
|/ /
| * Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-06
| |\ | |/ |/|
| * C# fixes for #1472 core API cleanupGravatar Jan Tattermusch2015-05-04
| |
* | stylecop fixesGravatar Jan Tattermusch2015-05-04
| |
* | remove duplicate initializeGravatar Jan Tattermusch2015-05-04
| |
* | Fixes for C# cancellation supportGravatar Jan Tattermusch2015-05-04
| |
| * C Core API cleanup.Gravatar Craig Tiller2015-05-04
| | | | | | | | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
* | added stats with number of active native calls, useful for debuggingGravatar Jan Tattermusch2015-05-04
| |
* | fixed some stylecop warningsGravatar Jan Tattermusch2015-05-04
| |
* | Added basic support for cancellationGravatar Jan Tattermusch2015-05-04
| |
* | A new version C# API based on async/awaitGravatar Jan Tattermusch2015-05-04
|/
* remove unused function from grpc_csharp_extGravatar Jan Tattermusch2015-05-01
|
* Fix assertion for compute_engine_credsGravatar Jan Tattermusch2015-04-27
|
* attempt to support compute_engine_creds interop testGravatar Jan Tattermusch2015-04-27
|
* Make RpcException errors more informativeGravatar Jan Tattermusch2015-04-27
|
* logic for refreshing access tokenGravatar Jan Tattermusch2015-04-27
|
* style fixesGravatar Jan Tattermusch2015-04-27
|
* First attempt to add service account creds interop testGravatar Jan Tattermusch2015-04-27
|
* Added Grpc.Auth projectGravatar Jan Tattermusch2015-04-27
|
* added dependency on Google.Apis.Auth packageGravatar Jan Tattermusch2015-04-27
|
* Merge pull request #1358 from jtattermusch/csharp_server_improvementsGravatar Tim Emiola2015-04-24
|\ | | | | Improving C# server