1. b522334 Merge pull request #16659 from grpc/security_func_signature by Muxi Yan · 6 years ago
  2. 3ee2919 Merge pull request #16646 from vjpai/callback_codegen_client_unary by Vijay Pai · 6 years ago
  3. da1b75b Add a virtual destructor to the new class with virtual methods by Vijay Pai · 6 years ago
  4. d0029ba generate_projects.sh by Muxi Yan · 6 years ago
  5. 0dd651d Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checks by hcaseyal · 6 years ago
  6. 74fc60e Make our C function pointer use consistent by Vijay Pai · 6 years ago
  7. 878703d Merge pull request #16653 from ganmacs/not-to-use-p-in-test by apolcyn · 6 years ago
  8. 5bb69e0 Merge pull request #16488 from hcaseyal/hpack_static_table by hcaseyal · 6 years ago
  9. aee8271 Fix a Status, and resolve reviewer comments by Vijay Pai · 6 years ago
  10. dc09ab5 Merge pull request #16642 from tenderlove/send-instead-of-method by apolcyn · 6 years ago
  11. 9e6511a Make the core callback interface API so that it can be used in generated code by Vijay Pai · 6 years ago
  12. 7e21b10 Add in port_platform.h. The permanent fix for this is currently in a pending PR that should get merged soon by Hope Casey-Allen · 6 years ago
  13. 091f8dd Remove unnecessary callout_is_default checks by Hope Casey-Allen · 6 years ago
  14. 830e5ad Merge branch 'master' into callback_codegen_client_unary by Vijay Pai · 6 years ago
  15. 327c514 Some reorganizing to respond to code review comments by Hope Casey-Allen · 6 years ago
  16. f6e7b77 Merge pull request #16655 from vjpai/callback_tidy by Vijay Pai · 6 years ago
  17. a0578f0 Merge pull request #16651 from AspirinSJL/improve_force_creation by Juanli Shen · 6 years ago
  18. 46429a2 Merge pull request #16624 from vjpai/callback_alarms by Vijay Pai · 6 years ago
  19. deb3126 Fix clang-tidy concerns by Vijay Pai · 6 years ago
  20. dd10cbc Change force_creation from atm to bool by Juanli Shen · 6 years ago
  21. 50c31d1 Use logger to suppress output debug output during test by ganmacs · 6 years ago
  22. a1e87be Merge branch 'master' into callback_codegen_client_unary by Vijay Pai · 6 years ago
  23. 0e5b2a7 Merge pull request #16638 from vjpai/callback_exceptions by Vijay Pai · 6 years ago
  24. 8ad90b4 Merge pull request #16477 from ganmacs/rescue-grpc-call-error by apolcyn · 6 years ago
  25. 1cd9aac Add codegen support for client callback unary calls by Vijay Pai · 6 years ago
  26. d374ee9 Switch to `send` instead of `method(...).call` by Aaron Patterson · 6 years ago
  27. 1461017 Merge pull request #16640 from mehrdada/fix-ssl-credentials-null by Mehrdad Afshari · 6 years ago
  28. 3586ac1 Fix SSL channel credential when an argument is None by Mehrdad Afshari · 6 years ago
  29. ef60c57 Merge pull request #16459 from arfaian/master by Juanli Shen · 6 years ago
  30. 6584932 Merge pull request #16639 from yashykt/statustsan by Yash Tibrewal · 6 years ago
  31. 51dbd90 Convert status_error to an atomic because it can be accessed from different threads at the same time by Yash Tibrewal · 6 years ago
  32. 73d89a6 Catch exceptions in user callbacks by Vijay Pai · 6 years ago
  33. a07fcbc Merge pull request #16014 from wework/protobuf/ruby_package by apolcyn · 6 years ago
  34. ff44983 Merge pull request #16628 from apolcyn/respect_no_logging by apolcyn · 6 years ago
  35. 3fe2c98 Updates to the ruby generator for protobuf 3.6.0 changes by Nick Gordon · 6 years ago
  36. 78f3f44 ruby: Raise instead of hanging if grpc is used before and after fork by Dylan Thacker-Smith · 6 years ago
  37. 2062504 Follow the no_logging param to parse_ipv6_host_port by Alexander Polcyn · 6 years ago
  38. db01bf7 Add callback-based alarms by Vijay Pai · 6 years ago
  39. 8afddf1 Merge branch 'master' into tcpusertimeout by Yash Tibrewal · 6 years ago
  40. 2f6640f Add logging to be sure about set values by Yash Tibrewal · 6 years ago
  41. 5b27941 Even cleaner implementation that does not modify the grpc_mdelem struct. by Hope Casey-Allen · 6 years ago
  42. 3bc10c0 Merge pull request #16492 from vjpai/client_callback by Vijay Pai · 6 years ago
  43. 0382d06 Don't use cq_tag on Server CallOpSet's yet by Vijay Pai · 6 years ago
  44. 584dd05 Merge pull request #16080 from ncteisen/clang-tidy by Noah Eisen · 6 years ago
  45. b13097d Merge pull request #16420 from apolcyn/localhost_windows_hack by apolcyn · 6 years ago
  46. 6656bc7 regenerate projects by ncteisen · 6 years ago
  47. 157e7fa fix clang tidy by ncteisen · 6 years ago
  48. 964d679 Resolve ip literals and Windows localhost manually when using c-ares by Alexander Polcyn · 6 years ago
  49. b9a174a Add check on server for channelz accessor by ncteisen · 6 years ago
  50. 71aa602 Merge pull request #16360 from ncteisen/channelz-cpp-server by Noah Eisen · 6 years ago
  51. b8193d5 Merge pull request #16594 from yashykt/statusdr by Yash Tibrewal · 6 years ago
  52. c16eba8 Merge pull request #16599 from markdroth/subchannel_list_ubsan_fix by Nicolas Noble · 6 years ago
  53. 20778b0 Address reviewer comments by Vijay Pai · 6 years ago
  54. 713f9bc Clang tidy by Hope Casey-Allen · 6 years ago
  55. 0b4e263 Small formatting and style changes by Hope Casey-Allen · 6 years ago
  56. b731178 Fix codegen script to include port_platform by Hope Casey-Allen · 6 years ago
  57. fbe594b Much cleaner approach that should address code review comments as well by Hope Casey-Allen · 6 years ago
  58. 009d828 WIP. Modifying grpc_mdelem to store the static hpack table idnex by Hope Casey-Allen · 6 years ago
  59. c004a8e Responding to code review comments by Hope Casey-Allen · 6 years ago
  60. b6bb49d reinterpret casts for compiler checks by Yash Tibrewal · 6 years ago
  61. 42d9bec Revert "Second attempt: Implement Watch method in health check service." by Mark D. Roth · 6 years ago
  62. 6ef3b0d Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp-server by ncteisen · 6 years ago
  63. 796509b Fix ubsan error in subchannel_list code. by Mark D. Roth · 6 years ago
  64. 722bc69 Merge branch 'master' of https://github.com/grpc/grpc into channelz-server by ncteisen · 6 years ago
  65. 11d3309 Make batch_error an atomic to avoid data races by Yash Tibrewal · 6 years ago
  66. ef1a390 Merge branch 'master' of https://github.com/grpc/grpc into channelz-server by ncteisen · 6 years ago
  67. ccf6aca Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp by ncteisen · 6 years ago
  68. 2edfddb Merge pull request #16055 from ncteisen/channelz-subchannels by Noah Eisen · 6 years ago
  69. 2ff5be8 reveiwer comments by ncteisen · 6 years ago
  70. 1a09a59 Merge pull request #16558 from ncteisen/user-agent by Noah Eisen · 6 years ago
  71. 58f6912 Merge pull request #16517 from sreecha/fix-addrlen by Sree Kuchibhotla · 6 years ago
  72. 23f0ab3 Temporary workaround for memory leak in debugging function by Hope Casey-Allen · 6 years ago
  73. 98a7077 Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table by Hope Casey-Allen · 6 years ago
  74. 8980098 Fix memory leak in debugging function by Hope Casey-Allen · 6 years ago
  75. f2b34aa Clang tidy by Hope Casey-Allen · 6 years ago
  76. 9e08651 Fix mdelem tracing by Hope Casey-Allen · 6 years ago
  77. 1a92eb4 Clang tidy by Hope Casey-Allen · 6 years ago
  78. 9fc81bd Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table by Hope Casey-Allen · 6 years ago
  79. 5e2f7c4 Fix objective c unit test and debugging functions by Hope Casey-Allen · 6 years ago
  80. 7c368ce Clang tidy by Hope Casey-Allen · 6 years ago
  81. 97cbec1 WIP. Setting md_index to 0 on grpc_linked_mdelem creation by Hope Casey-Allen · 6 years ago
  82. 23a24f5 Merge pull request #16575 from AspirinSJL/fix_sc_cmp by Juanli Shen · 6 years ago
  83. 4835376 Merge branch 'channelz-subchannels' into channelz-cpp by ncteisen · 6 years ago
  84. 5946ae5 Merge branch 'channelz-subchannels' into channelz-server by ncteisen · 6 years ago
  85. 2f76fd4 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  86. bbc9a20 Merge pull request #16553 from jtattermusch/csharp_add_rpcexception_constructor by Jan Tattermusch · 6 years ago
  87. d90d082 Merge pull request #16554 from jtattermusch/csharp_dont_leak_when_call_init_fails by Jan Tattermusch · 6 years ago
  88. 4205b97 reviewer feedback by ncteisen · 6 years ago
  89. fe1f7f5 reviewer feedback by ncteisen · 6 years ago
  90. be8844b reviewer feedback by ncteisen · 6 years ago
  91. bf53d1c Fix subchannel key comparison by Juanli Shen · 6 years ago
  92. 917af9a use finally instead of catch-throw by Jan Tattermusch · 6 years ago
  93. a8247c8 Merge pull request #16574 from markdroth/health_checking_service by Mark D. Roth · 6 years ago
  94. 4099c40 Zero out md_index when linked_mdelem is created to fix bug by Hope Casey-Allen · 6 years ago
  95. b91da3f Add support for reading channel args by Yash Tibrewal · 6 years ago
  96. 3c1a3d9 Fix subchannel key comparison if forcing creation by Juanli Shen · 6 years ago
  97. d75415c Fix assertion in debugging code by Hope Casey-Allen · 6 years ago
  98. 33d87e3 Fix internal_data to be the same size as the new grpc_linked_mdelem by Hope Casey-Allen · 6 years ago
  99. c402b73 Merge pull request #16539 from yashykt/sliceexecctx by Yash Tibrewal · 6 years ago
  100. 8a8ed0e WIP. Handling error conditions such as duplicate metadata, metadata size limit, and default count. Clang tidy. by Hope Casey-Allen · 6 years ago