1. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  2. 6481d04 Add comments by Stanley Cheung · 8 years ago
  3. 1a3f4a5 PHP: make tests runnable on both protobuf 3.1 and 3.2 by Stanley Cheung · 8 years ago
  4. ced8702 Enable advanced Java interop tests. by Eric Gribkoff · 8 years ago
  5. 9a669b6 update php style by thinkerou · 8 years ago
  6. 6134d1d change unimplemented_method to unimplemented_service. Add real unimplemented_method test by Noah Eisen · 8 years ago
  7. 1065452 Fix php interop client for status_code_and_message test by Stanley Cheung · 8 years ago
  8. 39b2e5b PHP Proto3: update tests and README by Stanley Cheung · 8 years ago
  9. 9392b04 fix php code style by thinkerou · 8 years ago
  10. 4711075 php: minor error initializing a variable by Stanley Cheung · 8 years ago
  11. 129bca6 php: error out if metadata key is not legal by Stanley Cheung · 8 years ago
  12. 6f7e55f php: fix per_rpc_creds capital auth header key by Stanley Cheung · 8 years ago
  13. 4f37dc3 php: fix minor style discrepency by Stanley Cheung · 8 years ago
  14. a66e075 php: there is an unimplemented service by Stanley Cheung · 8 years ago
  15. 8939140 php: implement 2 more interop tests by Stanley Cheung · 8 years ago
  16. e2e0873 php: implement custom_metadata interop test by Stanley Cheung · 8 years ago
  17. 9627e2c Fix a typo in php stress client that was causing the php client to ignore any explicitly passed port by Sree Kuchibhotla · 8 years ago
  18. d55ddbc php: ran php-cs-fixer again by Stanley Cheung · 8 years ago
  19. 9074efd fix copyright by Stanley Cheung · 8 years ago
  20. c1bb55e reuse interop client stub by Stanley Cheung · 8 years ago
  21. 55643fe php: stress test client by Stanley Cheung · 8 years ago
  22. 6bd3180 php: make channel credentials createInsecure explicit by Stanley Cheung · 9 years ago
  23. d1cf36c pass auth metadata context to user callback by Stanley Cheung · 9 years ago
  24. 3580580 php: metadata plugin based auth API by Stanley Cheung · 9 years ago
  25. e32075f Fixing tests. by Julien Boeuf · 9 years ago
  26. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  27. d5b2056 php: ran php-cs-fixer to comply with php coding standard by Stanley Cheung · 9 years ago
  28. af93a8f php: remove ssl_cert_file env var by Stanley Cheung · 9 years ago
  29. d94f926 php: remove ssl_cert_file env var by Stanley Cheung · 9 years ago
  30. 030387d remove include by Stanley Cheung · 9 years ago
  31. 47c1a53 php: remove unused file by Stanley Cheung · 9 years ago
  32. 59a15a8 php: add remaining auth interop tests by Stanley Cheung · 9 years ago
  33. ba0cb56 php: add use_tls and use_test_ca param to interop tests script by Stanley Cheung · 9 years ago
  34. e5f41cb php: fix empty_stream interop test; by Stanley Cheung · 9 years ago
  35. 66ec9bb php: call writesDone in interop test by Stanley Cheung · 9 years ago
  36. e5ba29f php: implement empty_stream interop test by Stanley Cheung · 9 years ago
  37. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  38. 03e170e php: add cancel_after_begin interop test by Stanley Cheung · 9 years ago
  39. 3ab8e79 php: support per message compression disable by Stanley Cheung · 9 years ago
  40. 4135a21 php: add comment for why cancel_after_begin cannot be done by Stanley Cheung · 9 years ago
  41. 69e9747 php: fix interop stub construction after codegen fix by Stanley Cheung · 9 years ago
  42. c0c9ba9 php: fix timeout interop test, use 1ms as timeout by Stanley Cheung · 9 years ago
  43. c0034dd review feedback: unit test of uri value too strict by Stanley Cheung · 9 years ago
  44. db98e08 Exposed channel target and call peer in PHP by Stanley Cheung · 9 years ago
  45. cc019af add PHP timeout interop test by Stanley Cheung · 9 years ago
  46. 3fa51a3 update PHP README installation instructions, and dockerfile by Stanley Cheung · 9 years ago
  47. f420687 PHP: add support to pass JWT auth uri to auth library by Stanley Cheung · 9 years ago
  48. e19497a add php compute_engine_creds auth interop test by Stanley Cheung · 9 years ago
  49. 4fbc53e more comments by Stanley Cheung · 9 years ago
  50. 0e08aed add php service account credentials auth interop test, tested against cloud server by Stanley Cheung · 9 years ago
  51. bdf24cf Merge pull request #1153 from murgatroid99/php_interop_selector_fix by Tim Emiola · 9 years ago
  52. 081cccc Re-added overzealously removed file by murgatroid99 · 9 years ago
  53. 245a0ec Removed generated code files by murgatroid99 · 9 years ago
  54. 65dda6c Updated generated code to match protos by murgatroid99 · 9 years ago
  55. a60dd3b Added proto files by murgatroid99 · 9 years ago
  56. abd364d Minor fix to test case switch statement, to fix a false negative by murgatroid99 · 9 years ago
  57. b2a6d01 Replaced existing autoloader with one generated by composer by murgatroid99 · 9 years ago
  58. c1da8f2 Made necessary changes to get interop tests working by murgatroid99 · 9 years ago
  59. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  60. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  61. 2e498aa Add PHP Copyright by Craig Tiller · 10 years ago
  62. 554fe35 Fixed error in new test by murgatroid99 · 10 years ago
  63. 75c9d2f Added cancel_after_first_response interop test by murgatroid99 · 10 years ago
  64. 25e5f67 Removed all instances of == and != in PHP code by murgatroid99 · 10 years ago
  65. 14d2ce2 Updated PHP library to handle generated code without explicit references to grpc by murgatroid99 · 10 years ago
  66. f21eb25 Fixed PHP interop tests by murgatroid99 · 10 years ago
  67. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  68. b892a27 Added PHP to the global gRPC moe config by mlumish · 10 years ago