Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | adapt C# to the new server shutdown API | Jan Tattermusch | 2015-05-29 | |
| | | ||||
| * | fixes to Grpc nuget package | Jan Tattermusch | 2015-05-29 | |
| | | ||||
| * | Merge pull request #1784 from jtattermusch/update_nuspec | Michael Lumish | 2015-05-29 | |
| |\ | | | | | | | update nuspec files | |||
| * | | Minor improvements to C# readme | Jan Tattermusch | 2015-05-28 | |
|/ / | ||||
| * | update nuspec files | Jan Tattermusch | 2015-05-28 | |
|/ | ||||
* | update C# readme | Jan Tattermusch | 2015-05-21 | |
| | ||||
* | Add generated documentation to nuget packages | Jan Tattermusch | 2015-05-21 | |
| | ||||
* | added support for building Symbol packages | Jan Tattermusch | 2015-05-21 | |
| | ||||
* | implemented disposal logic for calls | Jan Tattermusch | 2015-05-20 | |
| | ||||
* | changed tests and examples to use "using" for IDisposable calls | Jan Tattermusch | 2015-05-20 | |
| | ||||
* | make call object implement IDisposable | Jan Tattermusch | 2015-05-20 | |
| | ||||
* | remove unused example | Jan Tattermusch | 2015-05-20 | |
| | ||||
* | make naming of async write methods clearer (by adding Async suffix) | Jan Tattermusch | 2015-05-20 | |
| | ||||
* | Merge pull request #1646 from jtattermusch/csharp_api_fixes | Tim Emiola | 2015-05-20 | |
|\ | | | | | Incorporate feedback from API review: Use IAsyncEnumerator to represent async read stream | |||
| * | Make IAsyncReadStream use IAsyncEnumerator from Ix-Async | Jan Tattermusch | 2015-05-20 | |
| | | ||||
* | | regenerate service stubs | Jan Tattermusch | 2015-05-20 | |
|/ | ||||
* | Merge pull request #1630 from jtattermusch/nuget_adjustments | Tim Emiola | 2015-05-18 | |
|\ | | | | | NuGet packaging adjustments | |||
| * | 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 | |
|\ | | | | | C Core API cleanup. | |||
* \ | Merge pull request #1562 from jtattermusch/fix_csharp_interop | Michael Lumish | 2015-05-12 | |
|\ \ | | | | | | | Fix C# interop tests | |||
| * | | 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 | |
|\| | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup | Jan Tattermusch | 2015-05-08 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: src/csharp/Grpc.Examples/MathGrpc.cs | |||
| | | * | 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 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc | |||
* | | | | | 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 | |
|/ / |