1. dc1cfe9 Merge pull request #11978 from vjpai/remake by Vijay Pai · 7 years ago
  2. f787594 Merge pull request #11703 from yang-g/cq_shutdown by Yang Gao · 7 years ago
  3. 4280725 Clean up grpc++_unsecure so that it doesn't require secure content anymore by Vijay Pai · 7 years ago
  4. 7d6b914 Change return type to bool by yang-g · 7 years ago
  5. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  6. 433f7bc Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity by David G. Quintas · 7 years ago
  7. aaf623a Merge pull request #11965 from dgquintas/grpclb_lb_channel_conn_state_subscription by David G. Quintas · 7 years ago
  8. fc950fb Fix bug in handling of RR connectivity transition to SHUTDOWN by David Garcia Quintas · 7 years ago
  9. 0133cc6 Avoid benchmarking allocs by ncteisen · 7 years ago
  10. 6a7935e Watch the LB channel using the right initial conn. state by David Garcia Quintas · 7 years ago
  11. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  12. 5794061 Improvements to grpc_byte_stream API and handling. by Mark D. Roth · 7 years ago
  13. 986f056 Merge pull request #11865 from yang-g/avl_interface by Yang Gao · 7 years ago
  14. c22c65b grpclb: deal with all-drops serverlists by David Garcia Quintas · 7 years ago
  15. 196d3d6 Merge pull request #11928 from grpc/revert-11572-internalize by Vijay Pai · 7 years ago
  16. 3b91441 Merge pull request #11907 from vjpai/testlast by Vijay Pai · 7 years ago
  17. 59ef648 Adding exec_ctx to avl vtable functions by yang-g · 7 years ago
  18. bc81eee Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API by Vijay Pai · 7 years ago
  19. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  20. 9511aef Merge pull request #11786 from y-zeng/fd_orphan by Yuchen Zeng · 7 years ago
  21. a074133 Merge pull request #11733 from markdroth/security_api_cleanup by Mark D. Roth · 7 years ago
  22. 781fd6f Merge pull request #11884 from yashykt/connect-auth by Yash Tibrewal · 7 years ago
  23. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  24. d0c1e50 Changing a few variable names and adding few safety conditions by Yash Tibrewal · 7 years ago
  25. c50cf03 Move gtest last by Vijay Pai · 7 years ago
  26. c62ce80 Test credentials are passed with channel arg. Renamed macros and refactored code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload. by Yash Tibrewal · 7 years ago
  27. 78d7125 Removing a few style issues by Yash Tibrewal · 7 years ago
  28. 5d90656 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  29. ad11680 remove unnecessary code by Yash Tibrewal · 7 years ago
  30. c59ef5e Merged latest commit from upstream by Yash Tibrewal · 7 years ago
  31. f7350ea Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri by Yash Tibrewal · 7 years ago
  32. 1932a50 Merge pull request #11787 from guantaol/qps_driver by Guantao Liu · 7 years ago
  33. e5ba80b Merge pull request #11870 from vjpai/slice by Vijay Pai · 7 years ago
  34. 65d447f Merge pull request #11454 from markdroth/server_cq_ok_semantics by Mark D. Roth · 7 years ago
  35. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  36. 4ff3805 Merge pull request #11813 from kpayson64/restore_target by kpayson64 · 7 years ago
  37. 9968c25 Update bm_pollset with the fd_orphan change by Yuchen Zeng · 7 years ago
  38. d40a7ae Add already_closed in grpc_fd_orphan by Yuchen Zeng · 7 years ago
  39. acbdc79 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  40. 0086d02 Merge pull request #11189 from muxi/stream_compression by Muxi Yan · 7 years ago
  41. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  42. fd82a6c Merge pull request #11145 from vjpai/inproc3 by Vijay Pai · 7 years ago
  43. 29a7050 Fixed sanity. by Guantao Liu · 7 years ago
  44. 37484f8 Merge remote-tracking branch 'upstream/master' into qps_driver by Guantao Liu · 7 years ago
  45. 91d8f0b Added the missing header file and fixed a syntax error. by Guantao Liu · 7 years ago
  46. ac9fdfb Removed unnecessary default values and fixed sanity. by Guantao Liu · 7 years ago
  47. 29d4723 Merge pull request #10827 from jboeuf/max_token_lifetime_cpp by jboeuf · 7 years ago
  48. 8dc4f10 Disbable a specific check on async_end2end_test and revisit later if that expectation was really required by the API by Vijay Pai · 7 years ago
  49. 3d7d5f4 Create inproc transport, add relevant tests, exclude irrelevant tests by Vijay Pai · 7 years ago
  50. 1228237 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  51. ac51c2a Merge pull request #11825 from sreecha/asan_failure by Sree Kuchibhotla · 7 years ago
  52. 0c9ce72 Merge pull request #11761 from dgquintas/lb_update_connector_fix by David G. Quintas · 7 years ago
  53. 24a4b31 Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocks by David G. Quintas · 7 years ago
  54. a69878a fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threads by Sree Kuchibhotla · 7 years ago
  55. 0696611 Do not return calls on server when request proto fails to deserialize. by Mark D. Roth · 7 years ago
  56. da8eca5 Better handling of token lifetime. by Julien Boeuf · 7 years ago
  57. 51d0ff0 Fix deadlocks in grpclb_end2end_test by David Garcia Quintas · 7 years ago
  58. ce47215 Merge branch 'master' into sreek-epoll1 by Sree Kuchibhotla · 7 years ago
  59. f47c063 Restore interop_client_main by Ken Payson · 7 years ago
  60. e72b5d6 Merge remote-tracking branch 'upstream/master' into qps_driver to resolve conflicts. by Guantao Liu · 7 years ago
  61. 41690d1 Detach ownership of core/c++ by Craig Tiller · 7 years ago
  62. 9a4ed68 Improved testing by David Garcia Quintas · 7 years ago
  63. 5e47758 Make @vjpai an owner of qps_test by Craig Tiller · 7 years ago
  64. abcdfc9 Merge pull request #11803 from ctiller/spin-init by Craig Tiller · 7 years ago
  65. 5a5062b Merge pull request #11808 from murgatroid99/owners_murgatroid99 by Michael Lumish · 7 years ago
  66. b598460 Add myself as owner of files in several directories by murgatroid99 · 7 years ago
  67. 68ce256 Sanitizing repo. by Nicolas "Pixel" Noble · 7 years ago
  68. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  69. fdf04d2 Merge pull request #11797 from yang-g/init_benchmark_to_test by Yang Gao · 7 years ago
  70. e251fba clang-format by Craig Tiller · 7 years ago
  71. 61f21d9 Fixing merge failures on test/cpp/interop. by Nicolas "Pixel" Noble · 7 years ago
  72. fdcb774 Regenerate projects and fixes by yang-g · 7 years ago
  73. a7e5a0b Add a test of repeatedly calling grpc_init then grpc_shutdown by Craig Tiller · 7 years ago
  74. e4985cb Add test tree owners for C/C++ by Craig Tiller · 7 years ago
  75. b575a34 Replace InitBenchmark with InitTest. Remove qps_test.cc by yang-g · 7 years ago
  76. abe3cf5 Add a new metric 'Queries/CPU-sec'. Enable internal credential types. by Guantao Liu · 7 years ago
  77. ce5747f Merge branch 'enable-epoll1' of https://github.com/ctiller/grpc into ctiller-enable-epoll1 by Sree Kuchibhotla · 7 years ago
  78. 37691e7 Merge pull request #11317 from ctiller/cq-drop by Craig Tiller · 7 years ago
  79. ca0b808 Merge pull request #11409 from annasapek/asynch-tsi-fake-handshaker by Mark D. Roth · 7 years ago
  80. 4318df0 Update tsi_fake_handshaker to implement the asynchronous TSI by Anna Sapek · 7 years ago
  81. eede875 Disable health check service in async end2end tests as it is causing flakes in mac by Sree Kuchibhotla · 7 years ago
  82. 7e4c1dd Add fuzzer repro by Noah Eisen · 7 years ago
  83. 8e32b4d Merge pull request #11719 from markdroth/large_metadata_bad_client_test_fix by Mark D. Roth · 7 years ago
  84. 5dd2489 Do multiple reads if needed to read full server response. by Mark D. Roth · 7 years ago
  85. 5e36994 Merge pull request #11572 from vjpai/internalize by Vijay Pai · 7 years ago
  86. a4710a0 Revert "Remove lockfree-stack implementation that is no longer used" by Ken Payson · 7 years ago
  87. 6636b50 Fix codegen_test_full by David Garcia Quintas · 7 years ago
  88. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  89. dfe4027 Fix windows test failure by Muxi Yan · 7 years ago
  90. fbd06f7 Comments and fixes by Muxi Yan · 7 years ago
  91. 05f6d7e Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix by David G. Quintas · 7 years ago
  92. 4e014a2 Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge by Michael Lumish · 7 years ago
  93. 4b2def3 Fix RR concurrent updates by David Garcia Quintas · 7 years ago
  94. 1d85332 Merge pull request #11532 from ctiller/optimize_for by Craig Tiller · 7 years ago
  95. e09581d Merge pull request #11557 from ncteisen/writelast-bugfix by Noah Eisen · 7 years ago
  96. 882ba60 Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge by murgatroid99 · 7 years ago
  97. 873ee82 Add channel args to qps server by Craig Tiller · 7 years ago
  98. f5bda7f Merge github.com:grpc/grpc into enable-epoll1 by Craig Tiller · 7 years ago
  99. 3f223e3 Move gtest include after proto include by David Garcia Quintas · 7 years ago
  100. 36bb8a0 s/hanging/pending/g by ncteisen · 7 years ago