1. 57419dc Merge pull request #7552 from thinkerou/wrap_php7_third by Stanley Cheung · 8 years ago
  2. 5dafd82 add macro PHP_GRPC_INIT_HANDLER by thinkerou · 8 years ago
  3. 514d296 delete commented-code for missing by thinkerou · 8 years ago
  4. dc673c5 add PHP_GRPC_FREE_CLASS_OBJECT macro by thinkerou · 8 years ago
  5. 11cb5c5 fix unused var by thinkerou · 8 years ago
  6. ba75c01 add some macro to reduce duplicate code by thinkerou · 8 years ago
  7. 846768c Merge pull request #7535 from muxi/fix-no-as-needed by Nicolas Noble · 8 years ago
  8. 63d2b28 Merge pull request #7546 from tberghammer/proto-lite by Nicolas Noble · 8 years ago
  9. 818564c Merge pull request #7459 from nicolasnoble/udp_test_bitrot by Vijay Pai · 8 years ago
  10. 2391156 Add cmake option to compile using protobuf-lite by Tamas Berghammer · 8 years ago
  11. dba5b0c add php_grpc_zend_object macro and rename klass by thinkerou · 8 years ago
  12. 7979424 Merge pull request #7539 from stanley-cheung/php-minor-cleanup-ga by Stanley Cheung · 8 years ago
  13. 011d1ef add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  14. bebaf5b update README by Stanley Cheung · 8 years ago
  15. c5755ad php: fix composer.json by Stanley Cheung · 8 years ago
  16. 31fd053 Merge pull request #7532 from thinkerou/wrap_php7_second by Stanley Cheung · 8 years ago
  17. cd0d8ae Identify system and remove --no-as-need if it is Mac OS by Muxi Yan · 8 years ago
  18. 4e3df00 Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide by Muxi Yan · 8 years ago
  19. fdc2132 fix indent use two spaces by thinkerou · 8 years ago
  20. 6f9d30b add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  21. 39e151b Merge pull request #7525 from muxi/add-interop-cronet-test by makdharma · 8 years ago
  22. b8ec235 Merge pull request #7517 from markdroth/handshake_api by kpayson64 · 8 years ago
  23. 9a92b57 Merge pull request #7527 from jskeet/nulllogger by kpayson64 · 8 years ago
  24. ba33b53 Merge pull request #7498 from thinkerou/wrap_php7 by kpayson64 · 8 years ago
  25. 5d9d246 Merge pull request #7477 from yang-g/monotonic by kpayson64 · 8 years ago
  26. 6be28f1 Change the default logger to the NullLogger. by Jon Skeet · 8 years ago
  27. 7bc45f3 Add InteropTestsRemoteWithCronet to the tests by Muxi Yan · 8 years ago
  28. 7b104cd Merge pull request #7511 from nicolasnoble/doc-typo by kpayson64 · 8 years ago
  29. 15e5c3f Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfile by kpayson64 · 8 years ago
  30. 8a1247a Merge pull request #7497 from soltanmm/be-nicer by kpayson64 · 8 years ago
  31. 6914aba Merge pull request #7518 from nicolasnoble/plugins-should-compile by Nicolas Noble · 8 years ago
  32. f71c675 Merge pull request #4 from stanley-cheung/wrap_php7 by 田欧 · 8 years ago
  33. a3becd3 update copyright by Stanley Cheung · 8 years ago
  34. e9ef11a Merge pull request #3 from stanley-cheung/wrap_php7 by 田欧 · 8 years ago
  35. 01da196 Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master by Nicolas Noble · 8 years ago
  36. cc961b6 Merge pull request #7020 from rjshade/assert_not_expect by kpayson64 · 8 years ago
  37. b5fa72c Merge pull request #7451 from y-zeng/seperate_generated_files by kpayson64 · 8 years ago
  38. 734cbe7 clang-format by Mark D. Roth · 8 years ago
  39. 211a2a0 fix copyright by Stanley Cheung · 8 years ago
  40. 33e3dee add file to build.yaml by Stanley Cheung · 8 years ago
  41. f7fbdd4 We should always try to compile the protoc plugins when building tests. by Nicolas "Pixel" Noble · 8 years ago
  42. 39377e9 Fix API of handshake_manager_add(). by Mark D. Roth · 8 years ago
  43. ed77060 Merge remote-tracking branch 'upstream/master' into handshake_api2 by Mark D. Roth · 8 years ago
  44. 1533e6a Rerun generate_projects.sh by murgatroid99 · 8 years ago
  45. de2d9fc Merge pull request #7395 from markdroth/handshake_api by kpayson64 · 8 years ago
  46. 598d524 Fix merge again by murgatroid99 · 8 years ago
  47. 13d2984 Merge pull request #7501 from dgquintas/phony_async_stream by kpayson64 · 8 years ago
  48. 2e2cdff php: add php7 to jenkins basic and interop tests by Stanley Cheung · 8 years ago
  49. 47168ea php: remove protobuf-php clone hack by Stanley Cheung · 8 years ago
  50. 20f900d remove outdated php dockerfile dependency by Stanley Cheung · 8 years ago
  51. da9af33 Merge pull request #7320 from yang-g/shut_down_acceptor_early by Nicolas Noble · 8 years ago
  52. 4b4266a Fixing documentation typo. by Nicolas "Pixel" Noble · 8 years ago
  53. 93da284 Merge pull request #7510 from stanley-cheung/regenerate-template-files by Stanley Cheung · 8 years ago
  54. fd9cc10 Be more intelligent about Cython in grpcio by Masood Malekghassemi · 8 years ago
  55. 224fe98 Fixed incorrect merges by murgatroid99 · 8 years ago
  56. bc3b6f3 regenerate template files by Stanley Cheung · 8 years ago
  57. 2b7fe5a Actually commit changes to tools/distrib/python/grpcio_tools/setup.py by murgatroid99 · 8 years ago
  58. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  59. a228e5f Add grpc_error parameter to handshaker callback. by Mark D. Roth · 8 years ago
  60. c03c575 Merge pull request #7504 from stanley-cheung/php-update-package-xml by Stanley Cheung · 8 years ago
  61. 89a8851 Merge pull request #7503 from stanley-cheung/php-update-package-xml-v1_0 by Stanley Cheung · 8 years ago
  62. 35d8474 php: update composer.json by Stanley Cheung · 8 years ago
  63. b8c87fd php: update package.xml to 1.0.0RC2 by Stanley Cheung · 8 years ago
  64. 217c385 php: update composer.json by Stanley Cheung · 8 years ago
  65. 31399d2 php: update package.xml to 1.0.0RC2 by Stanley Cheung · 8 years ago
  66. f77b9bf Removed unused version of async_stream.h by David Garcia Quintas · 8 years ago
  67. b9c7f3a use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  68. d408708 Merge pull request #7488 from ghemawat/slice_user_data by kpayson64 · 8 years ago
  69. b8208ff Merge pull request #7269 from y-zeng/cli_call by kpayson64 · 8 years ago
  70. 73eec14 Merge pull request #7491 from kpayson64/remote_linux_whl_artifacts by kpayson64 · 8 years ago
  71. 26100cb Rerun generate_projects.sh by Yuchen Zeng · 8 years ago
  72. 2edf5e9 Merge remote-tracking branch 'upstream/master' into seperate_generated_files by Yuchen Zeng · 8 years ago
  73. b8e26c0 Merge pull request #7486 from dgquintas/alive_typo by kpayson64 · 8 years ago
  74. 7645fdc Merge pull request #7393 from y-zeng/example_makefile by Nicolas Noble · 8 years ago
  75. 9cd380c Merge pull request #7296 from thinkerou/fix_orig by Nicolas Noble · 8 years ago
  76. 593fdab Merge pull request #7495 from kpayson64/fix_cygrpc_test by Nicolas Noble · 8 years ago
  77. 27d00b0 Merge pull request #7494 from nicolasnoble/no_verbose_fix by Nicolas Noble · 8 years ago
  78. 8d3e9ec Fix cygrpc test by Ken Payson · 8 years ago
  79. 8bb4ecd Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fix by Nicolas "Pixel" Noble · 8 years ago
  80. cc17af1 Remove non-manylinux linux .whl artifacts by Ken Payson · 8 years ago
  81. 1930468 use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  82. f6aefa3 Merge pull request #7400 from yang-g/ga_branch2 by Nicolas Noble · 8 years ago
  83. 6b3361b Merge pull request #7489 from stanley-cheung/php-fix-minor-style by Stanley Cheung · 8 years ago
  84. b16b1f2 clang-format by Mark D. Roth · 8 years ago
  85. 3b17e44 Merge remote-tracking branch 'upstream/master' into handshake_api by Mark D. Roth · 8 years ago
  86. c38f160 Merge pull request #7476 from vjpai/enable_cross by Nicolas Noble · 8 years ago
  87. d9f2fe7 Merge pull request #7462 from ctiller/backport-delayed-write by Nicolas Noble · 8 years ago
  88. 98f47f6 Merge pull request #7469 from yang-g/proto_lite by Nicolas Noble · 8 years ago
  89. 466d8a6 Merge pull request #7465 from grpc/revert-6942-perf_html_report by kpayson64 · 8 years ago
  90. 4f8c76d Merge pull request #7490 from nicolasnoble/sanitize-master by Nicolas Noble · 8 years ago
  91. 20b8333 Sanitizing master. by Nicolas "Pixel" Noble · 8 years ago
  92. 4f37dc3 php: fix minor style discrepency by Stanley Cheung · 8 years ago
  93. 95f04bd Merge pull request #7487 from thinkerou/on_v1.0.x_support_php7 by Stanley Cheung · 8 years ago
  94. 1f45b40 Merge pull request #7464 from thinkerou/support_php7_by_marco by Stanley Cheung · 8 years ago
  95. fca59fb Add gpr_slice_new_with_user_data. by Sanjay Ghemawat · 8 years ago
  96. 9fee5a4 Merge pull request #7484 from soltanmm/docgen-impro by kpayson64 · 8 years ago
  97. ac8df65 clang-format by Mark D. Roth · 8 years ago
  98. 104ae8d support php7 on v1.0.x branch by thinkerou · 8 years ago
  99. 12c3811 Use compiling instead of making by Yuchen Zeng · 8 years ago
  100. bb981aa Merge pull request #7480 from murgatroid99/node_tools_tarball_names by Nicolas Noble · 8 years ago