1. 77c45eb remove opts param from signature by Stanley Cheung · 9 years ago
  2. 9bd0c64 forgot to update class name by Stanley Cheung · 9 years ago
  3. 2c9c763 Support update metadata callback function in php BaseStub by Stanley Cheung · 9 years ago
  4. 03d6e60 Merge pull request #1235 from murgatroid99/php_memory_leaks by Tim Emiola · 9 years ago
  5. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 9 years ago
  6. 35d06e9 Simplified script by murgatroid99 · 9 years ago
  7. 5983849 Added script to generate test .php files from .proto files by murgatroid99 · 9 years ago
  8. 2db4ebd Updated composer.json to version 0.5.0 by murgatroid99 · 9 years ago
  9. 8be9887 Merge pull request #1178 from murgatroid99/php_camel_case_methods by Tim Emiola · 9 years ago
  10. e80fdd3 Updated GeneratedCodeTest to match (not so) recent stub changes by murgatroid99 · 9 years ago
  11. 10286d3 Updated PHP files to new method names by murgatroid99 · 9 years ago
  12. c1d7e24 Changed C files to have camelCase method names by murgatroid99 · 9 years ago
  13. bdf24cf Merge pull request #1153 from murgatroid99/php_interop_selector_fix by Tim Emiola · 9 years ago
  14. bfa9e4f Fixed scripts again for PHP 5.5 by murgatroid99 · 9 years ago
  15. bbbb3a0 Updated scripts with PHP 5.6's build location by murgatroid99 · 9 years ago
  16. 9e0ee11 Removed pedantic flag from PHP build by murgatroid99 · 9 years ago
  17. 8242ba7 Made external header includes use angle brackets by murgatroid99 · 9 years ago
  18. c743904 Merge pull request #1162 from murgatroid99/php_add_protos by donnadionne · 9 years ago
  19. d8cc6b8 Do not expect metadata until expecting first read by murgatroid99 · 9 years ago
  20. 081cccc Re-added overzealously removed file by murgatroid99 · 9 years ago
  21. 245a0ec Removed generated code files by murgatroid99 · 9 years ago
  22. 65dda6c Updated generated code to match protos by murgatroid99 · 9 years ago
  23. a60dd3b Added proto files by murgatroid99 · 9 years ago
  24. abd364d Minor fix to test case switch statement, to fix a false negative by murgatroid99 · 9 years ago
  25. 9ddc3da Removed redundant autoload require lines by murgatroid99 · 9 years ago
  26. b2a6d01 Replaced existing autoloader with one generated by composer by murgatroid99 · 9 years ago
  27. d506d55 Added composer file to PHP library by murgatroid99 · 9 years ago
  28. 9140a06 Replaced existing PHP files with more batch-based implementation by murgatroid99 · 9 years ago
  29. c1da8f2 Made necessary changes to get interop tests working by murgatroid99 · 9 years ago
  30. 685e4d9 Fixed errors in ActiveCall by murgatroid99 · 9 years ago
  31. 9c4425a Added comments to new functions in call.c by murgatroid99 · 9 years ago
  32. 892c3ca Resolved merge conflicts with master by murgatroid99 · 9 years ago
  33. 8a929a9 Fix duplicated symbols by Xiaoguang Sun · 9 years ago
  34. 3f10160 Updated ActiveCall.php to use batch API by murgatroid99 · 9 years ago
  35. 1b027f5 Updated final tests to pass by murgatroid99 · 9 years ago
  36. f2fe1a8 Fixed channel host override handling by murgatroid99 · 9 years ago
  37. 44cfd3e Resolved merge conflicts with master by murgatroid99 · 9 years ago
  38. 9fe516a EndToEndTest now works by murgatroid99 · 9 years ago
  39. 4eb8bba Further updated EndToEndTest by murgatroid99 · 9 years ago
  40. d8bb957 Fixed some tests for new API by murgatroid99 · 9 years ago
  41. 8b87e84 Switched to new secure server API by murgatroid99 · 9 years ago
  42. afd541c Updated C extension to new call API by murgatroid99 · 9 years ago
  43. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 9 years ago
  44. 035a904 Make PHP compile by Craig Tiller · 9 years ago
  45. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 9 years ago
  46. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 9 years ago
  47. 691dbcc Update README.md by Jayant Kolhe · 9 years ago
  48. 300748e Update README.md by Jayant Kolhe · 9 years ago
  49. ce5021b Add missing new-lines at end of file by Craig Tiller · 9 years ago
  50. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  51. 8342881 Add shell script copyrights by Craig Tiller · 9 years ago
  52. 2e498aa Add PHP Copyright by Craig Tiller · 9 years ago
  53. 1a61b17 Copyright checker by Craig Tiller · 9 years ago
  54. 90277ee Merge pull request #379 from murgatroid99/php_cancellation_interop_tests by Tim Emiola · 9 years ago
  55. 8886a55 Merge pull request #373 from murgatroid99/php_metadata_representation by Tim Emiola · 9 years ago
  56. 554fe35 Fixed error in new test by murgatroid99 · 9 years ago
  57. 75c9d2f Added cancel_after_first_response interop test by murgatroid99 · 9 years ago
  58. d96db79 Switched to binding servers to port 0 in tests by murgatroid99 · 9 years ago
  59. 5db18ba Corrected error in metadata parser by murgatroid99 · 9 years ago
  60. 5ca9f92 Changed PHP metadata representation to associative array of arrays of strings by murgatroid99 · 9 years ago
  61. 842037a Merge pull request #349 from murgatroid99/protobuf-php-references by Tim Emiola · 9 years ago
  62. 9068b55 Merge pull request #346 from murgatroid99/php_weak_comparison by Tim Emiola · 9 years ago
  63. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 9 years ago
  64. 975a07b Switched Protobuf-PHP references to my fork, removed references to git-on-borg by murgatroid99 · 9 years ago
  65. d9ba1db Removed assertEquals from TimevalTest by murgatroid99 · 9 years ago
  66. 5accd24 Removed uses of assertEquals, which internally uses weak comparison by murgatroid99 · 9 years ago
  67. 25e5f67 Removed all instances of == and != in PHP code by murgatroid99 · 9 years ago
  68. 14d2ce2 Updated PHP library to handle generated code without explicit references to grpc by murgatroid99 · 9 years ago
  69. f21eb25 Fixed PHP interop tests by murgatroid99 · 9 years ago
  70. c4c3bff Fixed memory leak in PHP byte buffer creation by murgatroid99 · 9 years ago
  71. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  72. cbaacad Fixed junk data bug in PHP SSL Credentials by murgatroid99 · 10 years ago
  73. 48c9c4a Resolved merge conflicts with master by murgatroid99 · 10 years ago
  74. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  75. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  76. 5188535 Merge branch 'new_invoke_api' of github.com:google/grpc into update-api by Craig Tiller · 10 years ago
  77. bc29d80 Better GRPC_LIBDIR config by Craig Tiller · 10 years ago
  78. c2e80bf Pickup wherever phpunit is installed by Craig Tiller · 10 years ago
  79. eb65ac9 Remove libevent references by Craig Tiller · 10 years ago
  80. 62b03e2 Sym-link in system extensions by Craig Tiller · 10 years ago
  81. ff7cdd3 Use local .gitignore by Craig Tiller · 10 years ago
  82. 1b3a881 Dont hardcode phpunit director by Craig Tiller · 10 years ago
  83. e943733 Add shebang by Craig Tiller · 10 years ago
  84. aac57fd Build php modules from run_tests.py by Craig Tiller · 10 years ago
  85. 5430312 Ran different clang-format by murgatroid99 · 10 years ago
  86. 1d89452 Switched to new grpc_call_invoke API by murgatroid99 · 10 years ago
  87. abcc27a Merge pull request #5 from murgatroid99/php_configure_fix by Tim Emiola · 10 years ago
  88. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  89. 470a3ea Added libdl include by murgatroid99 · 10 years ago
  90. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  91. 8f91163 Switched call errors to exceptions instead of return values by mlumish · 10 years ago
  92. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 10 years ago
  93. dba8789 Replaced calls to grpc_call_accept with newer functions by mlumish · 10 years ago
  94. 7d4ec77 Removed reference to custom install location by mlumish · 10 years ago
  95. a7baac5 Added support for trailing metadata, fixed status support by mlumish · 10 years ago
  96. 31a829c Moved interop client script to the same directory as other scripts. This also moves it into the filegroup for the opensource build. by mlumish · 10 years ago
  97. 5800755 Added test data files to open source build by mlumish · 10 years ago
  98. f5aa29b Added utility to make different tests bind to different ports by mlumish · 10 years ago
  99. b892a27 Added PHP to the global gRPC moe config by mlumish · 10 years ago