1. 6f12c74 clang-format by Mark D. Roth · 8 years ago
  2. 835646e Fix tests. by Mark D. Roth · 8 years ago
  3. daa9f45 Fix workqueue_move_items_to_parent() invocation bug in polling_island_merge()[ev_epoll_linux.c]. by Harvey Tuch · 8 years ago
  4. bd82788 Merge pull request #9414 from jboeuf/fix_alpn_msan by Nicolas Noble · 8 years ago
  5. f575369 Fixing msan issue in client_ssl.c by Julien Boeuf · 8 years ago
  6. c51f19d Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flags by ncteisen · 8 years ago
  7. 9c7a08d Simplify cpp stress flags by ncteisen · 8 years ago
  8. 44e907a Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists by apolcyn · 8 years ago
  9. 2b24d27 Merge pull request #9326 from yang-g/license by Yang Gao · 8 years ago
  10. b997cf6 Merge pull request #9366 from rjshade/fix_memory_profile_flakes by Craig Tiller · 8 years ago
  11. a9b3c38 Merge pull request #9064 from grpc/revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  12. c2079f3 Merge pull request #9252 from ctiller/write_buffering by Craig Tiller · 8 years ago
  13. 886fb12 Force client to wait for server to start by Robbie Shade · 8 years ago
  14. 1e27758 Merge pull request #9351 from matt-kwong/corpus-fuzzer-api by Craig Tiller · 8 years ago
  15. c1002c9 Add api-fuzzer corpus by Matt Kwong · 8 years ago
  16. e6bcd0e Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  17. 7a48d01 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago
  18. 3623af1 merge master by Yuxuan Li · 8 years ago
  19. 6fb04d6 memory usage profiling for client call, client channel, server creation, server call and server channel. by Yuxuan Li · 8 years ago
  20. 62a7ca8 re-run clang-format.sh by Alexander Polcyn · 8 years ago
  21. def69b3 Merge pull request #8816 from lyuxuan/cpu_usage2 by lyuxuan · 8 years ago
  22. 3cdf729 Merge pull request #8770 from lyuxuan/channel_args1 by lyuxuan · 8 years ago
  23. 21b6a68 Merge pull request #9315 from yang-g/fuzzer_load by Yang Gao · 8 years ago
  24. 8bddea1 Merge pull request #9327 from yang-g/include_fix2 by Yang Gao · 8 years ago
  25. a2341ea omg it is 2017 by yang-g · 8 years ago
  26. ebb3d5d Merge pull request #9139 from ericgribkoff/http2_client by Eric Gribkoff · 8 years ago
  27. d36a531 Add missing include for size_t by yang-g · 8 years ago
  28. 43dc9ed Add licenses to all BUILD files and missing copyright by yang-g · 8 years ago
  29. 6ff1ca4 re-run generate project to build qps json driver by Alexander Polcyn · 8 years ago
  30. 8a0ef63 remove LimitCores in c++ benchmark by Alexander Polcyn · 8 years ago
  31. a6e796f ignore core counts and core lists in qps json driver by Alexander Polcyn · 8 years ago
  32. cc59102 manual revert of #8901 by yang-g · 8 years ago
  33. 1da20c1 Remove unused load by yang-g · 8 years ago
  34. c344e87 Adds HTTP/2 interop test client by Eric Gribkoff · 8 years ago
  35. ac87a46 enable uploading server cpu usage data from performance tests to big query by Yuxuan Li · 8 years ago
  36. 98c0bd7 add setting channel args functionality to performance tesing by Yuxuan Li · 8 years ago
  37. 7fc6f3b changes to http2 test server by Makarand Dharmapurikar · 8 years ago
  38. 1311e34 Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  39. 348fba2 Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  40. b5b4372 Use `grpc_closure`s in `grpc_timer`s by Masood Malekghassemi · 8 years ago
  41. 32e05e4 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago
  42. 2ef5a64 Add a test of finishing buffering with EOS by Craig Tiller · 8 years ago
  43. 4e6247a Fix sequential write buffering by Craig Tiller · 8 years ago
  44. cd7faa2 Merge branch 'faster' into slice_with_exec_ctx by Craig Tiller · 8 years ago
  45. 4b53d35 Faster test building: avoid repeated linking by Craig Tiller · 8 years ago
  46. 293ef15 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  47. 16f155b Fixes for tests by Craig Tiller · 8 years ago
  48. 9f87ee2 Fixes for tests by Craig Tiller · 8 years ago
  49. 9bca58c Remove old fixture by Craig Tiller · 8 years ago
  50. 3ca6019 Merge branch 'patchy' into slice_with_exec_ctx_and_build by Craig Tiller · 8 years ago
  51. c8b0fba Forgot to git add these. by Nicolas "Pixel" Noble · 8 years ago
  52. 3d5592c Moving message_size_filter properly. by Nicolas "Pixel" Noble · 8 years ago
  53. 42ef542 Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  54. 203860a Merge remote-tracking branch 'google/master' into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  55. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  56. 36d3746 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  57. d465456 clang-format code by Craig Tiller · 8 years ago
  58. 061ef74 Some fixes by Craig Tiller · 8 years ago
  59. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  60. ddebfa6 Merge pull request #9187 from yang-g/validate_reserved_metadata by Yang Gao · 8 years ago
  61. 5783782 Merge pull request #8788 from jboeuf/fix_jwt_verifier by jboeuf · 8 years ago
  62. 702f93d Fix merge errors by Craig Tiller · 8 years ago
  63. 4cc1c35 Fix merge errors by Craig Tiller · 8 years ago
  64. 0704727 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  65. 964d7bb Fixing JWT verifier. by Julien Boeuf · 8 years ago
  66. 92fa960 Check and fail if user provides a metadata key starting with : by yang-g · 8 years ago
  67. 9f89107 better qps_json_driver message when QPS_WORKERS env is missing by Jan Tattermusch · 8 years ago
  68. 4873d30 allow disable core_list setting and override qps server in benchmarks by Alexander Polcyn · 8 years ago
  69. 89f33bf Merge pull request #9143 from sreecha/fix_metrics_server by David G. Quintas · 8 years ago
  70. 4f4b278 Merge pull request #9144 from dgquintas/grpclb_server_uri by David G. Quintas · 8 years ago
  71. 855a106 grpclb: skip slash in server uri path if present by David Garcia Quintas · 8 years ago
  72. 10639a6 Merge pull request #9126 from ericgribkoff/http2_test_case_flags by Eric Gribkoff · 8 years ago
  73. 7eef316 Fix metrics server by Sree Kuchibhotla · 8 years ago
  74. b229094 Merge pull request #8789 from y-zeng/resolver_pollset by Yuchen Zeng · 8 years ago
  75. d3b83f4 Deflake lb_policies_test by David Garcia Quintas · 8 years ago
  76. 65a45ae Add copywrite to new files by ncteisen · 8 years ago
  77. 63e3e3b Add grpc_pollset_set as an arg in grpc_resolver_create by Yuchen Zeng · 8 years ago
  78. b3bda54 Modify HTTP/2 test server to display a list of available test cases and by Eric Gribkoff · 8 years ago
  79. 8fe21f2 Address review comments by Yuchen Zeng · 8 years ago
  80. b4080a2 Fix resolve_address_test by Yuchen Zeng · 8 years ago
  81. 15521de Request a pollset_set in grpc_resolve_address by Yuchen Zeng · 8 years ago
  82. f290686 Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanup by Mark D. Roth · 8 years ago
  83. 5904a95 Merge pull request #8795 from markdroth/client_channel_init_cleanup by Mark D. Roth · 8 years ago
  84. 2249e92 Merge pull request #8900 from makdharma/http2_test by makdharma · 8 years ago
  85. 6997c34 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  86. a84cdb8 Add parse, tobinary, totext commands by Yuchen Zeng · 8 years ago
  87. 13f3574 clang-format by Mark D. Roth · 8 years ago
  88. 473ff83 Fix filter_end2end_test. by Mark D. Roth · 8 years ago
  89. 8c57917 fixed feedback from review by Makarand Dharmapurikar · 8 years ago
  90. 42663fb Fix bug. by Mark D. Roth · 8 years ago
  91. aa1cd14 Clean up C++ filter API. by Mark D. Roth · 8 years ago
  92. bcd54cd Fix sockaddr_resolver_test. by Mark D. Roth · 8 years ago
  93. b14ed41 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  94. 201db7d Eliminate redundant places where server name was stored. by Mark D. Roth · 8 years ago
  95. 6d379a9 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  96. 4d2ea02 Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""" by Mark D. Roth · 8 years ago
  97. 4603a1c Merge pull request #9062 from grpc/revert-9019-short_deadlines by Craig Tiller · 8 years ago
  98. 30268a9 Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" by Craig Tiller · 8 years ago
  99. 70a85ad Revert "Handle (and test) short call deadlines" by Craig Tiller · 8 years ago
  100. b995e8b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago