1. f693013 De-register cancellation token by Chris Bacon · 7 years ago
  2. e64825c Populate trailers in RpcException by Jan Tattermusch · 7 years ago
  3. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  4. b746294 adapt C# to new cq_create API by Jan Tattermusch · 8 years ago
  5. 43416da wire passing of C# CallFlags to C core by Jan Tattermusch · 8 years ago
  6. b35dfa8 remove existing profiling points by Jan Tattermusch · 8 years ago
  7. 1a47fd0 lazy initialize streamingResponseCallFinishedTcs by Jan Tattermusch · 8 years ago
  8. 5fe5eba provide framework independent version of Task.CompletedTask by Jan Tattermusch · 8 years ago
  9. 6eb9877 simplify delayed streaming write logic by Jan Tattermusch · 8 years ago
  10. 7a73bec dont allow new writes if theres a write with delayed completion by Jan Tattermusch · 8 years ago
  11. a610e32 throw correct exception failed writes by Jan Tattermusch · 8 years ago
  12. b8d50af deduplicate send finished handler by Jan Tattermusch · 8 years ago
  13. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  14. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  15. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  16. f581659 add TODO by Jan Tattermusch · 8 years ago
  17. 6854c70 reorder clientside send preconditions by Jan Tattermusch · 8 years ago
  18. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  19. 5468c27 reorder members for readability by Jan Tattermusch · 8 years ago
  20. 6098848 allow short-circuiting the send operation by Jan Tattermusch · 8 years ago
  21. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  22. 8472cc5 preparation for write semantics cleanup by Jan Tattermusch · 8 years ago
  23. 421d2c4 add TODOs and remove unused imports by Jan Tattermusch · 8 years ago
  24. 82e4581 get rid of AsyncCompletionDelegate by Jan Tattermusch · 8 years ago
  25. 98f2430 throw RpcException from writes after finishing by Jan Tattermusch · 8 years ago
  26. 6220033 change typo in the comment by Jan Tattermusch · 8 years ago
  27. 96f21a2 make end-of-stream idempotent by Jan Tattermusch · 8 years ago
  28. 08e1f75 fix typo by Jan Tattermusch · 8 years ago
  29. 13d1abf improve unary call response handler by Jan Tattermusch · 8 years ago
  30. 153c32a allow halfclose after close on clients by Jan Tattermusch · 8 years ago
  31. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  32. 7a3ee6a rename Preconditions to GrpcPreconditions by Jan Tattermusch · 9 years ago
  33. 3c1720c Updated copyrights... by David Garcia Quintas · 9 years ago
  34. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 9 years ago
  35. 452ca9b add profiling support by Jan Tattermusch · 9 years ago
  36. 74f39e1 Migrate C# to the new auth API by Jan Tattermusch · 9 years ago
  37. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  38. dca145b fix stylecop issues by Jan Tattermusch · 9 years ago
  39. 4c25efa support for reading response headers on client side by Jan Tattermusch · 9 years ago
  40. 3af838a simplify stream reads on client side by Jan Tattermusch · 9 years ago
  41. fb34a99 reading of response headers for unary response calls by Jan Tattermusch · 9 years ago
  42. ea02eb6 introduce INativeCall interface to simplify testing by Jan Tattermusch · 9 years ago
  43. 2b35795 get rid of explicit GrpcEnvironment.Shutdown() by Jan Tattermusch · 9 years ago
  44. 9698b5b polishing CallOptions by Jan Tattermusch · 9 years ago
  45. 3e94197 get rid of unnecessary ExceptionHelper by Jan Tattermusch · 9 years ago
  46. 392fae2 context propagation API by Jan Tattermusch · 9 years ago
  47. 5321d49 fixed writeOptions and added test by Jan Tattermusch · 9 years ago
  48. c75c57c added ResponseHeadersTest, fixed stylecop issues by Jan Tattermusch · 9 years ago
  49. 8368b2e implemented sending initial metadata by Jan Tattermusch · 9 years ago
  50. bff90ac added WriteOptions support and enabled NoCompress flag to be used for all writes by Jan Tattermusch · 9 years ago
  51. 5c371f8 renamed CallContext to CallOptions by Jan Tattermusch · 9 years ago
  52. 5cb5ced refactoring client side calls by Jan Tattermusch · 9 years ago
  53. 542e21c refactoring AsyncCall by Jan Tattermusch · 9 years ago
  54. 5e10f18 introduce CallContext by Jan Tattermusch · 9 years ago
  55. 9c7e46f use NULL for default host in grpc_channel_call_create by Jan Tattermusch · 9 years ago
  56. 0526161 introduce gRPC logger by Jan Tattermusch · 9 years ago
  57. 0846b68 add Timeout support and tests by Jan Tattermusch · 9 years ago
  58. ed4b7a7 modify client call interface to allow reading status and trailers by Jan Tattermusch · 9 years ago
  59. 77415b6 some cleanup and better metadata support by Jan Tattermusch · 9 years ago
  60. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  61. d367748 Stop using native callbacks for C# by Jan Tattermusch · 9 years ago
  62. 12f809f Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  63. 1215c33 C# fixes for #1472 core API cleanup by Jan Tattermusch · 9 years ago
  64. 1b54fcf added stats with number of active native calls, useful for debugging by Jan Tattermusch · 9 years ago
  65. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  66. c0b3721 added support for metadata by Jan Tattermusch · 10 years ago
  67. 075dde4 code style fixes based on StyleCop warnings by Jan Tattermusch · 10 years ago
  68. a29d0f3 Split async call into server and client classes sharing the same base. by Jan Tattermusch · 10 years ago
  69. 4788e78 fixed server streaming by Jan Tattermusch · 10 years ago
  70. 0e1f527 fix to make empty_stream pass against C++ server by Jan Tattermusch · 10 years ago
  71. 4d70326 Fix exception unwrapping for unary call by Jan Tattermusch · 10 years ago
  72. 50faa8f Added support for true synchronous unary call and added some performance tests. by Jan Tattermusch · 10 years ago
  73. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago[Renamed from src/csharp/GrpcCore/Internal/AsyncCall.cs]
  74. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  75. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 10 years ago
  76. 337a2dd migration to new C API by Jan Tattermusch · 10 years ago
  77. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  78. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  79. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  80. 8ce5e8b Improved the server implementation to be able to register call handlers, also some refactoring by Jan Tattermusch · 10 years ago
  81. a7608b0 Prototype of gRPC C# library (Core and API examples) by Jan Tattermusch · 10 years ago