1. 0bb2fe9 Explicitly stop servers in unit tests. by kpayson64 · 6 years ago
  2. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 6 years ago
  3. 1cf6311 Merge pull request #14755 from adelez/testcases2 by adelez · 6 years ago
  4. e70199b Merge pull request #14720 from yang-g/timer by Yang Gao · 6 years ago
  5. 0e70223 Add older versions of Node back. by Adele Zhou · 6 years ago
  6. 46fb165 Use a dictionary to tell which version of test cases to run. by Adele Zhou · 6 years ago
  7. dc87c1a Merge pull request #14782 from adelez/comp_tests by adelez · 6 years ago
  8. 5657cd5 Disable node 1.7.2 in backwards comp tests temporarily. by Adele Zhou · 6 years ago
  9. 7959f7d Merge pull request #14759 from vjpai/desneak by Vijay Pai · 6 years ago
  10. 920f63f Merge pull request #14766 from murgatroid99/node_pure_js_interop_unskip by Michael Lumish · 6 years ago
  11. 8327acd Merge pull request #14764 from jtattermusch/linux_extra_artifacts by Jan Tattermusch · 6 years ago
  12. 356d491 Merge pull request #14483 from euroelessar/ticket-client by Jiangtao Li · 6 years ago
  13. ecedf48 Merge pull request #14728 from murgatroid99/node_interop_matrix by Michael Lumish · 6 years ago
  14. 11fdbd8 Re-enable some tests for the Node Pure JS interop client by murgatroid99 · 6 years ago
  15. b94d681 Add message size filter and deadline filter plugins by Muxi Yan · 6 years ago
  16. 7cc4bd8 Let cronet use grpc_cronet_registry_plugin by Muxi Yan · 6 years ago
  17. eb8af5c Merge pull request #14548 from apolcyn/allow_extra_records_in_resolver_test by apolcyn · 6 years ago
  18. 3136dd3 Merge pull request #14748 from sreecha/fix_reuseport by Sree Kuchibhotla · 6 years ago
  19. 5062ce8 Merge pull request #14674 from muxi/add-link-map-analyzer by Muxi Yan · 6 years ago
  20. 99d0cee regenerate projects by Ruslan Nigmatullin · 6 years ago
  21. 7ae3733 [grpc] Add SSL session client cache support by Ruslan Nigmatullin · 6 years ago
  22. b22cb9e Add config files for linux_extra artifacts by Jan Tattermusch · 6 years ago
  23. cdddc8c Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity) by Vijay Pai · 6 years ago
  24. c4223da Merge pull request #14763 from jtattermusch/longer_protoc_artifact_timeout by Jan Tattermusch · 6 years ago
  25. a9d59e1 longer timeout for protoc artifacts on macos by Jan Tattermusch · 6 years ago
  26. 1c6f655 Merge branch 'master' into fix_reuseport by Sree Kuchibhotla · 6 years ago
  27. e4cae41 enable SO_REUSEPORT option in ipv6 too by Sree Kuchibhotla · 6 years ago
  28. 9bef139 Merge pull request #14746 from grpc/revert-13883-channel-tracing by Noah Eisen · 6 years ago
  29. bce37d2 Merge pull request #14464 from yashykt/socklent by Yash Tibrewal · 6 years ago
  30. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  31. 373866d Merge pull request #14737 from yihuazhang/alts_proto_cleanup by Jiangtao Li · 6 years ago
  32. e88b62b clean up alts proto by Yihua Zhang · 6 years ago
  33. f001d67 Merge pull request #14626 from kpayson64/remove_dead_code by kpayson64 · 6 years ago
  34. b9250b4 Fix incorrect merge in node__master test case by murgatroid99 · 6 years ago
  35. 993769d Re-enable Node 1.0.1 in interop matrix by murgatroid99 · 6 years ago
  36. f13288d Merge branch 'master' into node_interop_matrix by murgatroid99 · 6 years ago
  37. 9a09eef Comment out older Node library versions by murgatroid99 · 6 years ago
  38. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  39. 22bcb48 Use pthread to avoid circular calls to timer library by yang-g · 6 years ago
  40. 0e2c645 Merge master into yashykt:socklent by Yash Tibrewal · 6 years ago
  41. 2665565 Merge pull request #14723 from yashykt/tcpservermemset by Yash Tibrewal · 6 years ago
  42. dfb41b6 Make interop matrix compatible with new node repo by murgatroid99 · 6 years ago
  43. 613d632 Add more validation tests to channel_trace_test by ncteisen · 6 years ago
  44. 2352380 Update proto name to fix Windows portability build by ncteisen · 6 years ago
  45. 81a3376 Zero out resolved address before calling accept by Yash Tibrewal · 6 years ago
  46. 78e532a Reviewer comments by ncteisen · 6 years ago
  47. 199db91 Merge pull request #14719 from vjpai/status_test_deletion by Vijay Pai · 6 years ago
  48. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  49. 941dbaf Merge pull request #14715 from yashykt/execctxcleanup by Yash Tibrewal · 6 years ago
  50. 355554a Merge pull request #14716 from yihuazhang/bazel_nanopb by yihuaz · 6 years ago
  51. 2d596c5 Merge pull request #14617 from adelez/update_vip by adelez · 6 years ago
  52. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 6 years ago
  53. e05618f Make scope name unique and add missing header. by yang-g · 6 years ago
  54. b1c9b5f Replace old server_host with the new one via command line. by Adele Zhou · 6 years ago
  55. 2401c93 Merge pull request #14657 from ghostwriternr/reflection-readme by kpayson64 · 6 years ago
  56. 5848893 build nanopb one-off target by Yihua Zhang · 6 years ago
  57. e5821cd Merge pull request #14708 from jtattermusch/try_fix_php_distribtest_macos by Jan Tattermusch · 6 years ago
  58. 6934ddd Merge pull request #14707 from jtattermusch/fix_kokoro_csharp_macos_distribtest by Jan Tattermusch · 6 years ago
  59. 3d10d72 Merge pull request #14706 from jtattermusch/upload_distribtest_dockerfiles by Jan Tattermusch · 6 years ago
  60. 44a1588 Merge master into yashykt:socklent by Yash Tibrewal · 6 years ago
  61. 711e32d Add header files for exec_ctx and closure in windows iomgr header files by Yash Tibrewal · 6 years ago
  62. 263d665 Merge pull request #14714 from nicolasnoble/not-ALL-node by Nicolas Noble · 6 years ago
  63. a22e16a Merge master into yashykt:execctxcleanup by Yash Tibrewal · 6 years ago
  64. 7e24da4 Merge pull request #14535 from nownabe/ruby-doc by apolcyn · 6 years ago
  65. c0cd82f Remove unnecessary includes of exec_ctx.h by Yash Tibrewal · 6 years ago
  66. 6f3c4f0 Adding back nodejs version override support. by Nicolas "Pixel" Noble · 6 years ago
  67. 3681ca3 Merge pull request #14712 from yashykt/hotplugcpu by Yash Tibrewal · 6 years ago
  68. ac872dd Merge pull request #14556 from dgquintas/grpclb_test_call_creds_removal by David G. Quintas · 6 years ago
  69. 0b4361c Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linux by Yash Tibrewal · 6 years ago
  70. 14050f1 Merge pull request #14659 from ZhouyihaiDing/trace_call_plugin by Zhouyihai Ding · 6 years ago
  71. 693281d -regextype flag is not supported on mac by Jan Tattermusch · 6 years ago
  72. d0ce0a7 fix C# distribtest on kokoro macos by Jan Tattermusch · 6 years ago
  73. 8f841d2 fix broken docker build for python distribtest base images by Jan Tattermusch · 6 years ago
  74. e2d47e8 ubuntu1504 and 1510 are past their end of life by Jan Tattermusch · 6 years ago
  75. d85bc0c upload all distribtest dockerimages to dockerhub by Jan Tattermusch · 6 years ago
  76. 261448e Merge pull request #14691 from jtattermusch/kokoro_packages_distribtest by Jan Tattermusch · 6 years ago
  77. 43911f2 Merge pull request #14690 from apolcyn/fix_resolver_test_arg_parse by apolcyn · 6 years ago
  78. 6234054 Verify LB doesn't receive call creds by David Garcia Quintas · 6 years ago
  79. f60cbbd Merge pull request #14688 from kpayson64/revert_pr by kpayson64 · 6 years ago
  80. b20f768 Merge pull request #14702 from nathanielmanistaatgoogle/_face_interface_test by Nathaniel Manista · 6 years ago
  81. f3b28b8 Merge pull request #14681 from AspirinSJL/head by Juanli Shen · 6 years ago
  82. 6217037 Remove _face_interface_test by Nathaniel Manista · 6 years ago
  83. 431aea5 Merge pull request #14700 from yashykt/httpsclitestlog by Yash Tibrewal · 6 years ago
  84. f7a8f8b Merge pull request #14687 from nathanielmanistaatgoogle/early-ok by Nathaniel Manista · 6 years ago
  85. 4cb0bd0 Merge pull request #14661 from murgatroid99/node_pure_js_interop_client by Michael Lumish · 6 years ago
  86. 7518ce9 Merge pull request #14599 from kpayson64/abstract_libuv_stuff by kpayson64 · 6 years ago
  87. 21a64df Merge pull request #14694 from yashykt/execctxdesc by Yash Tibrewal · 6 years ago
  88. b162897 Add logging for helping debug httpcli tests by Yash Tibrewal · 6 years ago
  89. 7726c30 Verify early OK behavior by Nathaniel Manista · 6 years ago
  90. 0dee3d9 Merge branch 'master' into socklent by Yash Tibrewal · 6 years ago
  91. db5f4d5 Remove unncessary casts by Yash Tibrewal · 6 years ago
  92. c6e4372 Create README for gRPC Python reflection package by Naresh · 6 years ago
  93. fc9c070 Update documentation for ExecCtx by Yash Tibrewal · 6 years ago
  94. b62d77f Merge pull request #14686 from markdroth/caching_byte_stream_fix by Mark D. Roth · 6 years ago
  95. fc0d0e7 Simplify dn_resolver_ares by kpayson64 · 6 years ago
  96. 80d54f3 add build_packages and distribtest kokoro jobs by Jan Tattermusch · 6 years ago
  97. 1eaac47 Fix arg parsing in resolver test script by Alexander Polcyn · 6 years ago
  98. 575bda3 Merge pull request #14675 from markdroth/auth_filter_metadata_callouts by Mark D. Roth · 6 years ago
  99. 5f3a452 make package builds work on kokoro by Jan Tattermusch · 6 years ago
  100. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 6 years ago