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