1. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  2. 797b875 undo hotfix from #1731 by Jan Tattermusch · 9 years ago
  3. c0e3a66 temporary hotfix before #1577 is in by Jan Tattermusch · 9 years ago
  4. da71a4d add host and port overload for new channel by Jan Tattermusch · 9 years ago
  5. 03e82e2 Split address passed to AddListeningPort into host and port by Jan Tattermusch · 9 years ago
  6. 8ab1f7e added concept of ServerCallContext, that is passed to all server-side handlers by Jan Tattermusch · 9 years ago
  7. 32d95b9 remove duplicate initialize by Jan Tattermusch · 9 years ago
  8. 8c2dd9d Fixes for C# cancellation support by Jan Tattermusch · 9 years ago
  9. 618647d fixed some stylecop warnings by Jan Tattermusch · 9 years ago
  10. e5c4460 Added basic support for cancellation by Jan Tattermusch · 9 years ago
  11. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  12. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  13. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  14. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  15. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 10 years ago
  16. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed from src/csharp/GrpcCoreTests/ClientServerTest.cs]
  17. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  18. ec77624 fix typo: shutdown should be used in teardown. by Jan Tattermusch · 10 years ago
  19. 8d7ce43 formatting by Jan Tattermusch · 10 years ago
  20. 37afb9a fixing unknown method call handler on server by Jan Tattermusch · 10 years ago
  21. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 10 years ago
  22. 337a2dd migration to new C API by Jan Tattermusch · 10 years ago
  23. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  24. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 10 years ago
  25. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  26. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  27. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 10 years ago
  28. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 10 years ago
  29. 15111f5 Polishing C# math service implementation and added an in-process mathclient mathserver test by Jan Tattermusch · 10 years ago
  30. 8ce5e8b Improved the server implementation to be able to register call handlers, also some refactoring by Jan Tattermusch · 10 years ago
  31. a7608b0 Prototype of gRPC C# library (Core and API examples) by Jan Tattermusch · 10 years ago