1. 7e7fd96 Split the BUILD file into sub-libraries, and made the end2end tests use ssl certs. by Nicolas "Pixel" Noble · 8 years ago
  2. 7ad2d0b end2end test generation (first try) by Craig Tiller · 8 years ago
  3. 60ca22f Basic testing. by Nicolas "Pixel" Noble · 8 years ago
  4. 70ee74c Merge pull request #8427 from ctiller/lock-cycle by Craig Tiller · 8 years ago
  5. 20e77f2 Merge pull request #8303 from markdroth/service_config by Mark D. Roth · 8 years ago
  6. 2406e31 Avoid TSAN reported lock cycle by Craig Tiller · 8 years ago
  7. 2dc4968 Fix config-exclusion for secure variants of tests by Craig Tiller · 8 years ago
  8. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  9. 605a8f1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  10. f1e5d12 Merge pull request #8371 from yang-g/server_context_spouse by Yang Gao · 8 years ago
  11. 14c836f Delambdaify by Craig Tiller · 8 years ago
  12. 68cf8ce Fix payload tests under windows by Craig Tiller · 8 years ago
  13. 8c94df1 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  14. b019d61 Fix benchmark shutdown by Craig Tiller · 8 years ago
  15. 8725595 Merge pull request #7664 from kpayson64/cv_wakeup_fd by kpayson64 · 8 years ago
  16. 7d2f0b0 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  17. 5e258bf clang-format by Mark D. Roth · 8 years ago
  18. 4a8cf1d Merge pull request #8348 from dgquintas/new_lb_md_keys by David G. Quintas · 8 years ago
  19. d7ec5e1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  20. fd7caf5 Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keys by David Garcia Quintas · 8 years ago
  21. c4292fb Add a simple test by yang-g · 8 years ago
  22. 272c8d2 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  23. 83dd3aa changed whitespace by Noah Eisen · 8 years ago
  24. 40860c4 reverting a file for the last commit caused a function to be deleted from interop_client. This commit adds that function back in by Noah Eisen · 8 years ago
  25. f8ffbf6 also reverted interop server, since mark had already made the changes I did in an un merged pull request by Noah Eisen · 8 years ago
  26. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  27. b529997 Fixed clang-format sanity error by David Garcia Quintas · 8 years ago
  28. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  29. 9993c87 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  30. 53cba4a Merge pull request #8182 from matt-kwong/fix_docker_local_clone by Jan Tattermusch · 8 years ago
  31. 352e9a3 Merge pull request #8073 from daniel-j-born/handshake_shutdown by Yang Gao · 8 years ago
  32. a03a8c4 Merge pull request #8333 from rjshade/orphan_calls by Vijay Pai · 8 years ago
  33. 81a6ef9 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  34. a3654db Renamed LB-related metadata keys by David Garcia Quintas · 8 years ago
  35. fbfb05a Merge pull request #8177 from jboeuf/remove_call_creds_from_channel_creds by jboeuf · 8 years ago
  36. 5175037 Check for the correct number of orphan callbacks in udp_server_test by Robbie Shade · 8 years ago
  37. fdc2b10 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  38. d195cf5 Add condition variable polling engine by kpayson64 · 8 years ago
  39. 2cef11c added status request ability to the FullDuplexCall so that cpp server can pass the node client's status_code_and_message test by Noah Eisen · 8 years ago
  40. 90576b1 Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  41. 70c0b32 Merge pull request #8219 from markdroth/fail_fast by Mark D. Roth · 8 years ago
  42. 9db75cf Revert changes to sockaddr_resolver_test, since we no longer support query_args there. by Mark D. Roth · 8 years ago
  43. fd2ddd2 clang-format by Mark D. Roth · 8 years ago
  44. 499b012 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  45. afae721 Fix test. by Mark D. Roth · 8 years ago
  46. d8f4a12 Fix build problem in test. by Mark D. Roth · 8 years ago
  47. 624f4ba Add missing delete by Craig Tiller · 8 years ago
  48. 81ae740 Test setting wait_for_ready via service config. by Mark D. Roth · 8 years ago
  49. fc27513 Merge branch 'fail_fast' into service_config by Mark D. Roth · 8 years ago
  50. 8bc8a83 Update tests. by Mark D. Roth · 8 years ago
  51. 4bcdd73 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  52. 30542c0 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  53. e40dd29 Handle the case where the resolver returns after the call is initialized. by Mark D. Roth · 8 years ago
  54. a2e50c5 Merge pull request #8190 from y-zeng/proto_db by Yuchen Zeng · 8 years ago
  55. 998dbc0 Merge pull request #7612 from rjshade/enable_udp_testing by Yang Gao · 8 years ago
  56. b486002 Merge pull request #8280 from markdroth/max_message_size_fix by Mark D. Roth · 8 years ago
  57. 8bed8c8 Merge remote-tracking branch 'upstream/master' into fix_docker_local_clone by Matt Kwong · 8 years ago
  58. d7c8c2b Merge remote-tracking branch 'upstream/master' into proto_db by Yuchen Zeng · 8 years ago
  59. e5b4c26 more usage of std::string by David Garcia Quintas · 8 years ago
  60. 35d7a26 Merge branch 'master' into enable_udp_testing by Robbie Shade · 8 years ago
  61. f042481 s/std::string/grpc::string by David Garcia Quintas · 8 years ago
  62. 825af91 Merge remote-tracking branch 'upstream/master' into max_message_size_fix by Mark D. Roth · 8 years ago
  63. da091f7 Test setting max message size limits via service config. by Mark D. Roth · 8 years ago
  64. 928a594 Merge branch 'max_message_size_fix' into service_config by Mark D. Roth · 8 years ago
  65. 49e405a Merge branch 'fake_resolver' into service_config by Mark D. Roth · 8 years ago
  66. 07aab59 clang-format by Mark D. Roth · 8 years ago
  67. 274c8ed Fix handling of max receive message size on client side. by Mark D. Roth · 8 years ago
  68. 0b259a8 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  69. 94ba752 Merge remote-tracking branch 'upstream/master' into fake_resolver by Mark D. Roth · 8 years ago
  70. 1d06e82 Merge pull request #8253 from dgquintas/grpclb_deadline_n_massage by David G. Quintas · 8 years ago
  71. c532d83 Merge branch 'fake_resolver' into service_config by Mark D. Roth · 8 years ago
  72. b34b055 Code cleanup. by Mark D. Roth · 8 years ago
  73. ec39334 Add h2_fake_resolver end2end test fixture. by Mark D. Roth · 8 years ago
  74. 787d58f Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  75. 9eee718 Merge branch 'fake_resolver' into service_config by Mark D. Roth · 8 years ago
  76. da0ec82 Add fake resolver for tests. by Mark D. Roth · 8 years ago
  77. 9070ab6 Merge pull request #8247 from y-zeng/proto_db_check_service by Yuchen Zeng · 8 years ago
  78. 0368e3d Merge pull request #8205 from ctiller/crashy by Craig Tiller · 8 years ago
  79. b58c2db yet another gcc 4.4 compile fix. by Makarand Dharmapurikar · 8 years ago
  80. bd57bba Use a reasonable deadline in grpclb test by David Garcia Quintas · 8 years ago
  81. c9beaca fix for gcc 4.4 warning by Makarand Dharmapurikar · 8 years ago
  82. 673fa6c Merge pull request #8227 from dgquintas/grpclb_service_name by Nicolas Noble · 8 years ago
  83. 21993e0 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  84. d76e159 Merge pull request #8226 from dgquintas/sockaddr_server_name by Nicolas Noble · 8 years ago
  85. afa8c10 clang-format by Mark D. Roth · 8 years ago
  86. 4944ee2 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  87. 72d0b16 Change sockaddr resolver to allow setting method config via URI query params. by Mark D. Roth · 8 years ago
  88. 4089138 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  89. 43b817c Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  90. 7cd90c6 Print more information about ambiguous method names by Yuchen Zeng · 8 years ago
  91. 6679d78 Handle partially exposed reflection service by Yuchen Zeng · 8 years ago
  92. 98b3663 Fixed type in comments by Noah Eisen · 8 years ago
  93. 7af400c Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  94. 0adb728 removed check for status error message. Investigating why node servers send messages back that are not empty by Noah Eisen · 8 years ago
  95. 7bc012f Merge branch 'master' of https://github.com/grpc/grpc into new_interop_tests by Noah Eisen · 8 years ago
  96. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  97. ca3451d Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  98. 473e8f9 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  99. d914591 Merge pull request #7970 from markdroth/deadline_filter by Nicolas Noble · 8 years ago
  100. 34dee03 Merge pull request #8203 from dgquintas/nanopb_fuzzer_squelch by David G. Quintas · 8 years ago