1. c1da8f2 Made necessary changes to get interop tests working by murgatroid99 · 9 years ago
  2. 1b027f5 Updated final tests to pass by murgatroid99 · 9 years ago
  3. 44cfd3e Resolved merge conflicts with master by murgatroid99 · 9 years ago
  4. 9fe516a EndToEndTest now works by murgatroid99 · 9 years ago
  5. 4eb8bba Further updated EndToEndTest by murgatroid99 · 9 years ago
  6. d8bb957 Fixed some tests for new API by murgatroid99 · 9 years ago
  7. 8b87e84 Switched to new secure server API by murgatroid99 · 10 years ago
  8. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 10 years ago
  9. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  10. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  11. 2e498aa Add PHP Copyright by Craig Tiller · 10 years ago
  12. 90277ee Merge pull request #379 from murgatroid99/php_cancellation_interop_tests by Tim Emiola · 10 years ago
  13. 8886a55 Merge pull request #373 from murgatroid99/php_metadata_representation by Tim Emiola · 10 years ago
  14. 554fe35 Fixed error in new test by murgatroid99 · 10 years ago
  15. 75c9d2f Added cancel_after_first_response interop test by murgatroid99 · 10 years ago
  16. d96db79 Switched to binding servers to port 0 in tests by murgatroid99 · 10 years ago
  17. 5ca9f92 Changed PHP metadata representation to associative array of arrays of strings by murgatroid99 · 10 years ago
  18. d9ba1db Removed assertEquals from TimevalTest by murgatroid99 · 10 years ago
  19. 5accd24 Removed uses of assertEquals, which internally uses weak comparison by murgatroid99 · 10 years ago
  20. 25e5f67 Removed all instances of == and != in PHP code by murgatroid99 · 10 years ago
  21. 14d2ce2 Updated PHP library to handle generated code without explicit references to grpc by murgatroid99 · 10 years ago
  22. f21eb25 Fixed PHP interop tests by murgatroid99 · 10 years ago
  23. 1d89452 Switched to new grpc_call_invoke API by murgatroid99 · 10 years ago
  24. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  25. 8f91163 Switched call errors to exceptions instead of return values by mlumish · 10 years ago
  26. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 10 years ago
  27. dba8789 Replaced calls to grpc_call_accept with newer functions by mlumish · 10 years ago
  28. 5800755 Added test data files to open source build by mlumish · 10 years ago
  29. f5aa29b Added utility to make different tests bind to different ports by mlumish · 10 years ago
  30. b892a27 Added PHP to the global gRPC moe config by mlumish · 10 years ago