1. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  2. d367748 Stop using native callbacks for C# by Jan Tattermusch · 9 years ago
  3. 12f809f Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  4. 1215c33 C# fixes for #1472 core API cleanup by Jan Tattermusch · 9 years ago
  5. 1b54fcf added stats with number of active native calls, useful for debugging by Jan Tattermusch · 9 years ago
  6. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  7. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  8. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  9. a29d0f3 Split async call into server and client classes sharing the same base. by Jan Tattermusch · 9 years ago
  10. 4788e78 fixed server streaming by Jan Tattermusch · 9 years ago
  11. 0e1f527 fix to make empty_stream pass against C++ server by Jan Tattermusch · 9 years ago
  12. 4d70326 Fix exception unwrapping for unary call by Jan Tattermusch · 9 years ago
  13. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 10 years ago
  14. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed from src/csharp/GrpcCore/Internal/AsyncCall.cs]
  15. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  16. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 10 years ago
  17. 337a2dd migration to new C API by Jan Tattermusch · 10 years ago
  18. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  19. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  20. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  21. 8ce5e8b Improved the server implementation to be able to register call handlers, also some refactoring by Jan Tattermusch · 10 years ago
  22. a7608b0 Prototype of gRPC C# library (Core and API examples) by Jan Tattermusch · 10 years ago