1. e2af6d9 php_info add grpc version by ZhouyihaiDing · 7 years ago
  2. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  3. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  4. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  5. dba6f84 Update basic_timers.cc by Vijay Pai · 7 years ago
  6. 770bf07 Regen projects and fix more uses of gpr_thd_new by Vijay Pai · 7 years ago
  7. 65c45fb Revert ordering of tracers and timers in shutdown by Yash Tibrewal · 7 years ago
  8. 7fbbc23 Merge pull request #13632 from markdroth/inproc_trailing_metadata_available by Mark D. Roth · 7 years ago
  9. 74d1a46 Change inproc transport to set trailing_metadata_available. by Mark D. Roth · 7 years ago
  10. aaf63d9 Upmerge changes from v1.8.x to master by Mehrdad Afshari · 7 years ago
  11. 96311af Merge pull request #13635 from grpc/remove_duplicate_check by Juanli Shen · 7 years ago
  12. ecebc90 Merge pull request #13605 from jtattermusch/csharp_generate_corestats by Jan Tattermusch · 7 years ago
  13. e204e5e Apply #13336 to v1.8.x branch. by Mark D. Roth · 7 years ago
  14. bfdaefe Refactor: rename 'e' to 'exception' by Mehrdad Afshari · 7 years ago
  15. 592cf34 Add re-resolution into LB policies by Juanli Shen · 7 years ago
  16. d7ccea8 Remove duplicate check for shutting_down by Juanli Shen · 7 years ago
  17. 53d5503 Pass a pollset_set to some client handshakers. by Dan Born · 7 years ago
  18. 19988c6 clang-format by Vijay Pai · 7 years ago
  19. b030cca Return UNKNOWN on GenericRpcHandler failure by Mehrdad Afshari · 7 years ago
  20. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  21. f7a8eb7 Merge pull request #13554 from danzh2010/asyncio by Yang Gao · 7 years ago
  22. a37437d Merge pull request #12126 from dutor/fix-accept-queue-init by Craig Tiller · 7 years ago
  23. d9f6407 Merge master into execctx after removal of assert in tls_gcc by yashkt · 7 years ago
  24. a92428b Move chttp2 cleanup code into close_transport_locked(). by Mark D. Roth · 7 years ago
  25. 5625441 Merge pull request #13603 from nathanielmanistaatgoogle/credentials by Nathaniel Manista · 7 years ago
  26. 0c1f59e Merge pull request #13593 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  27. be05720 generate C# sources for grpc/core/stats.proto by Jan Tattermusch · 7 years ago
  28. dfe8403 Change client-side credentials' use of gRPC Core by Nathaniel Manista · 7 years ago
  29. 992b8c1 Fix some doc string formatting and content by Nathaniel Manista · 7 years ago
  30. 7d7babb Merge branch 'master' into threadnames by Vijay Pai · 7 years ago
  31. d194578 Merge pull request #13599 from kpayson64/fix_flow_control_bug_local by kpayson64 · 7 years ago
  32. df86101 Initialize last sent ping time by Ken Payson · 7 years ago
  33. 460e0aa Refactor _plugin_wrapping by Nathaniel Manista · 7 years ago
  34. ba95146 fix comment format by Dan Zhang · 7 years ago
  35. 26024c8 Merge branch 'master' into asyncio by Dan Zhang · 7 years ago
  36. ec8a59e read once by Dan Zhang · 7 years ago
  37. dd01db3 Make comparison of LB policy name case-insensitive. by Mark D. Roth · 7 years ago
  38. 6267d77 Merge pull request #13587 from nathanielmanistaatgoogle/access-token-auth-metadata-plugin by Nathaniel Manista · 7 years ago
  39. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  40. 6288753 Correct AccessTokenAuthMetadataPlugin name by Nathaniel Manista · 7 years ago
  41. bb85af6 Merge pull request #13568 from jtattermusch/csharp_benchmark_timing_info by Jan Tattermusch · 7 years ago
  42. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  43. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  44. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  45. da341bc Fix up review comments by Dave MacLachlan · 7 years ago
  46. ccd3503 Merge pull request #13573 from apolcyn/optional_pthread_atfork by Noah Eisen · 7 years ago
  47. 9a7c736 Merge pull request #13432 from ncteisen/no-more-extern-c by Noah Eisen · 7 years ago
  48. 4efc604 Merge pull request #13571 from muxi/verbose-objc-tests by Muxi Yan · 7 years ago
  49. 1decec1 Merge pull request #13565 from muxi/port-13564 by Muxi Yan · 7 years ago
  50. 5c96cf4 Merge pull request #13564 from muxi/upgrade-podspec-protobuf-version by Muxi Yan · 7 years ago
  51. ede1b27 Merging master by Yash Tibrewal · 7 years ago
  52. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  53. d4a3bb8 Allow compiling grpc without use of pthread_atfork by Alexander Polcyn · 7 years ago
  54. 65212e0 Merge pull request #13532 from murgatroid99/uv_tcp_wildcard_handling by Michael Lumish · 7 years ago
  55. c031e7f Fix in one more file by Muxi Yan · 7 years ago
  56. 23b59d1 Upgrade protobuf version in podspec by Muxi Yan · 7 years ago
  57. 01bc32c Fine tune test output better by Muxi Yan · 7 years ago
  58. 4b947d3 Verbose log of start of each test suite by Muxi Yan · 7 years ago
  59. 64d588f fix compile error by Dan Zhang · 7 years ago
  60. 5f66253 Merge pull request #13357 from markdroth/reference_counted by Mark D. Roth · 7 years ago
  61. 7d199c9 Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x by Nicolas "Pixel" Noble · 7 years ago
  62. 3267108 C# benchmarks provide userTime and systemTime info by Jan Tattermusch · 7 years ago
  63. ba89ad4 Merge pull request #13476 from jtattermusch/csharp_batchcontext_pooling by Jan Tattermusch · 7 years ago
  64. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  65. e641196 Fix in one more file by Muxi Yan · 7 years ago
  66. 81f8be3 Upgrade protobuf version in podspec by Muxi Yan · 7 years ago
  67. 78683f7 Fix ObjC++ build error by Muxi Yan · 7 years ago
  68. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  69. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  70. af5c54d Add thread naming support on platforms that support it. by Dave MacLachlan · 7 years ago
  71. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  72. 0f7bc57 Modify udp_server to do asynchronous read and write and only re-arm by Dan Zhang · 7 years ago
  73. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  74. 0f2a719 Add missing semicolons by ncteisen · 7 years ago
  75. b337de9 Merge remote-tracking branch 'upstream/master' into reference_counted by Mark D. Roth · 7 years ago
  76. bf816d3 Shorted "reference" to "ref". by Mark D. Roth · 7 years ago
  77. d49e100 clang-format code by Mehrdad Afshari · 7 years ago
  78. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  79. 853fff8 Split tracing code into its own class. by Mark D. Roth · 7 years ago
  80. 7b0521a Merge pull request #13535 from ncteisen/fix-trace-tsan by Noah Eisen · 7 years ago
  81. 56687c1 Merge pull request #13531 from grpc/fix-workaround-var-init by Muxi Yan · 7 years ago
  82. 03412ee Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests by Yash Tibrewal · 7 years ago
  83. 9bdb171 Clang format by murgatroid99 · 7 years ago
  84. 1479313 clang fmt by Noah Eisen · 7 years ago
  85. 9ab3e5d Fix tracer TSAN bug by Noah Eisen · 7 years ago
  86. 2a56d2e Merge pull request #13448 from camillol/fixalign by David G. Quintas · 7 years ago
  87. 95bcb49 Avoid unsupported and unintended API self-use by Nathaniel Manista · 7 years ago
  88. b319f49 Code review changes. by Mark D. Roth · 7 years ago
  89. b7b3f72 Fix uninitialized variable by Muxi Yan · 7 years ago
  90. 454fbd2 Fix uv TCP server handling of wildcard addresses by murgatroid99 · 7 years ago
  91. 6e6e31e grpc.CallCredentials doc string correction by Nathaniel Manista · 7 years ago
  92. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  93. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  94. 81fc8c9 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx by Yash Tibrewal · 7 years ago
  95. 17f9491 Merge pull request #13153 from bmarkons/patch-1 by apolcyn · 7 years ago
  96. bc61c53 Merge pull request #13491 from vjpai/destack by Vijay Pai · 7 years ago
  97. 962722c Fix alignment issue in gpr_murmur_hash3 by Camillo Lugaresi · 7 years ago
  98. d3984c3 clang-format by Mark D. Roth · 7 years ago
  99. 3228489 Fix include guard check. by Mark D. Roth · 7 years ago
  100. 835537f Implement MakeReferenceCounted<> helper. by Mark D. Roth · 7 years ago