Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | PHP interop client: do not append :443 to host name unless necessary | Jan Tattermusch | 2018-12-20 |
| | | | | | $server_port is actually a string and appending the port number to server_host breaks jwt_token_creds testcase. | ||
* | do not use server override in php interop client by default | Jan Tattermusch | 2018-12-20 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Add comments | Stanley Cheung | 2017-01-31 |
| | |||
* | PHP: make tests runnable on both protobuf 3.1 and 3.2 | Stanley Cheung | 2017-01-30 |
| | |||
* | Enable advanced Java interop tests. | Eric Gribkoff | 2017-01-06 |
| | | | | | | | | | | | Add response parameters to custom_metadata streaming request for Node and PHP clients. The Java server does not respond with separate initial and trailing metadata when there is no response data - it is only emiting the requested trailing metadata. Adding the response parameters to the test (in accordance with the specification) avoids this, but I will open a separate issue to investigate the Java behavior. | ||
* | update php style | thinkerou | 2016-11-01 |
| | |||
* | change unimplemented_method to unimplemented_service. Add real ↵ | Noah Eisen | 2016-10-21 |
| | | | | unimplemented_method test | ||
* | Fix php interop client for status_code_and_message test | Stanley Cheung | 2016-10-17 |
| | |||
* | PHP Proto3: update tests and README | Stanley Cheung | 2016-09-29 |
| | |||
* | fix php code style | thinkerou | 2016-09-09 |
| | |||
* | php: minor error initializing a variable | Stanley Cheung | 2016-09-06 |
| | |||
* | php: error out if metadata key is not legal | Stanley Cheung | 2016-08-26 |
| | |||
* | php: fix per_rpc_creds capital auth header key | Stanley Cheung | 2016-08-26 |
| | |||
* | php: fix minor style discrepency | Stanley Cheung | 2016-07-21 |
| | |||
* | php: there is an unimplemented service | Stanley Cheung | 2016-06-17 |
| | |||
* | php: implement 2 more interop tests | Stanley Cheung | 2016-06-17 |
| | |||
* | php: implement custom_metadata interop test | Stanley Cheung | 2016-06-17 |
| | |||
* | php: ran php-cs-fixer again | Stanley Cheung | 2016-05-19 |
| | |||
* | fix copyright | Stanley Cheung | 2016-05-06 |
| | |||
* | reuse interop client stub | Stanley Cheung | 2016-05-06 |
| | |||
* | php: stress test client | Stanley Cheung | 2016-05-06 |
| | |||
* | php: make channel | Stanley Cheung | 2015-12-16 |
| | | | | credentials createInsecure explicit | ||
* | pass auth metadata context to user callback | Stanley Cheung | 2015-12-11 |
| | |||
* | php: metadata plugin based auth API | Stanley Cheung | 2015-12-10 |
| | |||
* | Fixing tests. | Julien Boeuf | 2015-11-17 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | php: ran php-cs-fixer to comply with php coding standard | Stanley Cheung | 2015-10-27 |
| | | |||
* | | php: remove ssl_cert_file env var | Stanley Cheung | 2015-10-23 |
| | | |||
| * | php: remove ssl_cert_file env var | Stanley Cheung | 2015-10-23 |
| | | |||
| * | remove include | Stanley Cheung | 2015-10-22 |
|/ | |||
* | php: add remaining auth interop tests | Stanley Cheung | 2015-10-15 |
| | |||
* | php: add use_tls and use_test_ca param to interop tests script | Stanley Cheung | 2015-10-15 |
| | |||
* | php: fix empty_stream interop test; | Stanley Cheung | 2015-10-14 |
| | |||
* | php: call writesDone in interop test | Stanley Cheung | 2015-10-09 |
| | |||
* | php: implement empty_stream interop test | Stanley Cheung | 2015-10-09 |
| | |||
* | php: add cancel_after_begin interop test | Stanley Cheung | 2015-09-02 |
| | |||
* | php: support per message compression disable | Stanley Cheung | 2015-09-02 |
| | |||
* | php: add comment for why cancel_after_begin cannot be done | Stanley Cheung | 2015-08-27 |
| | |||
* | php: fix interop stub construction after codegen fix | Stanley Cheung | 2015-08-27 |
| | |||
* | php: fix timeout interop test, use 1ms as timeout | Stanley Cheung | 2015-08-19 |
| | |||
* | review feedback: unit test of uri value too strict | Stanley Cheung | 2015-07-27 |
| | |||
* | Exposed channel target and call peer in PHP | Stanley Cheung | 2015-07-27 |
| | |||
* | add PHP timeout interop test | Stanley Cheung | 2015-06-15 |
| | |||
* | update PHP README installation instructions, and dockerfile | Stanley Cheung | 2015-06-10 |
| | |||
* | PHP: add support to pass JWT auth uri to auth library | Stanley Cheung | 2015-05-12 |
| | |||
* | add php compute_engine_creds auth interop test | Stanley Cheung | 2015-05-05 |
| | |||
* | more comments | Stanley Cheung | 2015-04-30 |
| | |||
* | add php service account credentials auth interop test, tested against cloud ↵ | Stanley Cheung | 2015-04-30 |
| | | | | server | ||
* | Minor fix to test case switch statement, to fix a false negative | murgatroid99 | 2015-03-30 |
| |