1. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  2. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 7 years ago
  3. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  4. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  5. 615e468 C# changes by Sree Kuchibhotla · 7 years ago
  6. b746294 adapt C# to new cq_create API by Jan Tattermusch · 7 years ago
  7. c9b03fe expose AuthContext in C# by Jan Tattermusch · 7 years ago
  8. 5f3a143 remove extra space in Csharp code by Carl Mastrangelo · 7 years ago
  9. 6032492 allow utf8 encoded status message by Jan Tattermusch · 7 years ago
  10. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 7 years ago
  11. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 7 years ago
  12. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 7 years ago
  13. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 7 years ago
  14. 4038cbf make grpc_csharp_ext compile by Jan Tattermusch · 8 years ago
  15. b9a5e07 Continue updating C# by Craig Tiller · 8 years ago
  16. 1bcdf17 Continue updating C# by Craig Tiller · 8 years ago
  17. 43416da wire passing of C# CallFlags to C core by Jan Tattermusch · 8 years ago
  18. ae4ab4f allow null metadata_array in plugin notify by Jan Tattermusch · 8 years ago
  19. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  20. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  21. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  22. 6e90171 introduce separate grpcsharp_request_call_context by Jan Tattermusch · 8 years ago
  23. 6765653 destroy byte buffer reader after use by Alexander Polcyn · 8 years ago
  24. 2222047 Add csharp check to return val of byte_buffer_reader_init by Alexander Polcyn · 8 years ago
  25. 0910e4c pr comments by David Garcia Quintas · 8 years ago
  26. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  27. 0d896ef fix reading of compressed byte_buffer in C# by Jan Tattermusch · 8 years ago
  28. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  29. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  30. 5ee8e77 add support for multiple cqs to GrpcThreadPool by Jan Tattermusch · 8 years ago
  31. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  32. 305ffd4 make SendStatusFromServer optionally send a message as well by Jan Tattermusch · 8 years ago
  33. 12dfdc3 Change win32 file suffix by Yuchen Zeng · 8 years ago
  34. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  35. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  36. 9533d04 Fix includes by Craig Tiller · 8 years ago
  37. a447eb3 fix copyrights by Jan Tattermusch · 8 years ago
  38. 660c15b add roots.pem as a resource by Jan Tattermusch · 8 years ago
  39. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  40. 189fcf8 introduce auth interceptor context by Jan Tattermusch · 9 years ago
  41. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  42. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  43. 08dea32 update C# to the new C core auth API by Jan Tattermusch · 9 years ago
  44. 706a010 stop gcc complaints about func ptr conversions by Jan Tattermusch · 9 years ago
  45. 74f39e1 Migrate C# to the new auth API by Jan Tattermusch · 9 years ago
  46. 5bd75d7 implement C# wrapping for plugin API by Jan Tattermusch · 9 years ago
  47. f6a39e9 Type sign fix for C# by David Garcia Quintas · 9 years ago
  48. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  49. 4c25efa support for reading response headers on client side by Jan Tattermusch · 9 years ago
  50. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  51. 720903a Fixing merge failures. by Nicolas "Pixel" Noble · 9 years ago
  52. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  53. b5ea2f8 Merge pull request #2873 from jtattermusch/expose_version_string by Jan Tattermusch · 9 years ago
  54. 03ad951 add const modifier by Jan Tattermusch · 9 years ago
  55. c5a6aca expose C core version string to C# by Jan Tattermusch · 9 years ago
  56. 392fae2 context propagation API by Jan Tattermusch · 9 years ago
  57. 5321d49 fixed writeOptions and added test by Jan Tattermusch · 9 years ago
  58. 8368b2e implemented sending initial metadata by Jan Tattermusch · 9 years ago
  59. bff90ac added WriteOptions support and enabled NoCompress flag to be used for all writes by Jan Tattermusch · 9 years ago
  60. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  61. 8c59791 Working on C#. by Nicolas "Pixel" Noble · 9 years ago
  62. e5b0459 Merge pull request #2750 from ctiller/propagate by Yang Gao · 9 years ago
  63. c6f2d4f Merge pull request #2797 from jtattermusch/polishing_api by Jan Tattermusch · 9 years ago
  64. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  65. 183c9f7 Merge pull request #2767 from ctiller/no-poop-on-pizza by Abhishek Kumar · 9 years ago
  66. 18541a1 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  67. d27dfa7 enable forcing client auth by Jan Tattermusch · 9 years ago
  68. 9fb1d20 watch connectivity state API has changed in the meantime by Jan Tattermusch · 9 years ago
  69. dead905 expose Channel.Target property by Jan Tattermusch · 9 years ago
  70. d8bbdea Added channel state API by Jan Tattermusch · 9 years ago
  71. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  72. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  73. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  74. 753b3cb Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  75. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  76. d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  77. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  78. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  79. 062c329 expose peer info in serverside call handlers by Jan Tattermusch · 9 years ago
  80. 7a3ac62 explicitly convert deadline for server handlers to realtime by Jan Tattermusch · 9 years ago
  81. f6410f5 robust conversion from Timespec to DateTime and tests by Jan Tattermusch · 9 years ago
  82. 7cb0853 Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  83. b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  84. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  85. 7717202 fix crash caused by wrong size of MetadataEntryStruct by Jan Tattermusch · 9 years ago
  86. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  87. a0bb065 allow sending trailers from server handler by Jan Tattermusch · 9 years ago
  88. 7f23a75 fix bug by Jan Tattermusch · 9 years ago
  89. 77415b6 some cleanup and better metadata support by Jan Tattermusch · 9 years ago
  90. ec50f28 reading of metadata by Jan Tattermusch · 9 years ago
  91. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  92. f3756c1 Introduce multiple clocks to GPR by Craig Tiller · 9 years ago
  93. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  94. d7e0bea Added changes to python and csharp wrappers by David Garcia Quintas · 9 years ago
  95. a3697b4 Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me by Masood Malekghassemi · 9 years ago
  96. eb741d1 fix native callback signature to match with C# by Jan Tattermusch · 9 years ago
  97. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 9 years ago
  98. 2ddb5a6 revamp of c# channel options by Jan Tattermusch · 9 years ago
  99. 02f9cb2 Merge pull request #1966 from jtattermusch/csharp_revamp by Michael Lumish · 9 years ago
  100. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago