1. 7365ec9 Merge branch 'timer_pool' into uberpoll by Craig Tiller · 7 years ago
  2. d6ff2f0 Merge github.com:grpc/grpc into hiertune by Craig Tiller · 7 years ago
  3. 25a0185 Merge github.com:grpc/grpc into timer_pool by Craig Tiller · 7 years ago
  4. 6815e41 Merge pull request #10985 from jtattermusch/internal_ci_failing_targets by Jan Tattermusch · 7 years ago
  5. 9824975 Merge pull request #9970 from xiaohaoliang/xiaohaoliang-patch-1 by Jan Tattermusch · 7 years ago
  6. ccf2a6a Merge branch 'master' into xiaohaoliang-patch-1 by Jan Tattermusch · 7 years ago
  7. 66918a6 simplify by Craig Tiller · 7 years ago
  8. 2e8993f Eliminate some complexity by Craig Tiller · 7 years ago
  9. 14a7f9a Reduce wakeups, comment code by Craig Tiller · 7 years ago
  10. 9fe1bb1 Fix BUILD by Craig Tiller · 7 years ago
  11. 1dbd063 Fix old trace vars by Craig Tiller · 7 years ago
  12. 01651ae Merge github.com:grpc/grpc into timer_pool by Craig Tiller · 7 years ago
  13. a33e2b2 add some comments by Yuxuan Li · 7 years ago
  14. 06af233 Merge pull request #10999 from matt-kwong/add_ubsan by Matt Kwong · 7 years ago
  15. d42f55b Add UBSan to list of tests generated by Matt Kwong · 7 years ago
  16. 7017b65 Merge pull request #10994 from ctiller/0bug by Craig Tiller · 7 years ago
  17. 62800f7 Merge github.com:grpc/grpc into timer_pool by Craig Tiller · 7 years ago
  18. bc7c224 Merge branch '0bug' into timer_pool by Craig Tiller · 7 years ago
  19. 5f9f37a fix minor by Yuxuan Li · 7 years ago
  20. e1f5302 Port server fixes by Craig Tiller · 7 years ago
  21. f31a80e Merge pull request #10950 from jeady/service_name_metadata by Yang Gao · 7 years ago
  22. 98ae39c show error details in internal_ci by Jan Tattermusch · 7 years ago
  23. 2a7cf87 Set frame size to max(bdp, bw in ms) by ncteisen · 7 years ago
  24. 1c86987 Set frame size to B/us by ncteisen · 7 years ago
  25. c2ad372 Merge pull request #10912 from dgquintas/trying-to-fix-stuff by David G. Quintas · 7 years ago
  26. 572cd7e Update version to 1.3.1 by murgatroid99 · 7 years ago
  27. cbecd72 Merge pull request #10958 from muxi/fix-on-cancel-crash by Muxi Yan · 7 years ago
  28. 861919a Merge pull request #10988 from markdroth/clang-format by Mark D. Roth · 7 years ago
  29. 175c73b clang-format by Mark D. Roth · 7 years ago
  30. 9ba9f70 Fix race by Craig Tiller · 7 years ago
  31. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  32. 86b9473 Merge pull request #10980 from markdroth/grpclb_deadline_fix by Mark D. Roth · 7 years ago
  33. 60093ab Merge pull request #10987 from markdroth/client_channel_cleanup2 by Mark D. Roth · 7 years ago
  34. b9b0efd clang-format by Mark D. Roth · 7 years ago
  35. f0f147a Merge pull request #10845 from markdroth/client_channel_cleanup by Mark D. Roth · 7 years ago
  36. be6ccdb Proper clang formatting. by James Eady · 7 years ago
  37. 883fe50 add error and failure count to sponge log by Jan Tattermusch · 7 years ago
  38. f8365cd clean up, fix minor issue by Yuxuan Li · 7 years ago
  39. 28efff3 clang-format by Yuxuan Li · 7 years ago
  40. 5d3ddee adding server side poll stat by Yuxuan Li · 7 years ago
  41. 999ac15 initial implementation. by Yuxuan Li · 7 years ago
  42. c0a9d1f Turnstile polling per dedicated epoll set by Sree Kuchibhotla · 7 years ago
  43. 49ccfda Merge branch 'master' of github.com:MakMukhi/grpc by Mahak Mukhi · 7 years ago
  44. 7431a78 How to write unit tests for client sync APIs. by MakMukhi · 7 years ago
  45. 4deb397 Create unit_testing.md by MakMukhi · 7 years ago
  46. 1440b06 Merge branch 'master' into epoll_thread_pool by Sree Kuchibhotla · 7 years ago
  47. 9f276e1 Fix mac build by Craig Tiller · 7 years ago
  48. f300388 Better? feature test by Craig Tiller · 7 years ago
  49. 2622828 Merge pull request #10954 from stanley-cheung/php-release-1_3-disable-cares by Stanley Cheung · 7 years ago
  50. 98e8d59 Merge pull request #10953 from markdroth/cq_verifier_improvement by Mark D. Roth · 7 years ago
  51. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  52. e325f77 Merge pull request #10968 from matt-kwong/kokoro_updates by Matt Kwong · 7 years ago
  53. 4c5085a Update internal Linux CI jobs by Matt Kwong · 7 years ago
  54. 64d922a Make sure we set deadline for the LB call even without a pick. by Mark D. Roth · 7 years ago
  55. c5cae77 Rename a few functions/variables by Sree Kuchibhotla · 7 years ago
  56. 292a222 Merge pull request #10959 from murgatroid99/node_rollback_protobuf6 by Michael Lumish · 7 years ago
  57. 0a3a416 Format by Sree Kuchibhotla · 7 years ago
  58. aa033db Rename polling_island to epoll_set by Sree Kuchibhotla · 7 years ago
  59. c4eb0ff Merge pull request #10913 from kpayson64/fix_python_interop by kpayson64 · 7 years ago
  60. 8ed56f5 Remove refcnt from fd by Sree Kuchibhotla · 7 years ago
  61. 4afb4db Merge branch 'master' into cq_mpsc_based by Sree Kuchibhotla · 7 years ago
  62. 91455a9 Apply a few recent changes from the wire guide on grpc.io. by Mark D. Roth · 7 years ago
  63. 3f716ba Merge pull request #10972 from ncteisen/credential-error-refcount by Noah Eisen · 7 years ago
  64. 4d03ffb Merge github.com:grpc/grpc into timer_pool by Craig Tiller · 7 years ago
  65. 0bc3b40 Merge github.com:grpc/grpc into hiertune by Craig Tiller · 7 years ago
  66. 892e4be Merge pull request #10234 from zhimingxie/master by Jan Tattermusch · 7 years ago
  67. 8937191 Fix error refcount bug by Noah Eisen · 7 years ago
  68. 50f85f7 More simplifications by Sree Kuchibhotla · 7 years ago
  69. 5a5cfad Fix a bit of documentation that doesn't apply to Protobuf.js 5 by murgatroid99 · 7 years ago
  70. a03edfd Make sure dedicated pollsets have polling islands. Simplies a lot of by Sree Kuchibhotla · 7 years ago
  71. d4fc32e New epoll-based polling engine with dedicated poller threads by Sree Kuchibhotla · 7 years ago
  72. 9221083 Fix build problem with gcc 4.7. by Mark D. Roth · 7 years ago
  73. b7e6fa5 Merge remote-tracking branch 'upstream/master' into client_channel_cleanup by Mark D. Roth · 7 years ago
  74. 12056f1 Merge pull request #10821 from markdroth/grpclb_client_side_load_reporting by Mark D. Roth · 7 years ago
  75. c357179 Isolate timer checking in its own thread by Craig Tiller · 7 years ago
  76. 8bb3ca7 Merge pull request #10949 from jtattermusch/internal_ci_windows by Jan Tattermusch · 7 years ago
  77. b1c69e4 Switch Protobuf.js dependency back to version 5 by murgatroid99 · 7 years ago
  78. 3b8f0ce Fix a bug where OP_CANCEL is completed prematurely by Muxi Yan · 7 years ago
  79. 0894495 Merge pull request #10947 from jtattermusch/internal_ci_try_mac by Jan Tattermusch · 7 years ago
  80. b5799aa remove --build_only by Jan Tattermusch · 7 years ago
  81. d01ef0a Merge pull request #10922 from jtattermusch/master_tests_for_real by Jan Tattermusch · 7 years ago
  82. 3afae71 Merge pull request #10876 from jtattermusch/csharp_qps_worker_gc_stats by Jan Tattermusch · 7 years ago
  83. 1979210 PHP: release 1.3, disable cares deps by Stanley Cheung · 7 years ago
  84. 0d1825d Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_map by Vizerai · 7 years ago
  85. 13ded3f Improve cq_verifier error message when success does not match. by Mark D. Roth · 7 years ago
  86. eea8cf0 Add QPS tests for one-sided streaming by Vijay Pai · 7 years ago
  87. ae95edb Merge pull request #10828 from vjpai/recaptcha by Vijay Pai · 7 years ago
  88. 64a317c Code clean-up in client_channel. by Mark D. Roth · 7 years ago
  89. 09e458c Implement client-side load reporting for grpclb. by Mark D. Roth · 7 years ago
  90. 3b26451 Add static method to generated code to return fully qualified protobuf service name. by James Eady · 7 years ago
  91. 56d8f82 fix Windows cmake build on internal_ci by Jan Tattermusch · 7 years ago
  92. 1306724 add --internal_ci for windows by Jan Tattermusch · 7 years ago
  93. 622699a add macos grpc_master.sh job by Jan Tattermusch · 7 years ago
  94. 60f3572 fix truncate bug in grpc_cli by zhimingxie · 7 years ago
  95. 158fa3a Merge pull request #10904 from jtattermusch/nuget_include_sources_and_symbols by Jan Tattermusch · 7 years ago
  96. d8696e1 Merge pull request #10921 from jtattermusch/internal_ci_better_reports by Jan Tattermusch · 7 years ago
  97. aba4ee2 add C# generic insecure scenarios by Jan Tattermusch · 7 years ago
  98. 01ce236 reports GC stats in qps workers by Jan Tattermusch · 7 years ago
  99. cf7ea0f Merge pull request #10360 from dgquintas/grpclb_new_test by David G. Quintas · 7 years ago
  100. 13cc172 Merge pull request #7836 from thinkerou/delete_unuse_lib by Nathaniel Manista · 7 years ago