Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|/ / | |||
| * | 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 |
| | | | | | | | | | | | | 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 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 |
|/ |