1. 08e1f75 fix typo by Jan Tattermusch · 8 years ago
  2. 13d1abf improve unary call response handler by Jan Tattermusch · 8 years ago
  3. 153c32a allow halfclose after close on clients by Jan Tattermusch · 8 years ago
  4. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  5. 7a3ee6a rename Preconditions to GrpcPreconditions by Jan Tattermusch · 9 years ago
  6. 3c1720c Updated copyrights... by David Garcia Quintas · 9 years ago
  7. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 9 years ago
  8. 452ca9b add profiling support by Jan Tattermusch · 9 years ago
  9. 74f39e1 Migrate C# to the new auth API by Jan Tattermusch · 9 years ago
  10. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  11. dca145b fix stylecop issues by Jan Tattermusch · 9 years ago
  12. 4c25efa support for reading response headers on client side by Jan Tattermusch · 9 years ago
  13. 3af838a simplify stream reads on client side by Jan Tattermusch · 9 years ago
  14. fb34a99 reading of response headers for unary response calls by Jan Tattermusch · 9 years ago
  15. ea02eb6 introduce INativeCall interface to simplify testing by Jan Tattermusch · 9 years ago
  16. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  17. 9698b5b polishing CallOptions by Jan Tattermusch · 9 years ago
  18. 3e94197 get rid of unnecessary ExceptionHelper by Jan Tattermusch · 9 years ago
  19. 392fae2 context propagation API by Jan Tattermusch · 9 years ago
  20. 5321d49 fixed writeOptions and added test by Jan Tattermusch · 9 years ago
  21. c75c57c added ResponseHeadersTest, fixed stylecop issues by Jan Tattermusch · 9 years ago
  22. 8368b2e implemented sending initial metadata by Jan Tattermusch · 9 years ago
  23. bff90ac added WriteOptions support and enabled NoCompress flag to be used for all writes by Jan Tattermusch · 9 years ago
  24. 5c371f8 renamed CallContext to CallOptions by Jan Tattermusch · 9 years ago
  25. 5cb5ced refactoring client side calls by Jan Tattermusch · 9 years ago
  26. 542e21c refactoring AsyncCall by Jan Tattermusch · 9 years ago
  27. 5e10f18 introduce CallContext by Jan Tattermusch · 9 years ago
  28. 9c7e46f use NULL for default host in grpc_channel_call_create by Jan Tattermusch · 9 years ago
  29. 0526161 introduce gRPC logger by Jan Tattermusch · 9 years ago
  30. 0846b68 add Timeout support and tests by Jan Tattermusch · 9 years ago
  31. ed4b7a7 modify client call interface to allow reading status and trailers by Jan Tattermusch · 9 years ago
  32. 77415b6 some cleanup and better metadata support by Jan Tattermusch · 9 years ago
  33. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  34. d367748 Stop using native callbacks for C# by Jan Tattermusch · 9 years ago
  35. 12f809f Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  36. 1215c33 C# fixes for #1472 core API cleanup by Jan Tattermusch · 9 years ago
  37. 1b54fcf added stats with number of active native calls, useful for debugging by Jan Tattermusch · 9 years ago
  38. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  39. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  40. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 9 years ago
  41. a29d0f3 Split async call into server and client classes sharing the same base. by Jan Tattermusch · 10 years ago
  42. 4788e78 fixed server streaming by Jan Tattermusch · 10 years ago
  43. 0e1f527 fix to make empty_stream pass against C++ server by Jan Tattermusch · 10 years ago
  44. 4d70326 Fix exception unwrapping for unary call by Jan Tattermusch · 10 years ago
  45. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 10 years ago
  46. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed from src/csharp/GrpcCore/Internal/AsyncCall.cs]
  47. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  48. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 10 years ago
  49. 337a2dd migration to new C API by Jan Tattermusch · 10 years ago
  50. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  51. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  52. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  53. 8ce5e8b Improved the server implementation to be able to register call handlers, also some refactoring by Jan Tattermusch · 10 years ago
  54. a7608b0 Prototype of gRPC C# library (Core and API examples) by Jan Tattermusch · 10 years ago