aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/call.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: chang shared channel behaviorGravatar ZhouyihaiDing2018-05-12
* Merge pull request #12703 from thinkerou/fix_bugGravatar Zhouyihai Ding2018-01-30
|\
* | php: call credentials plugin_get_metadata metadata leakGravatar Zhouyihai Ding2018-01-24
* | Merge pull request #14160 from ZhouyihaiDing/pr_call_peer_leakGravatar Stanley Cheung2018-01-24
|\ \
| * | php: fix call return peer leakGravatar Zhouyihai Ding2018-01-24
* | | php: fix grpc_parse_metadata_array leakGravatar Zhouyihai Ding2018-01-23
|/ /
* | php-memory-leakGravatar ZhouyihaiDing2018-01-23
| * attempt to fix bugGravatar thinkerou2017-09-25
|/
* PHP: persistent channelGravatar Stanley Cheung2017-08-03
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Upmerge from v1.3.x branch to masterGravatar Stanley Cheung2017-05-17
|\
| * PHP: fixed some memory leaksGravatar Stanley Cheung2017-05-09
| * Revert "Merge branch 'master' into v1.3.x"Gravatar Alexander Polcyn2017-04-26
|/
* Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
* PHP: add macro for arg info in extensionGravatar Stanley Cheung2017-02-16
* Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
|\
| * Move parameters for all grpc_op types into their own sub-structs.Gravatar Mark D. Roth2017-01-25
* | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-12
|\
| * attempt to fix mem leaksGravatar thinkerou2017-01-10
* | Continue updating PHPGravatar Craig Tiller2016-12-09
* | Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
* | Continue updating PHPGravatar Craig Tiller2016-12-09
* | Convert more of PHPGravatar Craig Tiller2016-12-09
* | Convert more of PHPGravatar Craig Tiller2016-12-09
* | Start converting phpGravatar Craig Tiller2016-12-08
|/
* update func descGravatar thinkerou2016-09-07
* update func descGravatar thinkerou2016-09-07
* php: error out if metadata key is not legalGravatar Stanley Cheung2016-08-26
* php: cleanup for GAGravatar Stanley Cheung2016-07-28
* add macro PHP_GRPC_INIT_HANDLERGravatar thinkerou2016-07-28
* add PHP_GRPC_FREE_CLASS_OBJECT macroGravatar thinkerou2016-07-28
* fix unused varGravatar 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
* use php7_wrapper to reduce dup-codesGravatar thinkerou2016-07-22
* support php7 by marcoGravatar thinkerou2016-07-20
* php: fix shutdown hang, call was never destroyedGravatar Stanley Cheung2016-06-29
* Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
|\
| * Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-16
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
|\|
| * add ownend and delete dtorGravatar thinkerou2016-05-11
* | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| * Add to call zend_object_std_dtorGravatar thinkerou2016-05-01