1. 3ee2919 Merge pull request #16646 from vjpai/callback_codegen_client_unary by Vijay Pai · 6 years ago
  2. 0dd651d Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checks by hcaseyal · 6 years ago
  3. 74fc60e Make our C function pointer use consistent by Vijay Pai · 6 years ago
  4. 5bb69e0 Merge pull request #16488 from hcaseyal/hpack_static_table by hcaseyal · 6 years ago
  5. 9e6511a Make the core callback interface API so that it can be used in generated code by Vijay Pai · 6 years ago
  6. 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
  7. 091f8dd Remove unnecessary callout_is_default checks by Hope Casey-Allen · 6 years ago
  8. 327c514 Some reorganizing to respond to code review comments by Hope Casey-Allen · 6 years ago
  9. dd10cbc Change force_creation from atm to bool by Juanli Shen · 6 years ago
  10. 6584932 Merge pull request #16639 from yashykt/statustsan by Yash Tibrewal · 6 years ago
  11. 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
  12. 2062504 Follow the no_logging param to parse_ipv6_host_port by Alexander Polcyn · 6 years ago
  13. 8afddf1 Merge branch 'master' into tcpusertimeout by Yash Tibrewal · 6 years ago
  14. 2f6640f Add logging to be sure about set values by Yash Tibrewal · 6 years ago
  15. 5b27941 Even cleaner implementation that does not modify the grpc_mdelem struct. by Hope Casey-Allen · 6 years ago
  16. 3bc10c0 Merge pull request #16492 from vjpai/client_callback by Vijay Pai · 6 years ago
  17. 584dd05 Merge pull request #16080 from ncteisen/clang-tidy by Noah Eisen · 6 years ago
  18. b13097d Merge pull request #16420 from apolcyn/localhost_windows_hack by apolcyn · 6 years ago
  19. 157e7fa fix clang tidy by ncteisen · 6 years ago
  20. 964d679 Resolve ip literals and Windows localhost manually when using c-ares by Alexander Polcyn · 6 years ago
  21. b9a174a Add check on server for channelz accessor by ncteisen · 6 years ago
  22. b8193d5 Merge pull request #16594 from yashykt/statusdr by Yash Tibrewal · 6 years ago
  23. c16eba8 Merge pull request #16599 from markdroth/subchannel_list_ubsan_fix by Nicolas Noble · 6 years ago
  24. 713f9bc Clang tidy by Hope Casey-Allen · 6 years ago
  25. 0b4e263 Small formatting and style changes by Hope Casey-Allen · 6 years ago
  26. b731178 Fix codegen script to include port_platform by Hope Casey-Allen · 6 years ago
  27. fbe594b Much cleaner approach that should address code review comments as well by Hope Casey-Allen · 6 years ago
  28. 009d828 WIP. Modifying grpc_mdelem to store the static hpack table idnex by Hope Casey-Allen · 6 years ago
  29. c004a8e Responding to code review comments by Hope Casey-Allen · 6 years ago
  30. b6bb49d reinterpret casts for compiler checks by Yash Tibrewal · 6 years ago
  31. 796509b Fix ubsan error in subchannel_list code. by Mark D. Roth · 6 years ago
  32. 11d3309 Make batch_error an atomic to avoid data races by Yash Tibrewal · 6 years ago
  33. ef1a390 Merge branch 'master' of https://github.com/grpc/grpc into channelz-server by ncteisen · 6 years ago
  34. 2edfddb Merge pull request #16055 from ncteisen/channelz-subchannels by Noah Eisen · 6 years ago
  35. 2ff5be8 reveiwer comments by ncteisen · 6 years ago
  36. 1a09a59 Merge pull request #16558 from ncteisen/user-agent by Noah Eisen · 6 years ago
  37. 58f6912 Merge pull request #16517 from sreecha/fix-addrlen by Sree Kuchibhotla · 6 years ago
  38. 23f0ab3 Temporary workaround for memory leak in debugging function by Hope Casey-Allen · 6 years ago
  39. 98a7077 Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table by Hope Casey-Allen · 6 years ago
  40. 8980098 Fix memory leak in debugging function by Hope Casey-Allen · 6 years ago
  41. f2b34aa Clang tidy by Hope Casey-Allen · 6 years ago
  42. 9e08651 Fix mdelem tracing by Hope Casey-Allen · 6 years ago
  43. 1a92eb4 Clang tidy by Hope Casey-Allen · 6 years ago
  44. 9fc81bd Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table by Hope Casey-Allen · 6 years ago
  45. 5e2f7c4 Fix objective c unit test and debugging functions by Hope Casey-Allen · 6 years ago
  46. 7c368ce Clang tidy by Hope Casey-Allen · 6 years ago
  47. 97cbec1 WIP. Setting md_index to 0 on grpc_linked_mdelem creation by Hope Casey-Allen · 6 years ago
  48. 5946ae5 Merge branch 'channelz-subchannels' into channelz-server by ncteisen · 6 years ago
  49. 2f76fd4 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  50. fe1f7f5 reviewer feedback by ncteisen · 6 years ago
  51. be8844b reviewer feedback by ncteisen · 6 years ago
  52. bf53d1c Fix subchannel key comparison by Juanli Shen · 6 years ago
  53. 4099c40 Zero out md_index when linked_mdelem is created to fix bug by Hope Casey-Allen · 6 years ago
  54. b91da3f Add support for reading channel args by Yash Tibrewal · 6 years ago
  55. 3c1a3d9 Fix subchannel key comparison if forcing creation by Juanli Shen · 6 years ago
  56. d75415c Fix assertion in debugging code by Hope Casey-Allen · 6 years ago
  57. 33d87e3 Fix internal_data to be the same size as the new grpc_linked_mdelem by Hope Casey-Allen · 6 years ago
  58. c402b73 Merge pull request #16539 from yashykt/sliceexecctx by Yash Tibrewal · 6 years ago
  59. 8a8ed0e WIP. Handling error conditions such as duplicate metadata, metadata size limit, and default count. Clang tidy. by Hope Casey-Allen · 6 years ago
  60. 16f53ff Surface user agent by default by ncteisen · 6 years ago
  61. c9e300d Add channel arg control for user agent by ncteisen · 6 years ago
  62. 0d98e9d Merge pull request #16562 from yashykt/statusgrpc by Yash Tibrewal · 6 years ago
  63. 23afefe Merge pull request #16536 from jiangtaoli2016/system_root by Jiangtao Li · 6 years ago
  64. 3a41245 Rectify the condition and add a test by Yash Tibrewal · 6 years ago
  65. dd95194 Prefer grpc status over http status by Yash Tibrewal · 6 years ago
  66. e361d0f Turn loading system root certificate as default by jiangtaoli2016 · 6 years ago
  67. 5e054bf Stop unconditionally surfacing user agent to server by ncteisen · 6 years ago
  68. 6e7e29a WIP. Created static data for size of metadata and callouts index by Hope Casey-Allen · 6 years ago
  69. cd74b35 Merge pull request #16460 from hcaseyal/refactor_transport by hcaseyal · 6 years ago
  70. 85721e2 Change method name for consistency by Hope Casey-Allen · 6 years ago
  71. 0b59c10 use grpc_slice_unref_internal inside grpc by Yash Tibrewal · 6 years ago
  72. 4b859a6 Merge branch 'cronetfix' into status by Yash Tibrewal · 6 years ago
  73. d68e8b4 %s/state_op_done[OP_FAILED]/state_callback_received[OP_FAILED] by Yash Tibrewal · 6 years ago
  74. 9968024 Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation by Noah Eisen · 6 years ago
  75. 8bf5253 Provide a generic client-side unary callback API by Vijay Pai · 6 years ago
  76. 50419a0 fix format specifier for size_t and and a typo in test by Sree Kuchibhotla · 6 years ago
  77. c163baa Merge branch 'master' into fix-addrlen by Sree Kuchibhotla · 6 years ago
  78. 0a7363f Add a test to parse invalid addresses by Sree Kuchibhotla · 6 years ago
  79. 7269fd4 Fix ipv6 address parsing issue by Sree Kuchibhotla · 6 years ago
  80. 5ee9b5e Merge pull request #16486 from mhaidrygoog/gpr_atm_macro_issue by Moiz Haidry · 6 years ago
  81. f8a4aae Fix all instances of bugprone-undefined-memory-manipulation by ncteisen · 6 years ago
  82. 73d0cd4 Add ability to use static hpack table on the encode path by Hope Casey-Allen · 6 years ago
  83. 12b9e0b Fixed formatting by Moiz Haidry · 6 years ago
  84. e3e1840 Porting fix from CL- https://critique.corp.google.com/#review/210573936 by Moiz Haidry · 6 years ago
  85. 60b6f2d Merge branch 'master' into minor-timer-fix by Sree Kuchibhotla · 6 years ago
  86. 6076b1d Merge branch 'channelz-subchannels' into channelz-server by ncteisen · 6 years ago
  87. 4b5b019 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  88. 896fc6e Merge pull request #15618 from markdroth/naming_doc_update by Mark D. Roth · 6 years ago
  89. 4dbec8b Merge pull request #16456 from yashykt/errqueueredefine by Yash Tibrewal · 6 years ago
  90. 69b416a Update naming documentation. by Mark D. Roth · 6 years ago
  91. 35501ad Merge pull request #16467 from AspirinSJL/bump_master by Juanli Shen · 6 years ago
  92. 0d73deb Merge branch 'master' into errqueueredefine by Yash Tibrewal · 6 years ago
  93. 0cb9829 Remove linux/version.h include from port.h by Yash Tibrewal · 6 years ago
  94. 8d47cd4 Revert "Revert "Fathom tcp changes"" by Yash Tibrewal · 6 years ago
  95. 8ceb27a Regenerate projects by Juanli Shen · 6 years ago
  96. a144c13 Merge pull request #16342 from markdroth/pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  97. 97ba943 Revert "Fathom tcp changes" by Jan Tattermusch · 6 years ago
  98. 2529cfe Light refactoring of some transport code by Hope Casey-Allen · 6 years ago
  99. 98fd5a7 Merge pull request #16408 from nicolasnoble/fix-tsi-ssl-auth-context-reuse-string by Nicolas Noble · 6 years ago
  100. ffdcad5 Redefine constants from errqueue.h. Some header files lag behind the kernel version by Yash Tibrewal · 6 years ago