1. 268acd5 Made PHP library use only a single completion queue by murgatroid99 · 9 years ago
  2. f98cf2d fix php5.6 ext location by Stanley Cheung · 9 years ago
  3. 700dfd9 php test math proto: add default value by Stanley Cheung · 9 years ago
  4. 0fff02c Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie by Yang Gao · 9 years ago
  5. 358b716 add comment by Stanley Cheung · 9 years ago
  6. f420687 PHP: add support to pass JWT auth uri to auth library by Stanley Cheung · 9 years ago
  7. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  8. cc82be5 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  9. 41af13e Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' of github.com:ctiller/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  10. ff73231 ignore PHP vendor/ folder by Stanley Cheung · 9 years ago
  11. ab62f47 remove composer.lock file by Stanley Cheung · 9 years ago
  12. 04cba60 bump php composer.lock again because of auth library fix by Stanley Cheung · 9 years ago
  13. 12f809f Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  14. 62d0b28 update php composer.lock by Stanley Cheung · 9 years ago
  15. f508145 Fix some wrapped languages by Craig Tiller · 9 years ago
  16. e19497a add php compute_engine_creds auth interop test by Stanley Cheung · 9 years ago
  17. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  18. 4fbc53e more comments by Stanley Cheung · 9 years ago
  19. 0e08aed add php service account credentials auth interop test, tested against cloud server by Stanley Cheung · 9 years ago
  20. 77c45eb remove opts param from signature by Stanley Cheung · 9 years ago
  21. 9bd0c64 forgot to update class name by Stanley Cheung · 9 years ago
  22. 2c9c763 Support update metadata callback function in php BaseStub by Stanley Cheung · 9 years ago
  23. 03d6e60 Merge pull request #1235 from murgatroid99/php_memory_leaks by Tim Emiola · 9 years ago
  24. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 9 years ago
  25. 35d06e9 Simplified script by murgatroid99 · 9 years ago
  26. 5983849 Added script to generate test .php files from .proto files by murgatroid99 · 9 years ago
  27. 2db4ebd Updated composer.json to version 0.5.0 by murgatroid99 · 9 years ago
  28. 8be9887 Merge pull request #1178 from murgatroid99/php_camel_case_methods by Tim Emiola · 9 years ago
  29. e80fdd3 Updated GeneratedCodeTest to match (not so) recent stub changes by murgatroid99 · 9 years ago
  30. 10286d3 Updated PHP files to new method names by murgatroid99 · 9 years ago
  31. c1d7e24 Changed C files to have camelCase method names by murgatroid99 · 9 years ago
  32. bdf24cf Merge pull request #1153 from murgatroid99/php_interop_selector_fix by Tim Emiola · 9 years ago
  33. bfa9e4f Fixed scripts again for PHP 5.5 by murgatroid99 · 9 years ago
  34. bbbb3a0 Updated scripts with PHP 5.6's build location by murgatroid99 · 9 years ago
  35. 9e0ee11 Removed pedantic flag from PHP build by murgatroid99 · 9 years ago
  36. 8242ba7 Made external header includes use angle brackets by murgatroid99 · 9 years ago
  37. c743904 Merge pull request #1162 from murgatroid99/php_add_protos by donnadionne · 9 years ago
  38. d8cc6b8 Do not expect metadata until expecting first read by murgatroid99 · 9 years ago
  39. 081cccc Re-added overzealously removed file by murgatroid99 · 9 years ago
  40. 245a0ec Removed generated code files by murgatroid99 · 9 years ago
  41. 65dda6c Updated generated code to match protos by murgatroid99 · 9 years ago
  42. a60dd3b Added proto files by murgatroid99 · 9 years ago
  43. abd364d Minor fix to test case switch statement, to fix a false negative by murgatroid99 · 9 years ago
  44. 9ddc3da Removed redundant autoload require lines by murgatroid99 · 9 years ago
  45. b2a6d01 Replaced existing autoloader with one generated by composer by murgatroid99 · 9 years ago
  46. d506d55 Added composer file to PHP library by murgatroid99 · 9 years ago
  47. 9140a06 Replaced existing PHP files with more batch-based implementation by murgatroid99 · 9 years ago
  48. c1da8f2 Made necessary changes to get interop tests working by murgatroid99 · 9 years ago
  49. 685e4d9 Fixed errors in ActiveCall by murgatroid99 · 9 years ago
  50. 9c4425a Added comments to new functions in call.c by murgatroid99 · 9 years ago
  51. 892c3ca Resolved merge conflicts with master by murgatroid99 · 9 years ago
  52. 8a929a9 Fix duplicated symbols by Xiaoguang Sun · 9 years ago
  53. 3f10160 Updated ActiveCall.php to use batch API by murgatroid99 · 9 years ago
  54. 1b027f5 Updated final tests to pass by murgatroid99 · 9 years ago
  55. f2fe1a8 Fixed channel host override handling by murgatroid99 · 9 years ago
  56. 44cfd3e Resolved merge conflicts with master by murgatroid99 · 9 years ago
  57. 9fe516a EndToEndTest now works by murgatroid99 · 9 years ago
  58. 4eb8bba Further updated EndToEndTest by murgatroid99 · 9 years ago
  59. d8bb957 Fixed some tests for new API by murgatroid99 · 9 years ago
  60. 8b87e84 Switched to new secure server API by murgatroid99 · 9 years ago
  61. afd541c Updated C extension to new call API by murgatroid99 · 9 years ago
  62. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 9 years ago
  63. 035a904 Make PHP compile by Craig Tiller · 10 years ago
  64. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  65. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 10 years ago
  66. 691dbcc Update README.md by Jayant Kolhe · 10 years ago
  67. 300748e Update README.md by Jayant Kolhe · 10 years ago
  68. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  69. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  70. 8342881 Add shell script copyrights by Craig Tiller · 10 years ago
  71. 2e498aa Add PHP Copyright by Craig Tiller · 10 years ago
  72. 1a61b17 Copyright checker by Craig Tiller · 10 years ago
  73. 90277ee Merge pull request #379 from murgatroid99/php_cancellation_interop_tests by Tim Emiola · 10 years ago
  74. 8886a55 Merge pull request #373 from murgatroid99/php_metadata_representation by Tim Emiola · 10 years ago
  75. 554fe35 Fixed error in new test by murgatroid99 · 10 years ago
  76. 75c9d2f Added cancel_after_first_response interop test by murgatroid99 · 10 years ago
  77. d96db79 Switched to binding servers to port 0 in tests by murgatroid99 · 10 years ago
  78. 5db18ba Corrected error in metadata parser by murgatroid99 · 10 years ago
  79. 5ca9f92 Changed PHP metadata representation to associative array of arrays of strings by murgatroid99 · 10 years ago
  80. 842037a Merge pull request #349 from murgatroid99/protobuf-php-references by Tim Emiola · 10 years ago
  81. 9068b55 Merge pull request #346 from murgatroid99/php_weak_comparison by Tim Emiola · 10 years ago
  82. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 10 years ago
  83. 975a07b Switched Protobuf-PHP references to my fork, removed references to git-on-borg by murgatroid99 · 10 years ago
  84. d9ba1db Removed assertEquals from TimevalTest by murgatroid99 · 10 years ago
  85. 5accd24 Removed uses of assertEquals, which internally uses weak comparison by murgatroid99 · 10 years ago
  86. 25e5f67 Removed all instances of == and != in PHP code by murgatroid99 · 10 years ago
  87. 14d2ce2 Updated PHP library to handle generated code without explicit references to grpc by murgatroid99 · 10 years ago
  88. f21eb25 Fixed PHP interop tests by murgatroid99 · 10 years ago
  89. c4c3bff Fixed memory leak in PHP byte buffer creation by murgatroid99 · 10 years ago
  90. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  91. cbaacad Fixed junk data bug in PHP SSL Credentials by murgatroid99 · 10 years ago
  92. 48c9c4a Resolved merge conflicts with master by murgatroid99 · 10 years ago
  93. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  94. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  95. 5188535 Merge branch 'new_invoke_api' of github.com:google/grpc into update-api by Craig Tiller · 10 years ago
  96. bc29d80 Better GRPC_LIBDIR config by Craig Tiller · 10 years ago
  97. c2e80bf Pickup wherever phpunit is installed by Craig Tiller · 10 years ago
  98. eb65ac9 Remove libevent references by Craig Tiller · 10 years ago
  99. 62b03e2 Sym-link in system extensions by Craig Tiller · 10 years ago
  100. ff7cdd3 Use local .gitignore by Craig Tiller · 10 years ago