1. c14997b fix leak caused by csharp context pooling by Jan Tattermusch · 7 years ago
  2. fb6d01a recycling of requestcallcontext by Jan Tattermusch · 7 years ago
  3. 63834bf add basic tests by Jan Tattermusch · 7 years ago
  4. 0f41e49 simple version of batchcontext pooling by Jan Tattermusch · 7 years ago
  5. 8580723 consistent naming for OnReceivedCloseOnServer by Jan Tattermusch · 7 years ago
  6. c563888 make everything compile by Jan Tattermusch · 7 years ago
  7. 9210293 dont use generic version of Marshal.SizeOf by Jan Tattermusch · 7 years ago
  8. 2fb313c fix warnings in Grpc.Core.Tests by Jan Tattermusch · 7 years ago
  9. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  10. b746294 adapt C# to new cq_create API by Jan Tattermusch · 7 years ago
  11. 43416da wire passing of C# CallFlags to C core by Jan Tattermusch · 8 years ago
  12. 7a73bec dont allow new writes if theres a write with delayed completion by Jan Tattermusch · 8 years ago
  13. a610e32 throw correct exception failed writes by Jan Tattermusch · 8 years ago
  14. e4fd5b9 C# merge fixups by Jan Tattermusch · 8 years ago
  15. 8f893e1 Merge remote-tracking branch 'upstream/release-0_14' into HEAD by Jan Tattermusch · 8 years ago
  16. 5858441 make environment shutdown asynchronous by Jan Tattermusch · 8 years ago
  17. 5b521d2 Merge pull request #6712 from jtattermusch/csharp_more_completion_queues by Jan Tattermusch · 8 years ago
  18. b089320 completion registry is per cq by Jan Tattermusch · 8 years ago
  19. d910833 clientside writes should finish with TaskCanceledException if cancel was previously requested by Jan Tattermusch · 8 years ago
  20. 56605ef adjust the tests to reflect the correct send behavior on client by Jan Tattermusch · 8 years ago
  21. 239fce1 simplify implementation of SendCloseFromClient by Jan Tattermusch · 8 years ago
  22. 84dcf06 cleanup in tests by Jan Tattermusch · 8 years ago
  23. 0aca838 add a server streaming api test by Jan Tattermusch · 8 years ago
  24. 82e4581 get rid of AsyncCompletionDelegate by Jan Tattermusch · 8 years ago
  25. a41c58c fixup tests by Jan Tattermusch · 8 years ago
  26. 013f5a7 add more tests by Jan Tattermusch · 8 years ago
  27. e0af286 rename some ill-named enums and move them to the right files by Jan Tattermusch · 8 years ago
  28. a7db28f dont call into C core to get Timespec.InfPast and Timespec.InfFuture by Jan Tattermusch · 8 years ago
  29. 19c7bf7 fixup tests by Jan Tattermusch · 8 years ago
  30. b293c95 add more tests by Jan Tattermusch · 8 years ago
  31. 14e8dee use just one response batch for unary response serverside calls by Jan Tattermusch · 8 years ago
  32. 305ffd4 make SendStatusFromServer optionally send a message as well by Jan Tattermusch · 8 years ago
  33. 739e86c finishing serverside request stream should not be required for disposal by Jan Tattermusch · 8 years ago
  34. f21f465 make AsyncCallServerTest finish correctly by Jan Tattermusch · 8 years ago
  35. 9a9813b add more tests by Jan Tattermusch · 8 years ago
  36. ce60d8e add AsyncCalServer tests to sanity tests by Jan Tattermusch · 8 years ago
  37. b6a9016 add tests for AsyncCallServer by Jan Tattermusch · 8 years ago
  38. a296677 add more tests by Jan Tattermusch · 8 years ago
  39. 96f21a2 make end-of-stream idempotent by Jan Tattermusch · 8 years ago
  40. 69274c2 add more features by Jan Tattermusch · 8 years ago
  41. 97eb4f6 add more tests by Jan Tattermusch · 8 years ago
  42. a4a6270 add more tests by Jan Tattermusch · 8 years ago
  43. e331da2 make Grpc.Core.Tests work with NUnit3 by Jan Tattermusch · 8 years ago
  44. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  45. 3c1720c Updated copyrights... by David Garcia Quintas · 9 years ago
  46. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 9 years ago
  47. 3ac274f start using Ignore attribute for performance tests by Jan Tattermusch · 9 years ago
  48. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago
  49. 452ca9b add profiling support by Jan Tattermusch · 9 years ago
  50. 5bd7005 introduce the new split-type credentials api by Jan Tattermusch · 9 years ago
  51. 3ccd961 Ensure GrpcEnvironment setup for these (special) tests by Craig Tiller · 9 years ago
  52. dca145b fix stylecop issues by Jan Tattermusch · 9 years ago
  53. 4c25efa support for reading response headers on client side by Jan Tattermusch · 9 years ago
  54. fb34a99 reading of response headers for unary response calls by Jan Tattermusch · 9 years ago
  55. ea02eb6 introduce INativeCall interface to simplify testing by Jan Tattermusch · 9 years ago
  56. 410c473 make intializer for metadata even nicer by Jan Tattermusch · 9 years ago
  57. 6835b92 fix test on windows by Jan Tattermusch · 9 years ago
  58. 50b8365 Timespec.FromDateTime implementation and tests by Jan Tattermusch · 9 years ago
  59. 4113ba5 implemented FromDateTime by Jan Tattermusch · 9 years ago
  60. f6410f5 robust conversion from Timespec to DateTime and tests by Jan Tattermusch · 9 years ago
  61. 7f23a75 fix bug by Jan Tattermusch · 9 years ago
  62. 7b4a31f implement per_rpc_creds and oauth2_auth_token interop tests by Jan Tattermusch · 9 years ago
  63. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  64. 2ddb5a6 revamp of c# channel options by Jan Tattermusch · 9 years ago
  65. d367748 Stop using native callbacks for C# by Jan Tattermusch · 9 years ago
  66. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago