| Commit message (Expand) | Author | Age |
* | Merge pull request #1630 from jtattermusch/nuget_adjustments | Tim Emiola | 2015-05-18 |
|\ |
|
| * | some nuget packaging adjustments | Jan Tattermusch | 2015-05-15 |
| * | generate MathServer.exe instead of Grpc.Examples.MathServer | Jan Tattermusch | 2015-05-15 |
* | | update readme for c# | Jan Tattermusch | 2015-05-15 |
|/ |
|
* | add newline at eof | Jan Tattermusch | 2015-05-14 |
* | added build script and script for building nuget packages | Jan Tattermusch | 2015-05-14 |
* | update nuspec files | Jan Tattermusch | 2015-05-14 |
* | fix gitignore files | Jan Tattermusch | 2015-05-14 |
* | remove experimental only disclaimer | Jan Tattermusch | 2015-05-14 |
* | fixing nits | Jan Tattermusch | 2015-05-14 |
* | updated Grpc.Core.nuspec | Jan Tattermusch | 2015-05-14 |
* | bump version of gRPC C# assemblies | Jan Tattermusch | 2015-05-14 |
* | Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie | Yang Gao | 2015-05-13 |
|\ |
|
* \ | Merge pull request #1562 from jtattermusch/fix_csharp_interop | Michael Lumish | 2015-05-12 |
|\ \ |
|
| * | | Make sure full method name starts with slash | Jan Tattermusch | 2015-05-12 |
| | * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-12 |
| | |\
| |_|/
|/| | |
|
| | * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-08 |
| | |\
| | |/
| |/| |
|
* | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
|\| | |
|
| * | | Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup | Jan Tattermusch | 2015-05-08 |
| |\ \ |
|
| | | * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-08 |
| | | |\ |
|
* | | | \ | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
* | | | | | Port C# to new API | Craig Tiller | 2015-05-08 |
| | * | | | get rid of dependencies on some unneeded nuget packages | Jan Tattermusch | 2015-05-07 |
| | * | | | get rid of unneeded dependency on Mono.Security | Jan Tattermusch | 2015-05-07 |
| |/ / / |
|
| | * | | add newline at EOF | Jan Tattermusch | 2015-05-07 |
| | * | | add newline to the end of generated files | Jan Tattermusch | 2015-05-07 |
| | * | | added script to regenerate gRPC C# stubs | Jan Tattermusch | 2015-05-07 |
| | * | | Replace handwritten math stub by the generated one | Jan Tattermusch | 2015-05-07 |
| | * | | Replace handwritten testService stub by the generated one | Jan Tattermusch | 2015-05-07 |
| | * | | added csharp generator plugin | Jan Tattermusch | 2015-05-07 |
| |/ / |
|
| * | | Split address passed to AddListeningPort into host and port | Jan Tattermusch | 2015-05-07 |
| * | | added concept of ServerCallContext, that is passed to all server-side handlers | Jan Tattermusch | 2015-05-07 |
| * | | add a generic constraint for TRequest and TResponse to require a class | Jan Tattermusch | 2015-05-07 |
| * | | change todo comment | Jan Tattermusch | 2015-05-07 |
|/ / |
|
| * | Merge github.com:grpc/grpc into bye-bye-completion-queue-pie | Craig Tiller | 2015-05-06 |
| |\
| |/
|/| |
|
| * | C# fixes for #1472 core API cleanup | Jan Tattermusch | 2015-05-04 |
* | | stylecop fixes | Jan Tattermusch | 2015-05-04 |
* | | remove duplicate initialize | Jan Tattermusch | 2015-05-04 |
* | | Fixes for C# cancellation support | Jan Tattermusch | 2015-05-04 |
| * | C Core API cleanup. | Craig Tiller | 2015-05-04 |
* | | added stats with number of active native calls, useful for debugging | Jan Tattermusch | 2015-05-04 |
* | | fixed some stylecop warnings | Jan Tattermusch | 2015-05-04 |
* | | Added basic support for cancellation | Jan Tattermusch | 2015-05-04 |
* | | A new version C# API based on async/await | Jan Tattermusch | 2015-05-04 |
|/ |
|
* | remove unused function from grpc_csharp_ext | Jan Tattermusch | 2015-05-01 |
* | Fix assertion for compute_engine_creds | Jan Tattermusch | 2015-04-27 |
* | attempt to support compute_engine_creds interop test | Jan Tattermusch | 2015-04-27 |
* | Make RpcException errors more informative | Jan Tattermusch | 2015-04-27 |
* | logic for refreshing access token | Jan Tattermusch | 2015-04-27 |
* | style fixes | Jan Tattermusch | 2015-04-27 |