Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | php: fix shutdown hang, call was never destroyed | Stanley Cheung | 2016-06-29 |
| | |||
* | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback | thinkerou | 2016-06-17 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
|\ | |||
| * | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
|\| | |||
| * | Updated functions with TSRM macros for ZTS support | Michael Bausor | 2016-05-16 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-12 |
|\| | |||
| * | add ownend and delete dtor | thinkerou | 2016-05-11 |
| | | |||
* | | Allow servers to select compression level via initial MD. | David Garcia Quintas | 2016-05-09 |
| | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms. | ||
| * | Add to call zend_object_std_dtor | thinkerou | 2016-05-01 |
| | | |||
| * | PHP Extension: add owned assignment | thinkerou | 2016-04-27 |
|/ | |||
* | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | | | | application handle the authentication. | ||
* | php: destroy grpc_byte_buffer after startBatch | Stanley Cheung | 2016-04-06 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | php: return channel arg type | Stanley Cheung | 2016-03-17 |
| | |||
* | remove stale src/php/ext/grpc/README.md | Stanley Cheung | 2016-03-10 |
| | |||
* | fix php copyright | Stanley Cheung | 2016-02-16 |
| | |||
* | channel constructor the array is required | Stanley Cheung | 2016-02-16 |
| | |||
* | revert unnecessary change | Stanley Cheung | 2016-02-16 |
| | |||
* | php: add more unit tests to improve code coverage | Stanley Cheung | 2016-02-12 |
| | |||
* | Rollback gpr deletion | Craig Tiller | 2016-02-09 |
| | |||
* | Removing gpr as a separated library. | Nicolas "Pixel" Noble | 2016-01-30 |
| | |||
* | Add lcov php code coverage report | Stanley Cheung | 2016-01-13 |
| | |||
* | Update copyrights | Craig Tiller | 2016-01-04 |
| | |||
* | Add copyright checks to sanity; make them verify copyright year is valid | Craig Tiller | 2016-01-04 |
| | |||
* | php: make channel | Stanley Cheung | 2015-12-16 |
| | | | | credentials createInsecure explicit | ||
* | php: bump version for release | Stanley Cheung | 2015-12-15 |
| | |||
* | pass auth metadata context to user callback | Stanley Cheung | 2015-12-11 |
| | |||
* | removed comment | Stanley Cheung | 2015-12-10 |
| | |||
* | php: metadata plugin based auth API | Stanley Cheung | 2015-12-10 |
| | |||
* | php: rename credentials to channel_credentials | Stanley Cheung | 2015-10-23 |
| | |||
* | php: split grpc_credentials to channel_credentials and call_credentials | Stanley Cheung | 2015-10-23 |
| | |||
* | php: remove ssl_cert_file env var | Stanley Cheung | 2015-10-23 |
| | |||
* | php: update package.xml to prepare for 0.6.1 release | Stanley Cheung | 2015-10-08 |
| | |||
* | Fix #2275 (Make sure PHP example can be run with Apache) | Hannes Magnusson | 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 | ||
* | php: update helloworld and route guide after beta release | Stanley Cheung | 2015-09-24 |
| | |||
* | php: missed a line in doc | Stanley Cheung | 2015-09-02 |
| | |||
* | php: update pecl package.xml | Stanley Cheung | 2015-09-02 |
| | |||
* | php: support per message compression disable | Stanley Cheung | 2015-09-02 |
| | |||
* | Merge branch 'grpc_security_abi' into credentials_naming_and_cleanup | Julien Boeuf | 2015-08-25 |
|\ | |||
| * | Fixing PHP. | Julien Boeuf | 2015-08-25 |
| | | |||
* | | Credentials cleanup: | Julien Boeuf | 2015-08-25 |
|/ | | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages. | ||
* | Fixing tests. | Julien Boeuf | 2015-08-25 |
| | |||
* | Adding void* at then end of security related method in order to have a ↵ | Julien Boeuf | 2015-08-25 |
| | | | | stable ABI. | ||
* | Merge pull request #2998 from stanley-cheung/php_null_call_host | Michael Lumish | 2015-08-20 |
|\ | | | | | PHP: expose per-call host override option | ||
| * | php: expose per-call host override option, review feedback | Stanley Cheung | 2015-08-19 |
| | | |||
| * | php: expose per-call host override option | Stanley Cheung | 2015-08-19 |
| | | |||
* | | php: fix timeout interop test, use 1ms as timeout | Stanley Cheung | 2015-08-19 |
|/ | |||
* | Sprinkle reserved = NULL around | Craig Tiller | 2015-08-18 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 |
|\ |