aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/channel.c
Commit message (Expand)AuthorAge
* re-running tests, squashing commitsGravatar Tommy Chen2018-11-13
* add two macro for reduce duplicate codeGravatar thinkerou2018-05-16
* remove invalid include-file and adjust include-file sortGravatar thinkerou2018-05-15
* PHP: chang shared channel behaviorGravatar ZhouyihaiDing2018-05-12
* PHP: remove channel observation and clean method used for testsGravatar ZhouyihaiDing2018-04-25
* PHP: use persistent list not shared by other modulesGravatar ZhouyihaiDing2018-04-12
* PHP: don't destruct persistent channel at the end of php-fpm requestGravatar ZhouyihaiDing2018-04-02
* Merge pull request #14130 from ZhouyihaiDing/wrapper_leakGravatar Stanley Cheung2018-01-23
|\
| * php: fix channel wrapper leakGravatar Zhouyihai Ding2018-01-23
* | php: fix channel reuse doesn't free allocated wrapperGravatar Zhouyihai Ding2018-01-23
|/
* Merge pull request #14127 from ZhouyihaiDing/channel_credentials_leakGravatar Stanley Cheung2018-01-23
|\
* \ Merge pull request #14126 from ZhouyihaiDing/get_target_leakGravatar Stanley Cheung2018-01-23
|\ \
| | * php: channel_credentials hashstr leakGravatar Zhouyihai Ding2018-01-22
| * | php: fix channel get_target leakGravatar Zhouyihai Ding2018-01-22
| |/
* / php: fix channel persistence channel leakGravatar Zhouyihai Ding2018-01-22
|/
* php channel: fix memory leakGravatar Zhouyihai Ding2018-01-16
* 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: add macro for arg info in extensionGravatar Stanley Cheung2017-02-16
* update func descGravatar thinkerou2016-09-07
* update func descGravatar thinkerou2016-09-07
* php: missed a macro;Gravatar Stanley Cheung2016-07-29
* 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
* minor changes. cannot assume hostname unchangedGravatar Stanley Cheung2016-07-20
* support php7 by marcoGravatar thinkerou2016-07-20
* php: remove gpr_log debugGravatar Stanley Cheung2016-07-08
* Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-16
* Update copyrightsGravatar Craig Tiller2016-03-31
* php: return channel arg typeGravatar Stanley Cheung2016-03-17
* fix php copyrightGravatar Stanley Cheung2016-02-16
* channel constructor the array is requiredGravatar Stanley Cheung2016-02-16
* php: add more unit tests to improve code coverageGravatar Stanley Cheung2016-02-12
* php: make channelGravatar Stanley Cheung2015-12-16
* php: rename credentials to channel_credentialsGravatar Stanley Cheung2015-10-23
* php: split grpc_credentials to channel_credentials and call_credentialsGravatar Stanley Cheung2015-10-23
* Fixing PHP.Gravatar Julien Boeuf2015-08-25
* Fixing tests.Gravatar Julien Boeuf2015-08-25
* Adding void* at then end of security related method in order to have a stable...Gravatar Julien Boeuf2015-08-25
* php: expose per-call host override option, review feedbackGravatar Stanley Cheung2015-08-19
* php: expose per-call host override optionGravatar Stanley Cheung2015-08-19
* Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
|\
| * php: connectivity state review feedbackGravatar Stanley Cheung2015-08-13
| * php: add more testsGravatar Stanley Cheung2015-08-13