aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc
Commit message (Collapse)AuthorAge
* PHP: fix ZTS buildGravatar Stanley Cheung2018-11-28
|
* Fix PHP ZTS build breakageGravatar Stanley Cheung2018-11-27
|
* Wrap pthread_atwork callGravatar Stanley Cheung2018-11-20
|
* Regenerate projectsGravatar Muxi Yan2018-11-19
|
* Enable lcov 1.12 and 1.13 for gRPC PHPGravatar Lidi Zheng2018-11-15
|
* fixed if<space>Gravatar Tommy Chen2018-11-13
|
* added check for GRPC_ENABLE_FORK_SUPPORT in register_fork_handlersGravatar Tommy Chen2018-11-13
|
* re-running tests, squashing commitsGravatar Tommy Chen2018-11-13
|
* Regenerate projectsGravatar Stanley Cheung2018-10-08
|
* Regenerate projectsGravatar Juanli Shen2018-08-27
|
* Add error checking for server args in PHPGravatar ncteisen2018-08-15
|
* Regenerate projectsGravatar Srini Polavarapu2018-07-19
|
* Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
|\ | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
| * Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | | | | | | | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
* | Regenrate projectsGravatar Srini Polavarapu2018-06-08
|/
* php: remove invalid include fileGravatar thinkerou2018-05-18
|
* 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: add persistent list upper bounnd check change upper bound from global to each target add ref/unreef; Only delete ref_count=0; make the code cleaner persistent map update after review u2nd pdate after the review
* Merge pull request #12775 from thinkerou/fix_todoGravatar Zhouyihai Ding2018-05-04
|\ | | | | PHP: complete some todo
* | Regenerate projectsGravatar Mehrdad Afshari2018-05-02
| |
| * php: complete todoGravatar thinkerou2018-04-30
|/
* 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
|
* Regenerate projectsGravatar Mehrdad Afshari2018-04-04
|
* PHP: don't destruct persistent channel at the end of php-fpm requestGravatar ZhouyihaiDing2018-04-02
|
* php: adding trace for call_credentials callback functionGravatar ZhouyihaiDing2018-03-09
|
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
|
* Regenerate projectsGravatar Mehrdad Afshari2018-02-22
|
* Merge pull request #12703 from thinkerou/fix_bugGravatar Zhouyihai Ding2018-01-30
|\ | | | | PHP: fix call flag been reset bug
* | 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 leak
* \ \ Merge pull request #14161 from ZhouyihaiDing/channel_hashkey_sizeGravatar Stanley Cheung2018-01-24
|\ \ \ | | | | | | | | php: fix channel_credentials hashkey size error
* \ \ \ Merge pull request #14159 from ZhouyihaiDing/pr_call_array_leakGravatar Stanley Cheung2018-01-24
|\ \ \ \ | | | | | | | | | | php: fix grpc_parse_metadata_array leak
* \ \ \ \ Merge pull request #14158 from ZhouyihaiDing/pr_callcredentials_plugin_leakGravatar Stanley Cheung2018-01-24
|\ \ \ \ \ | | | | | | | | | | | | php: fix call credentials createFromPlugin leak
* \ \ \ \ \ Merge pull request #14156 from ZhouyihaiDing/channel_hashstr_leakGravatar Stanley Cheung2018-01-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | php: fix channel_credentials hashstr leak
| | * | | | | php: fix call credentials createFromPlugin leakGravatar Zhouyihai Ding2018-01-24
| | | | | | |
| | | | | * | php: fix call return peer leakGravatar Zhouyihai Ding2018-01-24
| | | |_|/ / | | |/| | |
| | | | * | php: fix channel_credentials hashkey size errorGravatar Zhouyihai Ding2018-01-23
| | | |/ / | | |/| |
| * / | | php: fix channel_credentials hashstr leakGravatar Zhouyihai Ding2018-01-23
| |/ / /
* / / / php: fix call plugin_get_metadata return value leakGravatar Zhouyihai Ding2018-01-23
|/ / /
| * / php: fix grpc_parse_metadata_array leakGravatar Zhouyihai Ding2018-01-23
|/ /
* | Merge pull request #14130 from ZhouyihaiDing/wrapper_leakGravatar Stanley Cheung2018-01-23
|\ \ | | | | | | php: fix channel wrapper leak
| * | 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
|\ \ | | | | | | php: fix channel_credentials hashstr leak
* \ \ Merge pull request #14126 from ZhouyihaiDing/get_target_leakGravatar Stanley Cheung2018-01-23
|\ \ \ | | | | | | | | php: fix channel get_target method leak
* \ \ \ Merge pull request #14125 from ZhouyihaiDing/persistent_channel_leakGravatar Stanley Cheung2018-01-23
|\ \ \ \ | | | | | | | | | | php: fix channel persistence list leak
* | | | | php-memory-leakGravatar ZhouyihaiDing2018-01-23
| | | | |
* | | | | Merge pull request #13687 from ZhouyihaiDing/php_infoGravatar Stanley Cheung2018-01-23
|\ \ \ \ \ | | | | | | | | | | | | PHP: php_info add grpc version