1. 9c4425a Added comments to new functions in call.c by murgatroid99 · 9 years ago
  2. 892c3ca Resolved merge conflicts with master by murgatroid99 · 9 years ago
  3. 8a929a9 Fix duplicated symbols by Xiaoguang Sun · 9 years ago
  4. 3f10160 Updated ActiveCall.php to use batch API by murgatroid99 · 9 years ago
  5. 1b027f5 Updated final tests to pass by murgatroid99 · 9 years ago
  6. f2fe1a8 Fixed channel host override handling by murgatroid99 · 9 years ago
  7. 44cfd3e Resolved merge conflicts with master by murgatroid99 · 9 years ago
  8. 9fe516a EndToEndTest now works by murgatroid99 · 9 years ago
  9. 4eb8bba Further updated EndToEndTest by murgatroid99 · 9 years ago
  10. d8bb957 Fixed some tests for new API by murgatroid99 · 9 years ago
  11. 8b87e84 Switched to new secure server API by murgatroid99 · 10 years ago
  12. afd541c Updated C extension to new call API by murgatroid99 · 10 years ago
  13. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 10 years ago
  14. 035a904 Make PHP compile by Craig Tiller · 10 years ago
  15. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  16. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 10 years ago
  17. 691dbcc Update README.md by Jayant Kolhe · 10 years ago
  18. 300748e Update README.md by Jayant Kolhe · 10 years ago
  19. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  20. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  21. 8342881 Add shell script copyrights by Craig Tiller · 10 years ago
  22. 2e498aa Add PHP Copyright by Craig Tiller · 10 years ago
  23. 1a61b17 Copyright checker by Craig Tiller · 10 years ago
  24. 90277ee Merge pull request #379 from murgatroid99/php_cancellation_interop_tests by Tim Emiola · 10 years ago
  25. 8886a55 Merge pull request #373 from murgatroid99/php_metadata_representation by Tim Emiola · 10 years ago
  26. 554fe35 Fixed error in new test by murgatroid99 · 10 years ago
  27. 75c9d2f Added cancel_after_first_response interop test by murgatroid99 · 10 years ago
  28. d96db79 Switched to binding servers to port 0 in tests by murgatroid99 · 10 years ago
  29. 5db18ba Corrected error in metadata parser by murgatroid99 · 10 years ago
  30. 5ca9f92 Changed PHP metadata representation to associative array of arrays of strings by murgatroid99 · 10 years ago
  31. 842037a Merge pull request #349 from murgatroid99/protobuf-php-references by Tim Emiola · 10 years ago
  32. 9068b55 Merge pull request #346 from murgatroid99/php_weak_comparison by Tim Emiola · 10 years ago
  33. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 10 years ago
  34. 975a07b Switched Protobuf-PHP references to my fork, removed references to git-on-borg by murgatroid99 · 10 years ago
  35. d9ba1db Removed assertEquals from TimevalTest by murgatroid99 · 10 years ago
  36. 5accd24 Removed uses of assertEquals, which internally uses weak comparison by murgatroid99 · 10 years ago
  37. 25e5f67 Removed all instances of == and != in PHP code by murgatroid99 · 10 years ago
  38. 14d2ce2 Updated PHP library to handle generated code without explicit references to grpc by murgatroid99 · 10 years ago
  39. f21eb25 Fixed PHP interop tests by murgatroid99 · 10 years ago
  40. c4c3bff Fixed memory leak in PHP byte buffer creation by murgatroid99 · 10 years ago
  41. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  42. cbaacad Fixed junk data bug in PHP SSL Credentials by murgatroid99 · 10 years ago
  43. 48c9c4a Resolved merge conflicts with master by murgatroid99 · 10 years ago
  44. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  45. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  46. 5188535 Merge branch 'new_invoke_api' of github.com:google/grpc into update-api by Craig Tiller · 10 years ago
  47. bc29d80 Better GRPC_LIBDIR config by Craig Tiller · 10 years ago
  48. c2e80bf Pickup wherever phpunit is installed by Craig Tiller · 10 years ago
  49. eb65ac9 Remove libevent references by Craig Tiller · 10 years ago
  50. 62b03e2 Sym-link in system extensions by Craig Tiller · 10 years ago
  51. ff7cdd3 Use local .gitignore by Craig Tiller · 10 years ago
  52. 1b3a881 Dont hardcode phpunit director by Craig Tiller · 10 years ago
  53. e943733 Add shebang by Craig Tiller · 10 years ago
  54. aac57fd Build php modules from run_tests.py by Craig Tiller · 10 years ago
  55. 5430312 Ran different clang-format by murgatroid99 · 10 years ago
  56. 1d89452 Switched to new grpc_call_invoke API by murgatroid99 · 10 years ago
  57. abcc27a Merge pull request #5 from murgatroid99/php_configure_fix by Tim Emiola · 10 years ago
  58. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  59. 470a3ea Added libdl include by murgatroid99 · 10 years ago
  60. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  61. 8f91163 Switched call errors to exceptions instead of return values by mlumish · 10 years ago
  62. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 10 years ago
  63. dba8789 Replaced calls to grpc_call_accept with newer functions by mlumish · 10 years ago
  64. 7d4ec77 Removed reference to custom install location by mlumish · 10 years ago
  65. a7baac5 Added support for trailing metadata, fixed status support by mlumish · 10 years ago
  66. 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
  67. 5800755 Added test data files to open source build by mlumish · 10 years ago
  68. f5aa29b Added utility to make different tests bind to different ports by mlumish · 10 years ago
  69. b892a27 Added PHP to the global gRPC moe config by mlumish · 10 years ago