1. e5b0459 Merge pull request #2750 from ctiller/propagate by Yang Gao · 9 years ago
  2. 3cd76d6 fix tests by Jan Tattermusch · 9 years ago
  3. ffa17b1 regenerated code by Jan Tattermusch · 9 years ago
  4. 5c371f8 renamed CallContext to CallOptions by Jan Tattermusch · 9 years ago
  5. e5e57ad update generator by Jan Tattermusch · 9 years ago
  6. 5cb5ced refactoring client side calls by Jan Tattermusch · 9 years ago
  7. cc97fed regenerated code by Jan Tattermusch · 9 years ago
  8. a9ddd02 add servicename field to method by Jan Tattermusch · 9 years ago
  9. 542e21c refactoring AsyncCall by Jan Tattermusch · 9 years ago
  10. 5e10f18 introduce CallContext by Jan Tattermusch · 9 years ago
  11. c6f2d4f Merge pull request #2797 from jtattermusch/polishing_api by Jan Tattermusch · 9 years ago
  12. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  13. 183c9f7 Merge pull request #2767 from ctiller/no-poop-on-pizza by Abhishek Kumar · 9 years ago
  14. 18541a1 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  15. 31ba063 changed the way ports are added to the server by Jan Tattermusch · 9 years ago
  16. 021df8a changed way service definitions are added to the server by Jan Tattermusch · 9 years ago
  17. dc64fb5 remove the ImmutableCollections dependency by Jan Tattermusch · 9 years ago
  18. d27dfa7 enable forcing client auth by Jan Tattermusch · 9 years ago
  19. 9fb1d20 watch connectivity state API has changed in the meantime by Jan Tattermusch · 9 years ago
  20. 07ea52c add DefaultAuthority constant to channel options by Jan Tattermusch · 9 years ago
  21. dead905 expose Channel.Target property by Jan Tattermusch · 9 years ago
  22. 9c7e46f use NULL for default host in grpc_channel_call_create by Jan Tattermusch · 9 years ago
  23. d8bbdea Added channel state API by Jan Tattermusch · 9 years ago
  24. 0175e18 tolerate occasional StatusCode.Internal on timeout by Jan Tattermusch · 9 years ago
  25. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  26. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  27. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  28. 563b8a2 Regenerating project files and massaging VS project files. by Nicolas Noble · 9 years ago
  29. 753b3cb Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  30. 36fab90 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  31. c463c53 Add ReleaseSigned configuration for Grpc.sln by Jan Tattermusch · 9 years ago
  32. 5f8d9dc only use lowercase metadata keys in headers by Jan Tattermusch · 9 years ago
  33. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  34. f2b2558 Merge pull request #2593 from ctiller/elliptic-orange-chamelion by Yang Gao · 9 years ago
  35. 1f21f33 Merge pull request #2666 from jtattermusch/oauth_token_api_fix by Michael Lumish · 9 years ago
  36. d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  37. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  38. cd7a405 make work with out-of-band oauth2 token more pleasant by Jan Tattermusch · 9 years ago
  39. 9a5c4f5 make sure async test wont be silently skipped with old NUnit by Jan Tattermusch · 9 years ago
  40. b98e1dd make some interop tests run as async methods by Jan Tattermusch · 9 years ago
  41. 9b048e5 introducing async tests by Jan Tattermusch · 9 years ago
  42. 6832792 add NUnitTestAdapter for VS by Jan Tattermusch · 9 years ago
  43. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  44. 0526161 introduce gRPC logger by Jan Tattermusch · 9 years ago
  45. f9c2d97 fix reference to bouncyCastles assembly by Jan Tattermusch · 9 years ago
  46. a6b8288 upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code by Jan Tattermusch · 9 years ago
  47. dce9f6e fix x86 target to be AnyCPU by Jan Tattermusch · 9 years ago
  48. eea5955 added test for client SSL authentication by Jan Tattermusch · 9 years ago
  49. 88a9b32 added option to authenticate client using root cert chain by Jan Tattermusch · 9 years ago
  50. 062c329 expose peer info in serverside call handlers by Jan Tattermusch · 9 years ago
  51. 49313ce tiny fixes by Jan Tattermusch · 9 years ago
  52. 6835b92 fix test on windows by Jan Tattermusch · 9 years ago
  53. 7a3ac62 explicitly convert deadline for server handlers to realtime by Jan Tattermusch · 9 years ago
  54. 4106259 add MathService.Fib test with deadline by Jan Tattermusch · 9 years ago
  55. f7cfc8a implemented cancellation support for MathService.Fib by Jan Tattermusch · 9 years ago
  56. 0846b68 add Timeout support and tests by Jan Tattermusch · 9 years ago
  57. 7452956 added deadline to generated stubs 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. 7cb0853 Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  62. b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  63. ae01709 fix stylecop warnings by Jan Tattermusch · 9 years ago
  64. b146ef6 added generated file Health.cs to stylecop ignore by Jan Tattermusch · 9 years ago
  65. 766d72b set primary user agent by C# channel by Jan Tattermusch · 9 years ago
  66. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  67. 7717202 fix crash caused by wrong size of MetadataEntryStruct by Jan Tattermusch · 9 years ago
  68. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  69. e7e1c82 improving test readability by Jan Tattermusch · 9 years ago
  70. a236ff2 rename Result to ResponseAsync by Jan Tattermusch · 9 years ago
  71. 7d219cf fix echo metadata test by Jan Tattermusch · 9 years ago
  72. 25bb2ef regenerated code and fixed inconsistencies by Jan Tattermusch · 9 years ago
  73. 5269d16 codegen and API changes by Jan Tattermusch · 9 years ago
  74. ed4b7a7 modify client call interface to allow reading status and trailers by Jan Tattermusch · 9 years ago
  75. 1cf8d42 added some tests by Jan Tattermusch · 9 years ago
  76. 8271f5d propagate statuscode from server handler by Jan Tattermusch · 9 years ago
  77. a0bb065 allow sending trailers from server handler by Jan Tattermusch · 9 years ago
  78. 998eb9b populate server context by Jan Tattermusch · 9 years ago
  79. 5bbd818 refactor server call handlers by Jan Tattermusch · 9 years ago
  80. 7f23a75 fix bug by Jan Tattermusch · 9 years ago
  81. 77415b6 some cleanup and better metadata support by Jan Tattermusch · 9 years ago
  82. ec50f28 reading of metadata by Jan Tattermusch · 9 years ago
  83. 33c9130 fixed dependencies in C# project by Jan Tattermusch · 9 years ago
  84. 7b4a31f implement per_rpc_creds and oauth2_auth_token interop tests by Jan Tattermusch · 9 years ago
  85. e086725 Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  86. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  87. 2510ce4 Reflect new gpr_timespec type in C# by Craig Tiller · 9 years ago
  88. 55652c7 remove trailing whitespace by Jan Tattermusch · 9 years ago
  89. fd953a5 add support for per-call metadata by Jan Tattermusch · 9 years ago
  90. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  91. e5c9b80 renaming stub to client and refactoring metadata class by Jan Tattermusch · 9 years ago
  92. 37fccb0 make build_packages.bat provide version of grpc.native.csharp_ext dependency by Jan Tattermusch · 9 years ago
  93. a580070 introduce Version.cs as single source of truth of gRPC C# version by Jan Tattermusch · 9 years ago
  94. 48f7ed4 pick up nuget package version from cmdline param and fix nuget build by Jan Tattermusch · 9 years ago
  95. 5253467 C# health checking support by Jan Tattermusch · 9 years ago
  96. a508c80 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  97. 177503c Merge pull request #2332 from jtattermusch/implicit_initialize_rebased by Michael Lumish · 9 years ago
  98. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  99. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  100. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago