aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/call_credentials.c
Commit message (Expand)AuthorAge
* add two macro for reduce duplicate codeGravatar thinkerou2018-05-16
* remove invalid include-file and adjust include-file sortGravatar thinkerou2018-05-15
* php: adding trace for call_credentials callback functionGravatar ZhouyihaiDing2018-03-09
* php: call credentials plugin_get_metadata metadata leakGravatar Zhouyihai Ding2018-01-24
* Merge pull request #14158 from ZhouyihaiDing/pr_callcredentials_plugin_leakGravatar Stanley Cheung2018-01-24
|\
| * php: fix call credentials createFromPlugin leakGravatar Zhouyihai Ding2018-01-24
* | php: fix call plugin_get_metadata return value leakGravatar Zhouyihai Ding2018-01-23
|/
* Fixed some PHP errorsGravatar Stanley Cheung2017-09-04
* Change plugin credentials API to support both sync and async modes.Gravatar Mark D. Roth2017-09-01
* PHP: upmerge from 1.4.x branchGravatar Stanley Cheung2017-08-22
* PHP: persistent channelGravatar Stanley Cheung2017-08-03
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* PHP: fixed some memory leaksGravatar Stanley Cheung2017-05-09
* PHP: add macro for arg info in extensionGravatar Stanley Cheung2017-02-16
* attempt to fix mem leaksGravatar thinkerou2017-01-10
* update func descGravatar thinkerou2016-09-07
* php: error out if metadata key is not legalGravatar Stanley Cheung2016-08-26
* add macro PHP_GRPC_INIT_HANDLERGravatar thinkerou2016-07-28
* add PHP_GRPC_FREE_CLASS_OBJECT macroGravatar thinkerou2016-07-28
* add some macro to reduce duplicate codeGravatar thinkerou2016-07-28
* add php_grpc_zend_object macro and rename klassGravatar thinkerou2016-07-27
* add macro to php7_wrapper for reduce duplicate codeGravatar thinkerou2016-07-27
* add macro to php7_wrapper for reduce duplicate codeGravatar thinkerou2016-07-27
* use php7_wrapper to reduce dup-codesGravatar thinkerou2016-07-22
* support php7 by marcoGravatar thinkerou2016-07-20
* Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-16
* pass auth metadata context to user callbackGravatar Stanley Cheung2015-12-11
* removed commentGravatar Stanley Cheung2015-12-10
* php: metadata plugin based auth APIGravatar Stanley Cheung2015-12-10
* php: rename credentials to channel_credentialsGravatar Stanley Cheung2015-10-23
* php: split grpc_credentials to channel_credentials and call_credentialsGravatar Stanley Cheung2015-10-23