1. 8f67b64 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  2. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  3. 74b731e Merge pull request #8423 from ncteisen/interop_client_naming by Noah Eisen · 8 years ago
  4. 5ee0797 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  5. 6952b21 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  6. 32eee77 Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message by Noah Eisen · 8 years ago
  7. afcc875 clang-format by Craig Tiller · 8 years ago
  8. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  9. d923583 Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class by Vijay Pai · 8 years ago
  10. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  11. f1e5d12 Merge pull request #8371 from yang-g/server_context_spouse by Yang Gao · 8 years ago
  12. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  13. 654b242 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  14. 14c836f Delambdaify by Craig Tiller · 8 years ago
  15. b019d61 Fix benchmark shutdown by Craig Tiller · 8 years ago
  16. 7d2f0b0 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  17. a628c84 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  18. 5e258bf clang-format by Mark D. Roth · 8 years ago
  19. 4a8cf1d Merge pull request #8348 from dgquintas/new_lb_md_keys by David G. Quintas · 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. 0812609 golden file by Vijay Pai · 8 years ago
  23. 96e0311 clang-format by Vijay Pai · 8 years ago
  24. 8d08b1d Test all split streamed variations by Vijay Pai · 8 years ago
  25. 65a9ef1 Fix channel/stub for dup service use by Vijay Pai · 8 years ago
  26. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  27. 272c8d2 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  28. 83dd3aa changed whitespace by Noah Eisen · 8 years ago
  29. 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
  30. 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
  31. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  32. b529997 Fixed clang-format sanity error by David Garcia Quintas · 8 years ago
  33. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  34. a3654db Renamed LB-related metadata keys by David Garcia Quintas · 8 years ago
  35. c99945e Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  36. fdc2b10 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  37. 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
  38. 90576b1 Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  39. 70c0b32 Merge pull request #8219 from markdroth/fail_fast by Mark D. Roth · 8 years ago
  40. 624f4ba Add missing delete by Craig Tiller · 8 years ago
  41. 4bcdd73 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  42. a2e50c5 Merge pull request #8190 from y-zeng/proto_db by Yuchen Zeng · 8 years ago
  43. d7c8c2b Merge remote-tracking branch 'upstream/master' into proto_db by Yuchen Zeng · 8 years ago
  44. e5b4c26 more usage of std::string by David Garcia Quintas · 8 years ago
  45. f042481 s/std::string/grpc::string by David Garcia Quintas · 8 years ago
  46. 94ba752 Merge remote-tracking branch 'upstream/master' into fake_resolver by Mark D. Roth · 8 years ago
  47. 1d06e82 Merge pull request #8253 from dgquintas/grpclb_deadline_n_massage by David G. Quintas · 8 years ago
  48. 1bb0ce5 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  49. 787d58f Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  50. da0ec82 Add fake resolver for tests. by Mark D. Roth · 8 years ago
  51. 9070ab6 Merge pull request #8247 from y-zeng/proto_db_check_service by Yuchen Zeng · 8 years ago
  52. b58c2db yet another gcc 4.4 compile fix. by Makarand Dharmapurikar · 8 years ago
  53. bd57bba Use a reasonable deadline in grpclb test by David Garcia Quintas · 8 years ago
  54. c9beaca fix for gcc 4.4 warning by Makarand Dharmapurikar · 8 years ago
  55. 43b817c Merge remote-tracking branch 'upstream/master' into run_interop_tests_go by Mark D. Roth · 8 years ago
  56. 7cd90c6 Print more information about ambiguous method names by Yuchen Zeng · 8 years ago
  57. 6679d78 Handle partially exposed reflection service by Yuchen Zeng · 8 years ago
  58. 98b3663 Fixed type in comments by Noah Eisen · 8 years ago
  59. 0adb728 removed check for status error message. Investigating why node servers send messages back that are not empty by Noah Eisen · 8 years ago
  60. 0895545 Complete reporting for failure rates by Craig Tiller · 8 years ago
  61. 032f9bf Start to log errors from benchmark by Craig Tiller · 8 years ago
  62. 1a8c52e Collect stats on # failed requests by Craig Tiller · 8 years ago
  63. 0c80c7d Collecting failure status progress by Craig Tiller · 8 years ago
  64. 005eec7 Merge branch 'master' of https://github.com/grpc/grpc into new_interop_tests by Noah Eisen · 8 years ago
  65. db1a5cc Buffer pool C++ wrapper by Craig Tiller · 8 years ago
  66. 02e70ed changed method name in test.proto to more accurately reflect how the calls will be used by Noah Eisen · 8 years ago
  67. 5db2497 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  68. a4aebf8 Remove unused inclusion by Yuchen Zeng · 8 years ago
  69. af564a1 changed timestamp clock from REALTIME to PRECISE by Makarand Dharmapurikar · 8 years ago
  70. a27eb1d added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py by Noah Eisen · 8 years ago
  71. f91af00 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  72. 012fc18 doc fixes and max-age set to 60 by Makarand Dharmapurikar · 8 years ago
  73. 55ba14a Use the server's name as the service name for gRPC LB by David Garcia Quintas · 8 years ago
  74. 42511cf Addressed review feedback by Makarand Dharmapurikar · 8 years ago
  75. 15bc462 Rename variables ... again by Yuchen Zeng · 8 years ago
  76. e529ea3 Rename variables by Yuchen Zeng · 8 years ago
  77. 9477724 Change C++ API to expose wait_for_ready instead of fail_fast. by Mark D. Roth · 8 years ago
  78. af9da92 Dont run benchmarks outside of linux for now by Craig Tiller · 8 years ago
  79. 91bb624 Reduce # of benchmarks run as Jenkins unit tests by Craig Tiller · 8 years ago
  80. 3af0908 Merge pull request #7928 from yang-g/void_cast by Nicolas Noble · 8 years ago
  81. 2717035 Improve ProtoReflectionDescriptorDatabase by Yuchen Zeng · 8 years ago
  82. 5abf79a Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  83. e267f86 Properly init variable by yang-g · 8 years ago
  84. 84d55b3 clang-format by Yuchen Zeng · 8 years ago
  85. 1724ef0 Fix portibality issues by Yuchen Zeng · 8 years ago
  86. 24129f0 Merge remote-tracking branch 'upstream/master' into cli_list by Yuchen Zeng · 8 years ago
  87. 8a26592 Merge pull request #7899 from y-zeng/cli_type by Yuchen Zeng · 8 years ago
  88. 1edc77c Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  89. a8e1b83 Merge pull request #7846 from markdroth/max_send_size_filter by Mark D. Roth · 8 years ago
  90. 7fbe5c5 Merge pull request #8113 from yang-g/verify_auth_headers by Yang Gao · 8 years ago
  91. 734fd71 Fix CliCredentials reference by Yuchen Zeng · 8 years ago
  92. a964cba Merge remote-tracking branch 'upstream/master' into cli_type_fork by Yuchen Zeng · 8 years ago
  93. 2579bf3 Fix ListServices args by Yuchen Zeng · 8 years ago
  94. d5fba28 make inline metadata value clearer by yang-g · 8 years ago
  95. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  96. 4b4571a Add a test for nonbin header containing binary value by yang-g · 8 years ago
  97. ba1db3b Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  98. 7bb547b Merge pull request #8094 from ctiller/wait_to_start by Craig Tiller · 8 years ago
  99. faccebf Merge pull request #7845 from yang-g/header by Yang Gao · 8 years ago
  100. c580af3 Add a check for metadata from auth plugin by yang-g · 8 years ago