1. 8abe262 Fix pthread cleanup logic by kwasimensah · 7 years ago
  2. 0bf12cf Fix clang-format issues by kwasimensah · 7 years ago
  3. 0d12c0c Update to not depend on c++ runtime by kwasimensah · 7 years ago
  4. 36817d9 Merge pull request #1 from nicolasnoble/kwasi-format by kwasimensah · 7 years ago
  5. dfd678e Merge branch 'patch-1' into kwasi-format by kwasimensah · 7 years ago
  6. 3c9040b Merge branch 'patch-1' into kwasi-format by kwasimensah · 7 years ago
  7. 33652d3 Merge pull request #2 from grpc/master by kwasimensah · 7 years ago
  8. ad5bec0 Formatting. by Nicolas "Pixel" Noble · 7 years ago
  9. 78bf698 Merge branch 'master' of https://github.com/grpc/grpc into kwasi-format by Nicolas "Pixel" Noble · 7 years ago
  10. 54e8f37 Merge pull request #13358 from vjpai/config_noares by Vijay Pai · 7 years ago
  11. 6040975 In bazel builds, provide an option to select non-uses of c_ares by Vijay Pai · 7 years ago
  12. 5d7cb43 Merge pull request #13315 from yang-g/proto_utils by Yang Gao · 7 years ago
  13. 9ee455c Merge pull request #11888 from ctiller/shardier by Craig Tiller · 7 years ago
  14. e87c17d Merge pull request #13341 from kpayson64/fix_loon by kpayson64 · 7 years ago
  15. fcfa440 Default to 1 cq per sync server by Ken Payson · 7 years ago
  16. c0ec3cc Merge pull request #13332 from dgquintas/grpclb_better_logging by David G. Quintas · 7 years ago
  17. 2076ca5 Merge pull request #13343 from dgquintas/pf_error_refs by David G. Quintas · 7 years ago
  18. 6712a75 Fix wrong assignment by David Garcia Quintas · 7 years ago
  19. 9fbd6c1 Merge pull request #13331 from dgquintas/grpclb_retry_timer by David G. Quintas · 7 years ago
  20. 67520b0 Merge pull request #13296 from adelez/remove_images by adelez · 7 years ago
  21. 0fa2c6b Moar cleanups! by David Garcia Quintas · 7 years ago
  22. b07d7a8 Removed call to grpc_subchannel_check_connectivity and loop in pf_conn cb by David Garcia Quintas · 7 years ago
  23. 8f1e27f Merge pull request #13348 from jtattermusch/no_benchmarks_node by Jan Tattermusch · 7 years ago
  24. 9c34c78 Merge pull request #13346 from grpc/revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  25. 6859774 node benchmarks have been removed by Jan Tattermusch · 7 years ago
  26. 14b7d52 Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure" by Jan Tattermusch · 7 years ago
  27. a5ddf26 Merge pull request #13322 from jboeuf/oauth_failure by jboeuf · 7 years ago
  28. 94eae04 PF: don't unref errors when about to loop in pf_conn cb by David Garcia Quintas · 7 years ago
  29. 76190cf Merge pull request #13294 from sreecha/cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  30. 5960790 pr comments by David Garcia Quintas · 7 years ago
  31. ce1c7db Merge pull request #13039 from ctiller/tfix2 by Craig Tiller · 7 years ago
  32. 2b372e0 pr comments by David Garcia Quintas · 7 years ago
  33. 9c04438 Merge pull request #13308 from ejona86/getstate-connect by Eric Anderson · 7 years ago
  34. 064bdd5 Merge pull request #13281 from yang-g/log_envar by Yang Gao · 7 years ago
  35. b90cb3f pr comments by David Garcia Quintas · 7 years ago
  36. 3a128c0 Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  37. 3a54b86 Merge pull request #13201 from wjackson/cancel-and-priority by Noah Eisen · 7 years ago
  38. a1c6590 grpclb: Improved logging by David Garcia Quintas · 7 years ago
  39. e782063 Merge pull request #13259 from sreecha/resource-quota-fix by Sree Kuchibhotla · 7 years ago
  40. a5c2d6b Don't expect LB call to be NULL inside LB call retry timer. by David Garcia Quintas · 7 years ago
  41. b90f0e6 relax for inlined bytes to avoid allocation by yang-g · 7 years ago
  42. c881859 handle 0 byte size message... by yang-g · 7 years ago
  43. 272eebb Only allocate what we need in the last slice for proto serialization by yang-g · 7 years ago
  44. 2da79b8 Merge pull request #13326 from vjpai/cpu_test by Vijay Pai · 7 years ago
  45. 4d4fab1 Merge pull request #13313 from murgatroid99/uv_assertion_fixes by Michael Lumish · 7 years ago
  46. a674634 Handle frame with priority flag for canceled stream by Whitney Jackson · 7 years ago
  47. c42e978 Reduce # of arithmetic ops to reduce time spent in this test. by Vijay Pai · 7 years ago
  48. f4145c0 Merge pull request #13324 from jtattermusch/fix_artifact_build by Jan Tattermusch · 7 years ago
  49. dcd970d artifact builder dockerfiles were removed by mistake by Jan Tattermusch · 7 years ago
  50. 5addba4 Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure by Julien Boeuf · 7 years ago
  51. fe783c1 Removed Python because of test timeouts by Adele Zhou · 7 years ago
  52. c3be930 Merge branch 'master' of https://github.com/grpc/grpc into log_envar by yang-g · 7 years ago
  53. 2575141 Merge pull request #13311 from ctiller/lfe3 by Craig Tiller · 7 years ago
  54. 70e87c3 Clang format by murgatroid99 · 7 years ago
  55. b6727b6 clang format by Sree Kuchibhotla · 7 years ago
  56. 096f883 clang format by Sree Kuchibhotla · 7 years ago
  57. c4a973c Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  58. c6f925d Fix timer freed early in uv pollset by murgatroid99 · 7 years ago
  59. 1ef989c Fixes, commentary by Craig Tiller · 7 years ago
  60. 15626bb Fix data race by Craig Tiller · 7 years ago
  61. fbf61bb Revert "Revert "Class-ify lockfree event"" by Craig Tiller · 7 years ago
  62. a5ad92d Merge pull request #13303 from ncteisen/ubsan by Noah Eisen · 7 years ago
  63. f090194 doc: Fully define GetState in connectivity state API by Eric Anderson · 7 years ago
  64. e85fc23 Merge pull request #13307 from grpc/revert-13097-lfe3 by David G. Quintas · 7 years ago
  65. d21204c Update C# versions by Adele Zhou · 7 years ago
  66. 332c7e4 Revert "Class-ify lockfree event" by David G. Quintas · 7 years ago
  67. a4265d4 Merge pull request #13304 from yashykt/testc++fixes by Yash Tibrewal · 7 years ago
  68. 52f7039 Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  69. 4047e45 Merge branch 'master' into resource-quota-fix by Sree Kuchibhotla · 7 years ago
  70. 99dcb69 Merge pull request #13097 from ctiller/lfe3 by Craig Tiller · 7 years ago
  71. 660d4aa Merge github.com:grpc/grpc into tfix2 by Craig Tiller · 7 years ago
  72. c284139 Remove include from end2end data files and add extern C to each definition instead by Yash Tibrewal · 7 years ago
  73. 5dd0d6f Fix internal UBSAN failure by ncteisen · 7 years ago
  74. d9da738 Merge pull request #13147 from yashykt/testc++ize by Yash Tibrewal · 7 years ago
  75. 67c0eff MacOS uses end2end tests. therefore extern C needed by Yash Tibrewal · 7 years ago
  76. ceb2475 include log.h for mac by yang-g · 7 years ago
  77. c03867f Merge pull request #12648 from kpayson64/attempt_2 by kpayson64 · 7 years ago
  78. 4c8f8fe Merge pull request #13297 from yang-g/pollcv by Yang Gao · 7 years ago
  79. 9ad6068 Merge pull request #13199 from ncteisen/zero-copy by Noah Eisen · 7 years ago
  80. 802f762 remove unused variable by yang-g · 7 years ago
  81. e153357 Add back mpscq request matcher by Ken Payson · 7 years ago
  82. 0b9b7d2 Use same cq for client and server by yang-g · 7 years ago
  83. 92b5a00 Remove images as soon as its testing is done instead in the end. by Adele Zhou · 7 years ago
  84. c55a4b1 Merge pull request #13145 from murgatroid99/remove_node by Michael Lumish · 7 years ago
  85. a1f8dfa Merge pull request #13293 from jtattermusch/csharp_consolidate_dockerfiles by Jan Tattermusch · 7 years ago
  86. 5d3b03f Merge pull request #13286 from yashykt/13235fix by Yash Tibrewal · 7 years ago
  87. 9a0db88 Fix TSAN issue in backup poller by Sree Kuchibhotla · 7 years ago
  88. e6ca4f0 consolidate C# interop test docker images by Jan Tattermusch · 7 years ago
  89. 4cd04b3 Merge pull request #13284 from ncteisen/faster-microbenchmarks by Noah Eisen · 7 years ago
  90. d9f18a9 Merge pull request #13256 from jtattermusch/naive_cq_test_fix by Jan Tattermusch · 7 years ago
  91. 150ebff Merge pull request #13274 from jtattermusch/php_dont_pass_timeout_to_core by Jan Tattermusch · 7 years ago
  92. 5e42211 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  93. f97d2f5 Add init/shutdown to codegen interface by ncteisen · 7 years ago
  94. 396d265 Merge pull request #13011 from spinorx/master by Muxi Yan · 7 years ago
  95. 1b4ab01 No Clang on end2end generated files by Yash Tibrewal · 7 years ago
  96. 240256f Forward fix for PR #13235. Perform strcmp only when not NULL by Yash Tibrewal · 7 years ago
  97. 28783b9 Merge pull request #13268 from ZhouyihaiDing/php_example by Zhouyihai Ding · 7 years ago
  98. 56e7257 merge with head by yang-g · 7 years ago
  99. 4e60040 Merge pull request #13166 from adelez/more_langs by adelez · 7 years ago
  100. 4df6a64 Change default bm_diff loops to 10 by ncteisen · 7 years ago