Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix php copyright | 2016-02-16 | |
| | |||
* | Merge pull request #5225 from stanley-cheung/php-ext-code-coverage | 2016-02-16 | |
|\ | | | | | PHP: add unit test to increase PHP C extension code coverage | ||
| * | channel constructor the array is required | 2016-02-16 | |
| | | |||
| * | revert unnecessary change | 2016-02-16 | |
| | | |||
| * | php: add more unit tests to improve code coverage | 2016-02-12 | |
| | | |||
* | | php: add unit test to bring coverage back up above 95% | 2016-02-12 | |
|/ | |||
* | Rollback gpr deletion | 2016-02-09 | |
| | |||
* | Removing gpr as a separated library. | 2016-01-30 | |
| | |||
* | Add lcov php code coverage report | 2016-01-13 | |
| | |||
* | Update copyrights | 2016-01-04 | |
| | |||
* | Add copyright checks to sanity; make them verify copyright year is valid | 2016-01-04 | |
| | |||
* | php: make channel | 2015-12-16 | |
| | | | | credentials createInsecure explicit | ||
* | php: bump version for release | 2015-12-15 | |
| | |||
* | Merge pull request #4394 from stanley-cheung/php_creds_plugin_api | 2015-12-11 | |
|\ | | | | | PHP: metadata plugin based auth API | ||
| * | pass auth metadata context to user callback | 2015-12-11 | |
| | | |||
| * | removed comment | 2015-12-10 | |
| | | |||
| * | add more unit test | 2015-12-10 | |
| | | |||
| * | php: metadata plugin based auth API | 2015-12-10 | |
| | | |||
* | | Merge github.com:grpc/grpc into connected-subchannel | 2015-12-09 | |
|\| | |||
| * | add todo for PHP | 2015-12-07 | |
| | | |||
* | | Merge github.com:grpc/grpc into connected-subchannel | 2015-12-04 | |
|\| | |||
* | | PHP fix | 2015-12-02 | |
| | | |||
| * | php: remove callable type hint from BaseStub->_simpleRequest() | 2015-12-01 | |
|/ | | | | | The "callable" type hint in PHP appears to be broken in PHP 5.6.6. It feels unnecessary here, as the required code is generated. See https://bugs.php.net/bug.php?id=61467&edit=1 for more info. | ||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | 2015-11-17 | |
|\ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert | 2015-11-17 | |
| |\ | |||
* | | | Fixing tests. | 2015-11-17 | |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | 2015-11-17 | |
|\ \ \ | | |/ | |/| | |||
| | * | Updating the server1 cert so that it can be used with Go. | 2015-11-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086. | ||
| * | | php: append application user agent string at the beginning | 2015-11-08 | |
| |/ | |||
| * | php: ran php-cs-fixer to comply with php coding standard | 2015-10-27 | |
| | | |||
| * | php: fix inconsistent array notation | 2015-10-27 | |
| | | |||
* | | php: rename credentials to channel_credentials | 2015-10-23 | |
| | | |||
* | | php: split grpc_credentials to channel_credentials and call_credentials | 2015-10-23 | |
| | | |||
* | | php: remove ssl_cert_file env var | 2015-10-23 | |
| | | |||
| * | php: remove ssl_cert_file env var | 2015-10-23 | |
| | | |||
| * | remove include | 2015-10-22 | |
| | | |||
| * | php: remove unused file | 2015-10-22 | |
| | | |||
| * | php: add more unit test for code coverage analysis | 2015-10-20 | |
| | | |||
| * | Merge pull request #3858 from enisoc/php-close | 2015-10-20 | |
|/| | | | | | PHP: Fix property reference in BaseStub::close() | ||
| * | PHP: Fix property reference in BaseStub::close() | 2015-10-15 | |
| | | |||
* | | php: add remaining auth interop tests | 2015-10-15 | |
| | | |||
* | | php: add use_tls and use_test_ca param to interop tests script | 2015-10-15 | |
|/ | |||
* | php: fix empty_stream interop test; | 2015-10-14 | |
| | |||
* | fixed comment | 2015-10-12 | |
| | |||
* | php: validate and normalize metadata keys | 2015-10-09 | |
| | |||
* | php: call writesDone in interop test | 2015-10-09 | |
| | |||
* | php: implement empty_stream interop test | 2015-10-09 | |
| | |||
* | php: update package.xml to prepare for 0.6.1 release | 2015-10-08 | |
| | |||
* | Fix #2275 (Make sure PHP example can be run with Apache) | 2015-10-06 | |
| | | | | | | Normal constants, like most other things, are cleaned up during RSHUTDOWN. We need to explicitly mark them as persistent using CONST_PERSISTENT | ||
* | Merge pull request #3602 from grpc/release-0_11 | 2015-10-02 | |
|\ | | | | | Upmerge from beta to master. |