1. 8ceb27a Regenerate projects by Juanli Shen · 6 years ago
  2. 461c910 PHP: fix failed test 16392 by ZhouyihaiDing · 6 years ago
  3. 66a4efc PHP: fix failed test 16392 by ZhouyihaiDing · 6 years ago
  4. befcfee Add error checking for server args in PHP by ncteisen · 6 years ago
  5. 28c6d6b PHP: upgrade interop test google/auth version by ZhouyihaiDing · 6 years ago
  6. a3939fd Merge pull request #16074 from bshaffer/issue-16072 by Stanley Cheung · 6 years ago
  7. ad371f8 fixes subpackage issue with loading composer by Brent Shaffer · 6 years ago
  8. 8c9af74 Regenerate projects by Srini Polavarapu · 6 years ago
  9. 1cc028f Upmerge v1.13.x into master by Mehrdad Afshari · 6 years ago
  10. 9687447 Regenerate projects by Srini Polavarapu · 6 years ago
  11. a7e282e PHP: add call invoker by ZhouyihaiDing · 6 years ago
  12. 6cec581 Merge pull request #15850 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  13. ed0dc06 Regenerate Projects by Mehrdad Afshari · 6 years ago
  14. d6b483b PHP: add deserialze as the argument for the interceptor by ZhouyihaiDing · 6 years ago
  15. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  16. 561630d Regenerate projects by Mehrdad Afshari · 6 years ago
  17. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  18. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  19. 586c639 Regenerate projects by Srini Polavarapu · 6 years ago
  20. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  21. dbdf006 fix readme markdown render by thinkerou · 6 years ago
  22. d788a53 readme by ZhouyihaiDing · 7 years ago
  23. 4677c70 PHP: fix flaky tests by ZhouyihaiDing · 6 years ago
  24. bef6b8d PHP: fix qps benchmark failure by updating protobuf version by ZhouyihaiDing · 6 years ago
  25. 364d2b4 Merge pull request #15282 from ZhouyihaiDing/fix-qps by kpayson64 · 6 years ago
  26. 9a73019 php: remove invalid include file by thinkerou · 6 years ago
  27. 39604e4 Merge pull request #15401 from thinkerou/add_macro_reduce_code by Zhouyihai Ding · 6 years ago
  28. 10470bb Merge pull request #15417 from chingor13/php-default-channel by Zhouyihai Ding · 6 years ago
  29. 6d96a9a Provide hostname to getDefaultChannel by Jeff Ching · 6 years ago
  30. 31676f3 Surface a static method to fetch the default Channel that a BaseStub would create by Jeff Ching · 6 years ago
  31. 251a573 php InterceptorChannel inherits from Channel by ZhouyihaiDing · 6 years ago
  32. c848726 php interceptor test nits by ZhouyihaiDing · 6 years ago
  33. e499d9b Merge pull request #15399 from ZhouyihaiDing/interceptor_composer by Zhouyihai Ding · 6 years ago
  34. fe037cb add two macro for reduce duplicate code by thinkerou · 6 years ago
  35. 3c047a2 PHP: fix InterceptorChannel not autoload by composer by ZhouyihaiDing · 6 years ago
  36. 771c205 remove invalid include-file and adjust include-file sort by thinkerou · 6 years ago
  37. 9ef881e PHP: chang shared channel behavior by ZhouyihaiDing · 6 years ago
  38. 52b95cf gRPC PHP Client Interceptor implementation and tests by ZhouyihaiDing · 7 years ago
  39. 29bfaf4 PHP: fix QPS tests not working by ZhouyihaiDing · 6 years ago
  40. fec4b30 Merge pull request #12775 from thinkerou/fix_todo by Zhouyihai Ding · 6 years ago
  41. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  42. 6bc4b2f php: complete todo by thinkerou · 6 years ago
  43. 8acece9 Merge pull request #15171 from ZhouyihaiDing/API_revert by Zhouyihai Ding · 6 years ago
  44. dff7ba6 PHP: remove channel observation and clean method used for tests by ZhouyihaiDing · 6 years ago
  45. 7a20c96 Break out qps services into seperate protos by kpayson64 · 6 years ago
  46. 082ddc5 Merge pull request #15066 from matt-kwong/php-path-fix by Matt Kwong · 6 years ago
  47. 84d6046 Set DYLD_LIBRARY_PATH to be based off of by Matt Kwong · 6 years ago
  48. 4a13404 PHP: fix persistentChannelTest error by ZhouyihaiDing · 6 years ago
  49. 5c77035 PHP: use persistent list not shared by other modules by ZhouyihaiDing · 6 years ago
  50. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  51. b00a925 PHP: don't destruct persistent channel at the end of php-fpm request by ZhouyihaiDing · 6 years ago
  52. 8993297 php: adding trace for call_credentials callback function by ZhouyihaiDing · 6 years ago
  53. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  54. 9073ea0 Regenerate projects by Mehrdad Afshari · 6 years ago
  55. 43132b5 php: remove unrelated code from SharedChannelClose test by ZhouyihaiDing · 6 years ago
  56. 9233201 Merge pull request #13541 from Kunde21/php/constructor-cleanup by Zhouyihai Ding · 6 years ago
  57. 1952018 Merge pull request #12703 from thinkerou/fix_bug by Zhouyihai Ding · 6 years ago
  58. 1ac45e1 Removed opts checks in BaseStub when the elements aren't not used. by Chad Kunde · 6 years ago
  59. ec0669c php: call credentials plugin_get_metadata metadata leak by Zhouyihai Ding · 6 years ago
  60. c84c8d4 Merge pull request #14160 from ZhouyihaiDing/pr_call_peer_leak by Stanley Cheung · 6 years ago
  61. d29d709 Merge pull request #14161 from ZhouyihaiDing/channel_hashkey_size by Stanley Cheung · 6 years ago
  62. 5e7eed2 Merge pull request #14159 from ZhouyihaiDing/pr_call_array_leak by Stanley Cheung · 6 years ago
  63. 95b4c65 Merge pull request #14158 from ZhouyihaiDing/pr_callcredentials_plugin_leak by Stanley Cheung · 6 years ago
  64. a14ce30 Merge pull request #14156 from ZhouyihaiDing/channel_hashstr_leak by Stanley Cheung · 6 years ago
  65. 367a1ee php: fix call credentials createFromPlugin leak by Zhouyihai Ding · 6 years ago
  66. 159ceb6 php: fix call return peer leak by Zhouyihai Ding · 6 years ago
  67. f09c294 php: fix channel_credentials hashkey size error by Zhouyihai Ding · 6 years ago
  68. 2138362 php: fix channel_credentials hashstr leak by Zhouyihai Ding · 6 years ago
  69. e3e6470 php: fix call plugin_get_metadata return value leak by Zhouyihai Ding · 6 years ago
  70. b0821f0 php: fix grpc_parse_metadata_array leak by Zhouyihai Ding · 6 years ago
  71. 1d8ab5a Merge pull request #14130 from ZhouyihaiDing/wrapper_leak by Stanley Cheung · 6 years ago
  72. 7c647d3 php: fix channel wrapper leak by Zhouyihai Ding · 6 years ago
  73. 8a84593 php: fix channel reuse doesn't free allocated wrapper by Zhouyihai Ding · 6 years ago
  74. 2318b87 Merge pull request #14127 from ZhouyihaiDing/channel_credentials_leak by Stanley Cheung · 6 years ago
  75. d715e7d Merge pull request #14126 from ZhouyihaiDing/get_target_leak by Stanley Cheung · 6 years ago
  76. 99bb170 Merge pull request #14125 from ZhouyihaiDing/persistent_channel_leak by Stanley Cheung · 6 years ago
  77. 0464879 php-memory-leak by ZhouyihaiDing · 6 years ago
  78. a1f94b7 Merge pull request #13687 from ZhouyihaiDing/php_info by Stanley Cheung · 6 years ago
  79. 4b9f8d8 php: channel_credentials hashstr leak by Zhouyihai Ding · 6 years ago
  80. d3b5524 php: fix channel get_target leak by Zhouyihai Ding · 6 years ago
  81. 33af9aa php: fix channel persistence channel leak by Zhouyihai Ding · 6 years ago
  82. 4388404 Regenerate projects by Mehrdad Afshari · 6 years ago
  83. 4b0e885 Merge pull request #14017 from ZhouyihaiDing/php_channl_memory_leak by Zhouyihai Ding · 6 years ago
  84. b6cdfca php channel: fix memory leak by Zhouyihai Ding · 6 years ago
  85. a2044f8 metadata plugin update statuses in wrapped langs by Jan Tattermusch · 7 years ago
  86. f9675bb Merge pull request #12706 from applinskinner/master by Zhouyihai Ding · 6 years ago
  87. e2af6d9 php_info add grpc version by ZhouyihaiDing · 6 years ago
  88. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 6 years ago
  89. fc8eafe Fix a PHP memory leak with SSL root certificates by Jack Wakefield · 7 years ago
  90. 18f02d2 fix php testWatchConnectivityState by Jan Tattermusch · 7 years ago
  91. 1167655 Merge pull request #13037 from quizlet/php_doc_fix by Stanley Cheung · 7 years ago
  92. 1c0a336 Fixing return value documentation on PHP addSecureHttp2Port and addHttp2Port by Ryan Gordon · 7 years ago
  93. 83a2cc0 php return the right classes by Guilherme Oliveira · 7 years ago
  94. d015389 exclude uploading stats, add unconstained php benchmark by ZhouyihaiDing · 7 years ago
  95. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  96. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  97. b408469 attempt to fix bug by thinkerou · 7 years ago
  98. c6f9cf3 update composer installing protobuf v3 for php-qps by ZhouyihaiDing · 7 years ago
  99. 6d8cc7c Fixed some PHP errors by Stanley Cheung · 7 years ago
  100. 2caf021 Change plugin credentials API to support both sync and async modes. by Mark D. Roth · 7 years ago