1. e5c9b80 renaming stub to client and refactoring metadata class by Jan Tattermusch · 9 years ago
  2. a580070 introduce Version.cs as single source of truth of gRPC C# version by Jan Tattermusch · 9 years ago
  3. 48f7ed4 pick up nuget package version from cmdline param and fix nuget build by Jan Tattermusch · 9 years ago
  4. 71762f8 use System.Collections.Immutable instead of Microsoft.Bcl.Immutable by Jan Tattermusch · 9 years ago
  5. 2ddb5a6 revamp of c# channel options by Jan Tattermusch · 9 years ago
  6. d367748 Stop using native callbacks for C# by Jan Tattermusch · 9 years ago
  7. 5f0c4da Add generated documentation to nuget packages by Jan Tattermusch · 9 years ago
  8. 7ca6179 Make IAsyncReadStream use IAsyncEnumerator from Ix-Async by Jan Tattermusch · 9 years ago
  9. 8ab1f7e added concept of ServerCallContext, that is passed to all server-side handlers by Jan Tattermusch · 9 years ago
  10. 1b54fcf added stats with number of active native calls, useful for debugging by Jan Tattermusch · 9 years ago
  11. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  12. dca6e88 First attempt to add service account creds interop test by Jan Tattermusch · 9 years ago
  13. 17c92b3 Spec for Grpc.Core nuget package that works by Jan Tattermusch · 9 years ago
  14. 547ecfd Grpc.Core managed project now depends on native nuget packages with openssl and zlib by Jan Tattermusch · 9 years ago
  15. 63fd04e changed path to grpc_csharp_ext.dll by Jan Tattermusch · 9 years ago
  16. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  17. 286975f Started using immutable collections and other code cleanup by Jan Tattermusch · 9 years ago
  18. b0829eb C# server side TLS support by Jan Tattermusch · 9 years ago
  19. a29d0f3 Split async call into server and client classes sharing the same base. by Jan Tattermusch · 9 years ago
  20. 1532923 client side support for TLS by Jan Tattermusch · 9 years ago
  21. bd3df5f fix conditional inclusion of grpc_csharp_ext.dll by Jan Tattermusch · 9 years ago
  22. 503bbac added C# interop server by Jan Tattermusch · 9 years ago
  23. b17b00b Fix to make the conditional include under Windows by Jan Tattermusch · 9 years ago
  24. 5ffb4c3 Include grpc_csharp_ext.dll only under Windows by Jan Tattermusch · 9 years ago
  25. abf2202 grpc_csharp_ext.dll added to the project to force automatic copying to the output dir by Jan Tattermusch · 9 years ago
  26. 5339814 Added ability for c# to redirect C core logs to arbitrary sink by Jan Tattermusch · 9 years ago
  27. 4d70326 Fix exception unwrapping for unary call by Jan Tattermusch · 9 years ago
  28. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 10 years ago
  29. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed (96%) from src/csharp/GrpcCore/GrpcCore.csproj]
  30. a96afb0 renaming file name to match class name by Jan Tattermusch · 10 years ago
  31. 337a2dd migration to new C API by Jan Tattermusch · 10 years ago
  32. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 10 years ago
  33. d233d3a added some more interop tests by Jan Tattermusch · 10 years ago
  34. 15111f5 Polishing C# math service implementation and added an in-process mathclient mathserver test by Jan Tattermusch · 10 years ago
  35. 8ce5e8b Improved the server implementation to be able to register call handlers, also some refactoring by Jan Tattermusch · 10 years ago
  36. a7608b0 Prototype of gRPC C# library (Core and API examples) by Jan Tattermusch · 10 years ago