1. 190a8db Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1 by Alexander Polcyn · 7 years ago
  2. a01e040 Merge pull request #13975 from danzh2010/adjustrcvbuf by Yang Gao · 7 years ago
  3. 81c0e38 Merge pull request #14004 from jtattermusch/gpr_sync_windows by Jan Tattermusch · 7 years ago
  4. aebb45e Merge pull request #14003 from grpc/revert-13697-nostdthread by Vijay Pai · 7 years ago
  5. 86c17bf start with fewer iterations by Jan Tattermusch · 7 years ago
  6. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  7. 148700a windows needs fflush after fprintf by Jan Tattermusch · 7 years ago
  8. 5ca71f2 Fix issue with filter_status_code test for proxy tests. by Ken Payson · 7 years ago
  9. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  10. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  11. 4db3b74 Merge pull request #13697 from vjpai/nostdthread by Vijay Pai · 7 years ago
  12. 3742b72 change to int type by Dan Zhang · 7 years ago
  13. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  14. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  15. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  16. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  17. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  18. 9423c27 Need to include functional to use std::bind by Vijay Pai · 7 years ago
  19. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  20. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  21. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  22. d9ab30a Merge pull request #13871 from yang-g/gmock_search_path by Yang Gao · 7 years ago
  23. eb64fad Provide a way to use custom search path for gmock.h by yang-g · 7 years ago
  24. 0c2fc92 fix data race in shutdown_and_destroy_pollset by Dan Zhang · 7 years ago
  25. 40ebe9a fix typo by Dan Zhang · 7 years ago
  26. 8fba583 fix udp_server_test flakiness by Dan Zhang · 7 years ago
  27. 4d48a3d format change by Dan Zhang · 7 years ago
  28. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  29. 9d77be1 Merge pull request #13837 from yang-g/interop by Yang Gao · 7 years ago
  30. 3a1a2f0 Use the same ParseCommandLineFlags for golden file test that is used in other test binaries by Alexander Polcyn · 7 years ago
  31. 19d1eb2 When seeing an error in interop test, also log the debug error string. by yang-g · 7 years ago
  32. d3dbc0d Mark one test binary as testonly by Alexander Polcyn · 7 years ago
  33. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  34. 1c4d410 Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazel by apolcyn · 7 years ago
  35. 1bedfa3 Fix another data race in client_lb_end2end by David Garcia Quintas · 7 years ago
  36. 4f4a45e fix tsan issue in client_lb_end2end by David Garcia Quintas · 7 years ago
  37. 251af24 Disabled the json_run_localhost:*_low_thread_count family of tests by David Garcia Quintas · 7 years ago
  38. 3bc0dac Removed exec_ctx from new client_lb_end2end code by David Garcia Quintas · 7 years ago
  39. f19b20f Merge pull request #13803 from apolcyn/mark_testonly by apolcyn · 7 years ago
  40. 7f16daf Merge pull request #13793 from apolcyn/fix_ruby_distrib_retry by apolcyn · 7 years ago
  41. 5f72c6a Mark a couple of test binaries asa testonly by Alexander Polcyn · 7 years ago
  42. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  43. 590099c PR comments, round 3 by David Garcia Quintas · 7 years ago
  44. acd56b7 Fix failing ruby distrib tests on ruby 2.0 images by Alexander Polcyn · 7 years ago
  45. d928673 PR comments by David Garcia Quintas · 7 years ago
  46. 487ee31 Address review comments by Yuchen Zeng · 7 years ago
  47. 2435050 Support access token credential in grpc_cli by Yuchen Zeng · 7 years ago
  48. 78335ac Merge pull request #13710 from ctiller/fix17it1 by Craig Tiller · 7 years ago
  49. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  50. af42ea7 Added tests for initial and min connect backoffs by David Garcia Quintas · 7 years ago
  51. 5bd81fe Merge pull request #13721 from y-zeng/cli_metadata by Yuchen Zeng · 7 years ago
  52. 3a6e5bb Fixes by Craig Tiller · 7 years ago
  53. dcb9493 Merge pull request #13450 from daniel-j-born/tcp_client by Mark D. Roth · 7 years ago
  54. 66d1019 Merge pull request #13631 from sreecha/cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  55. 2455b3d Fix tsan issue by Yuchen Zeng · 7 years ago
  56. bdf6391 Refactor POSIX TCP client connect. by Dan Born · 7 years ago
  57. 19889d7 Add escape sequences for the grpc_cli metadata flag by Yuchen Zeng · 7 years ago
  58. 2830e3a Enable golden file test in bazel by Alexander Polcyn · 7 years ago
  59. 7fd3417 Merge pull request #13678 from sreecha/rpc-deadline-fix by Sree Kuchibhotla · 7 years ago
  60. 04bd8b3 Fix test helper binaries by Craig Tiller · 7 years ago
  61. 5b1a66c Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped by Noah Eisen · 7 years ago
  62. 6193c63 Reviewer feedback by ncteisen · 7 years ago
  63. ca398ee Merge branch 'master' into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  64. 94e676e Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx by Yash Tibrewal · 7 years ago
  65. d6c292f Merge master by Yash Tibrewal · 7 years ago
  66. 0b6bdbc Merge pull request #12488 from dgquintas/removed_expiration_interval by David G. Quintas · 7 years ago
  67. 495476a Merge pull request #13682 from dgquintas/send_rpc_status_return by David G. Quintas · 7 years ago
  68. a802157 Merge pull request #13677 from kpayson64/fix_benchmark by kpayson64 · 7 years ago
  69. 9702566 Make it possible to ignore result of SendRPC() in test by David Garcia Quintas · 7 years ago
  70. cc6601e Tweak the RpcDeadline test to reduce flakes by Sree Kuchibhotla · 7 years ago
  71. 8873975 Fix Async QPS Test by Ken Payson · 7 years ago
  72. 4d9f7f6 PR comments by David Garcia Quintas · 7 years ago
  73. d196658 Merge branch 'master' of github.com:grpc/grpc into removed_expiration_interval by David Garcia Quintas · 7 years ago
  74. d5ca876 Fixed ClientLbEnd2endTest.RoundRobinReresolve flakiness by David Garcia Quintas · 7 years ago
  75. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  76. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  77. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  78. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  79. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  80. 43b8f8a Update grpclb_test.cc by Vijay Pai · 7 years ago
  81. 05cd310 Merge pull request #13630 from dgquintas/fix_deadupdate by David G. Quintas · 7 years ago
  82. b02fde2 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  83. 8df0cc3 PR Comments by David Garcia Quintas · 7 years ago
  84. 770bf07 Regen projects and fix more uses of gpr_thd_new by Vijay Pai · 7 years ago
  85. 53d5503 Pass a pollset_set to some client handshakers. by Dan Born · 7 years ago
  86. 6667f15 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  87. 0f91e51 Cleaned up API. Backoff now returns a single value: the time of the next retry by David Garcia Quintas · 7 years ago
  88. 19988c6 clang-format by Vijay Pai · 7 years ago
  89. 33dd7f0 Add thread name by Vijay Pai · 7 years ago
  90. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  91. f3b73e5 Merge pull request #13579 from sreecha/rq-fix by Sree Kuchibhotla · 7 years ago
  92. 18bc278 Add tests by ncteisen · 7 years ago
  93. f7a8eb7 Merge pull request #13554 from danzh2010/asyncio by Yang Gao · 7 years ago
  94. a3a4f39 Update ev_epollsig_linux_test.cc by Vijay Pai · 7 years ago
  95. 54961bb Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition varialbes in linux support MONOTONIC clock type) by Sree Kuchibhotla · 7 years ago
  96. 3a9743c Fix UpdatesTest.UpdateBalancersDeadUpdate expectation by David Garcia Quintas · 7 years ago
  97. 9a43437 Merge branch 'master' into rq-fix by Sree Kuchibhotla · 7 years ago
  98. 4ca3563 fix connectivity test failure by Sree Kuchibhotla · 7 years ago
  99. c3b1e55 Merge pull request #13576 from vjpai/qps_killer by Vijay Pai · 7 years ago
  100. c6587ca Reintroduce lambdas by Vijay Pai · 7 years ago