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