1. 01dbb90 Added testing for connectivity states by David Garcia Quintas · 8 years ago
  2. d03afbd Merge branch 'master' of github.com:grpc/grpc into rr_fixall by David Garcia Quintas · 8 years ago
  3. 5f50a1b Update test_get_channel_info() to use new ch arg syntax by David Garcia Quintas · 8 years ago
  4. 4270dc6 Update test_get_channel_info() to use new ch arg syntax by David Garcia Quintas · 8 years ago
  5. b794a96 Merge pull request #8743 from yang-g/lsan_suppressions by Yang Gao · 8 years ago
  6. 6cf6153 Fix tsan failures. by Mark D. Roth · 8 years ago
  7. 7466ae7 Merge pull request #8746 from murgatroid99/node_lodash_compat by Michael Lumish · 8 years ago
  8. 7d46b94 Merge pull request #8724 from dgquintas/chttp_initial_md_copypaste_fix by David G. Quintas · 8 years ago
  9. 3ddebf4 PR comment by David Garcia Quintas · 8 years ago
  10. ad1b395 Merge remote-tracking branch 'upstream/master' into latency_in_final_info by Mark D. Roth · 8 years ago
  11. 9ea40c5 Make Node library compatible with lodash 3 by murgatroid99 · 8 years ago
  12. c71b988 Merge branch 'master' of https://github.com/grpc/grpc into go_advanced_interop by Noah Eisen · 8 years ago
  13. d0670ae Merge pull request #8725 from grpc/wenbozhu-patch-1 by Feng Li · 8 years ago
  14. 60b1891 Add one more openssl leak to suppressions list by yang-g · 8 years ago
  15. 84e65e1 Merge pull request #8713 from jtattermusch/csharp_cleanup_profiling by Jan Tattermusch · 8 years ago
  16. 76f90c3 Merge pull request #8728 from murgatroid99/more_uv_fixes by Michael Lumish · 8 years ago
  17. 414af9b refresh and access token filtering by yang-g · 8 years ago
  18. b1f6bf2 Merge pull request #8086 from y-zeng/fix_gprc by Yuchen Zeng · 8 years ago
  19. a74b246 Fixed deadlock between glb_shutdown and lb_on_server_status_received by David Garcia Quintas · 8 years ago
  20. 5c1f55a Merge pull request #8335 from y-zeng/tos by Yuchen Zeng · 8 years ago
  21. 794afb3 Update interop test infrastructure to call advanced go tests by Noah Eisen · 8 years ago
  22. 67ffe3f clang-format by Yuchen Zeng · 8 years ago
  23. 983c2da Fix build analysis dashboard by Matt Kwong · 8 years ago
  24. b35dfa8 remove existing profiling points by Jan Tattermusch · 8 years ago
  25. 475e06b 10m entries in profiler by Jan Tattermusch · 8 years ago
  26. fdf45ab support threadpool tracing by Jan Tattermusch · 8 years ago
  27. ed2f308 NULLs needed at fail_pending_writes() too by David Garcia Quintas · 8 years ago
  28. 2e01234 Fix sanity, uv, and windows builds by murgatroid99 · 8 years ago
  29. fd825f5 Update PROTOCOL-WEB.md by Wenbo Zhu · 8 years ago
  30. aaefa95 Merge pull request #8638 from vjpai/conform by Vijay Pai · 8 years ago
  31. 35d5dfc parse json instead by yang-g · 8 years ago
  32. f612a36 Merge pull request #8723 from dgquintas/handshaker_demote_logging_again by David G. Quintas · 8 years ago
  33. 3fde399 Fixed wrong NULLing in chttp2 transport by David Garcia Quintas · 8 years ago
  34. 8bac679 Demote secure handshake failures even further by David Garcia Quintas · 8 years ago
  35. 33468f5 Merge pull request #8698 from murgatroid99/node_express_run_perf_tests by Michael Lumish · 8 years ago
  36. 7b16bbe Merge pull request #8706 from matt-kwong/pull-request-params by matt-kwong · 8 years ago
  37. a5da0ef Merge pull request #8486 from y-zeng/get_tos by Yuchen Zeng · 8 years ago
  38. 3d5dd79 Merge pull request #8700 from jtattermusch/fix_metadata_credentials by Jan Tattermusch · 8 years ago
  39. 69f783d Allow LB policy name to be matched in a case-insensitive manner. by Mark D. Roth · 8 years ago
  40. c19049c clang-format by Mark D. Roth · 8 years ago
  41. 7079809 Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  42. 84c8a02 Change JSON format to use the standard proto3 mapping for each type. by Mark D. Roth · 8 years ago
  43. 92fd7e1 Merge pull request #8642 from yang-g/ssl_fuzzer by Yang Gao · 8 years ago
  44. 60d0f4c add a comment by Jan Tattermusch · 8 years ago
  45. 979abf6 regenerate projects by yang-g · 8 years ago
  46. b587561 Merge remote-tracking branch 'upstream/master' into ssl_fuzzer by yang-g · 8 years ago
  47. 1731a41 Merge branch 'master' into node_express_run_perf_tests by murgatroid99 · 8 years ago
  48. e8f9cbb Remove some disabled copied Node Express perf tests by murgatroid99 · 8 years ago
  49. e63c612 Merge pull request #8704 from murgatroid99/uv_slice_changes by Michael Lumish · 8 years ago
  50. 71f0179 Merge pull request #8701 from lyuxuan/cpu_usage2 by Sree Kuchibhotla · 8 years ago
  51. e9448df Fixed wrong ordering of operations by David Garcia Quintas · 8 years ago
  52. aa6c94c Fix skipped tests not showing up in Jenkins UI by Matt Kwong · 8 years ago
  53. d5e53b0 Merge pull request #8685 from dgquintas/glb_locks by David G. Quintas · 8 years ago
  54. d885a27 fix repeated field by Yuxuan Li · 8 years ago
  55. a91fb72 ERR by yang-g · 8 years ago
  56. e2672c9 Some slice and resource quota updates to UV and Node code by murgatroid99 · 8 years ago
  57. 317f60b add a blank line back by Yuxuan Li · 8 years ago
  58. 2b4d372 hiding totalCpuTime and idleCpuTime from ServerStatus proto message by Yuxuan Li · 8 years ago
  59. db4b459 Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  60. 74219ea Merge pull request #8702 from markdroth/clang_format_fix by Mark D. Roth · 8 years ago
  61. 02b1ae4 clang-format by Mark D. Roth · 8 years ago
  62. 9ba52e7 unblock the performance tests. hide the cpu usage field for now. by Yuxuan Li · 8 years ago
  63. dc5d60b Allow setting service config via C++ API, for use in tests. by Mark D. Roth · 8 years ago
  64. 4bbdda4 Allow getting LB policy name and service config in C++ API. by Mark D. Roth · 8 years ago
  65. c625c7a Allow fetching service config via grpc_channel_get_info(). by Mark D. Roth · 8 years ago
  66. 998fdd0 dont hang when empty metadata is passed by Jan Tattermusch · 8 years ago
  67. 90eb388 add more MetadataCredentials tests by Jan Tattermusch · 8 years ago
  68. ae4ab4f allow null metadata_array in plugin notify by Jan Tattermusch · 8 years ago
  69. c56c3ad Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  70. c7d2467 Fix test breakage from recent merges. by Mark D. Roth · 8 years ago
  71. 1b77f0b Merge remote-tracking branch 'upstream/master' into latency_in_final_info by Mark D. Roth · 8 years ago
  72. 502eb90 redact json key by yang-g · 8 years ago
  73. dabe6bd Enable Node Express benchmarks, fix copy/paste errors by murgatroid99 · 8 years ago
  74. 5db4884 ignore ssl error leak by yang-g · 8 years ago
  75. 3abd5cc Merge pull request #8343 from muxi/no-authority-header-in-cronet by Muxi Yan · 8 years ago
  76. 24e5f37 Merge pull request #8461 from matt-kwong/pull-request-params by matt-kwong · 8 years ago
  77. fefb3ca shutdown is not needed with the changes to mock_ep by yang-g · 8 years ago
  78. 5e44504 Merge pull request #8687 from dgquintas/handshaker_demote_logging by David G. Quintas · 8 years ago
  79. 76b894c Demote handshake failure logging message from ERROR to INFO by David Garcia Quintas · 8 years ago
  80. d43b9f3 Merge pull request #8518 from sreecha/mutrace_fix by Sree Kuchibhotla · 8 years ago
  81. d4d2ece clang-format by David Garcia Quintas · 8 years ago
  82. 7810898 Add grpc_socket_mutator_compare by Yuchen Zeng · 8 years ago
  83. 8006949 Added assert for lb_token before reffing it by David Garcia Quintas · 8 years ago
  84. f953295 Fixed locking for grpclb by David Garcia Quintas · 8 years ago
  85. 664b587 Clean up end2end_(nosec_)tests by Muxi Yan · 8 years ago
  86. 55d2598 grpc_slice by yang-g · 8 years ago
  87. aa0a5a2 Merge remote-tracking branch 'upstream/master' into ssl_fuzzer by yang-g · 8 years ago
  88. 22d98e1 Add test to CoreCronetEnd2EndTests by Muxi Yan · 8 years ago
  89. 53c4c28 Add new util file to podspec by Muxi Yan · 8 years ago
  90. 3b51f0b Merge pull request #8313 from lyuxuan/cpu_usage2 by lyuxuan · 8 years ago
  91. 3d451ff Update with new core by Muxi Yan · 8 years ago
  92. 10a27c1 Merge remote-tracking branch 'upstream/master' into no-authority-header-in-cronet by Muxi Yan · 8 years ago
  93. fc75321 Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  94. db096f3 Merge pull request #8679 from markdroth/core_api_cleanup by Mark D. Roth · 8 years ago
  95. fb92740 Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet. by Mark D. Roth · 8 years ago
  96. 24ef07c Merge pull request #8345 from muxi/recover-end2end-test by Muxi Yan · 8 years ago
  97. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  98. a987041 Merge pull request #8667 from wenbozhu/master by Feng Li · 8 years ago
  99. 1dd1ce7 Fix filter_latency test for sockpair and fd fixtures. by Mark D. Roth · 8 years ago
  100. 3d1fe58 Code review changes. by Mark D. Roth · 8 years ago