1. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  2. 0c80c7d Collecting failure status progress by Craig Tiller · 8 years ago
  3. caa9044 Minor end2end test update by Muxi Yan · 8 years ago
  4. 9deb09f Use NS_OPTIONS flags for ObjC API by Muxi Yan · 8 years ago
  5. fa242cb Plugging memory leak. by Nicolas "Pixel" Noble · 8 years ago
  6. 62d66b8 Fix copy/paste bug by Craig Tiller · 8 years ago
  7. 13a6008 updated interop test driver to run the advanced tests from a c++ client, since they are now all implemented by Noah Eisen · 8 years ago
  8. 4f13db3 Merge pull request #8184 from nicolasnoble/nanopb-code-drop by Nicolas Noble · 8 years ago
  9. 10d13f6 Make initial connect retry backoff configurable by Craig Tiller · 8 years ago
  10. 005eec7 Merge branch 'master' of https://github.com/grpc/grpc into new_interop_tests by Noah Eisen · 8 years ago
  11. 6336ef7 Use per-method wait_until_ready value. by Mark D. Roth · 8 years ago
  12. db1a5cc Buffer pool C++ wrapper by Craig Tiller · 8 years ago
  13. 0d366c9 PR comments by David Garcia Quintas · 8 years ago
  14. 02e70ed changed method name in test.proto to more accurately reflect how the calls will be used by Noah Eisen · 8 years ago
  15. ef7efb1 Merge branch 'fail_fast' into service_config by Mark D. Roth · 8 years ago
  16. 62cfbea Update pending API cleanups doc. by Mark D. Roth · 8 years ago
  17. 59c9f90 Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to by Mark D. Roth · 8 years ago
  18. 5db2497 Merge remote-tracking branch 'upstream/master' into fail_fast by Mark D. Roth · 8 years ago
  19. a4aebf8 Remove unused inclusion by Yuchen Zeng · 8 years ago
  20. 56e470e Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  21. 42ee4d8 Refine test scenario list for buffer pools by Craig Tiller · 8 years ago
  22. 94948b8 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  23. b97f867 Merge pull request #8185 from y-zeng/gen_proto_comment by Yuchen Zeng · 8 years ago
  24. fbf8dd8 Merge pull request #8168 from markdroth/max_message_size_fix by Nicolas Noble · 8 years ago
  25. 15292db Merge pull request #8221 from dgquintas/grpclb_server_name_const by Nicolas Noble · 8 years ago
  26. af564a1 changed timestamp clock from REALTIME to PRECISE by Makarand Dharmapurikar · 8 years ago
  27. 25e229d Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  28. 9fce8e1 Merge pull request #8191 from markdroth/subchannel_factory_cleanup by Mark D. Roth · 8 years ago
  29. a2b2ac8 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  30. a7a21d2 Make sync server settings configurable by Sree Kuchibhotla · 8 years ago
  31. 5d88263 Fix memory leaks by Craig Tiller · 8 years ago
  32. 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
  33. d7aef05 Readability improvement by Muxi Yan · 8 years ago
  34. e97f7c0 Allow more general flags to be passed to ObjC API by Muxi Yan · 8 years ago
  35. d29a351 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  36. a22510c Merge by Craig Tiller · 8 years ago
  37. 1bb6e68 more doc fixes by Makarand Dharmapurikar · 8 years ago
  38. f91af00 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago
  39. ed3e86b added comment about setting cacheable flag. by Makarand Dharmapurikar · 8 years ago
  40. 35e8783 Review feedback by Craig Tiller · 8 years ago
  41. e035cad Fix memory leak by Craig Tiller · 8 years ago
  42. 012fc18 doc fixes and max-age set to 60 by Makarand Dharmapurikar · 8 years ago
  43. 08d297e Make all tests build again by Craig Tiller · 8 years ago
  44. 69a1f66 Complete integration test for buffer pools by Craig Tiller · 8 years ago
  45. 129bb46 Added comments wrt lb/subchannel args ownership. by David Garcia Quintas · 8 years ago
  46. 1e70dea Merge pull request #8192 from dgquintas/resolver_prefix by David G. Quintas · 8 years ago
  47. 8d7cab6 Merge pull request #8183 from dgquintas/grpclb_deadline by David G. Quintas · 8 years ago
  48. ba6d175 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  49. 4288101 Fix flow control of cancelled streams by Craig Tiller · 8 years ago
  50. bb1d72d Better debugging by Craig Tiller · 8 years ago
  51. c1acca2 Fix flow control of cancelled streams by Craig Tiller · 8 years ago
  52. a04c678 trivial doc fix. by Makarand Dharmapurikar · 8 years ago
  53. ef6b976 Add tracing, fix some transport bugs wrt buffer_pools by Craig Tiller · 8 years ago
  54. 892dbf4 Make settings configurable by Sree Kuchibhotla · 8 years ago
  55. 55ba14a Use the server's name as the service name for gRPC LB by David Garcia Quintas · 8 years ago
  56. 5f2e90e Populate server_name for sockaddr resolver by David Garcia Quintas · 8 years ago
  57. 42511cf Addressed review feedback by Makarand Dharmapurikar · 8 years ago
  58. a613615 Regenerate tests.json since it was out of sync by Sree Kuchibhotla · 8 years ago
  59. bd48c91 Use SIGMINRT + 6 as the default signal for gRPC epoll engine by Sree Kuchibhotla · 8 years ago
  60. fdea83d Update grpc objc API for support of PUT method by Muxi Yan · 8 years ago
  61. 16c26ed Add support of PUT method by Muxi Yan · 8 years ago
  62. 15bc462 Rename variables ... again by Yuchen Zeng · 8 years ago
  63. e529ea3 Rename variables by Yuchen Zeng · 8 years ago
  64. 6b40333 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  65. 8250993 Stub out end2end tests by Craig Tiller · 8 years ago
  66. 8ed4399 Changing Linux worker creation script. by Nicolas "Pixel" Noble · 8 years ago
  67. ed9dc8d Fix leaks by Craig Tiller · 8 years ago
  68. 7ab8eec Merge pull request #8218 from ctiller/reduce_load by Nicolas Noble · 8 years ago
  69. 06bc282 Remove deprecated V8 function call in Node library by murgatroid99 · 8 years ago
  70. 4b3b5d0 Fixes for destruction by Craig Tiller · 8 years ago
  71. 32c804e Fix a conditional that got flipped by Craig Tiller · 8 years ago
  72. dd339ea Cleanup of some buffer pool implementation by Craig Tiller · 8 years ago
  73. e8b8786 Add doc of pending API cleanups for C++. by Mark D. Roth · 8 years ago
  74. 9477724 Change C++ API to expose wait_for_ready instead of fail_fast. by Mark D. Roth · 8 years ago
  75. af9da92 Dont run benchmarks outside of linux for now by Craig Tiller · 8 years ago
  76. 91bb624 Reduce # of benchmarks run as Jenkins unit tests by Craig Tiller · 8 years ago
  77. 996e95b Use per-method max message size limits. by Mark D. Roth · 8 years ago
  78. 14eae8f Update Protocol spec to mention idempotency by Carl Mastrangelo · 8 years ago
  79. 6600645 Refactor hash table code into its own module and use it for method_config as well as method_config_table. by Mark D. Roth · 8 years ago
  80. 3c9728f Wrapped logs in grpc_http_trace by Robbie Shade · 8 years ago
  81. d249264 Merge branch 'master' into add_error_log_for_h2_headers by Robbie Shade · 8 years ago
  82. 795451f Hooking more things up by Craig Tiller · 8 years ago
  83. 923d641 Add a new scenario: Async-Client/Sync-Server by Sree Kuchibhotla · 8 years ago
  84. e2ac106 new value by Sree Kuchibhotla · 8 years ago
  85. f4c6e43 fine tune the cq deadline value (temporarily) by Sree Kuchibhotla · 8 years ago
  86. 81b2bc3 add async client sync server scenario by Sree Kuchibhotla · 8 years ago
  87. 7f58f5d Progress on chttp2 integration by Craig Tiller · 8 years ago
  88. c63455a Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  89. 25f29af Beginning integration of buffer pools && chttp2 by Craig Tiller · 8 years ago
  90. 7e642e3 Compiles with npm install --debug option. by Tim Ryan · 8 years ago
  91. 2d08f5b fix the plugin initialization order in ServerBuilder by Sree Kuchibhotla · 8 years ago
  92. 9a574ec Merge pull request #7930 from yang-g/header2 by Nicolas Noble · 8 years ago
  93. 3af0908 Merge pull request #7928 from yang-g/void_cast by Nicolas Noble · 8 years ago
  94. 966a448 Require non-NULL exec_ctx to unref. by Dan Born · 8 years ago
  95. ce2ff3c Fixes by Craig Tiller · 8 years ago
  96. e9f385a Fixes, more tests by Craig Tiller · 8 years ago
  97. dedb923 Clang format by murgatroid99 · 8 years ago
  98. 77c6cce Updated changes for Windows, removed unistd.h from test files by Michael Lumish · 8 years ago
  99. aa850a7 Pass path into init_call_elem() for use in looking up method config. by Mark D. Roth · 8 years ago
  100. 579acc3 Ensure all memory is released back to the buffer pool by Craig Tiller · 8 years ago