aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
Commit message (Collapse)AuthorAge
...
| * | | 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
| | | | * | | 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
| |/ / / |/| | |
* | | | Regenerate projectsGravatar Mehrdad Afshari2018-01-19
| | | |
* | | | Merge pull request #14017 from ZhouyihaiDing/php_channl_memory_leakGravatar Zhouyihai Ding2018-01-16
|\ \ \ \ | | | | | | | | | | php: fix memory leak during creating channel
| * | | | php channel: fix memory leakGravatar Zhouyihai Ding2018-01-16
| | | | |
* | | | | metadata plugin update statuses in wrapped langsGravatar Jan Tattermusch2017-12-14
|/ / / /
* | | | Merge pull request #12706 from applinskinner/masterGravatar Zhouyihai Ding2017-12-11
|\ \ \ \ | |_|_|/ |/| | | Fix a PHP memory leak with SSL root certificates
| | * | php_info add grpc versionGravatar ZhouyihaiDing2017-12-08
| |/ / |/| |
* | | Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| | |
| * | Fix a PHP memory leak with SSL root certificatesGravatar Jack Wakefield2017-11-27
|/ /
* | fix php testWatchConnectivityStateGravatar Jan Tattermusch2017-11-06
| |
* | Merge pull request #13037 from quizlet/php_doc_fixGravatar Stanley Cheung2017-10-18
|\ \ | | | | | | Fix return value doc in two PHP functions
| * | Fixing return value documentation on PHP addSecureHttp2Port and addHttp2PortGravatar Ryan Gordon2017-10-17
| | |
* | | php return the right classesGravatar Guilherme Oliveira2017-10-09
| | |
* | | exclude uploading stats, add unconstained php benchmarkGravatar ZhouyihaiDing2017-10-06
| | | | | | | | | | | | php7 build once
* | | Update version to 1.8.0-dev, update g word to 'generous'Gravatar murgatroid992017-10-02
|/ /
* | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
|\ \
| | * attempt to fix bugGravatar thinkerou2017-09-25
| |/
| * update composer installing protobuf v3 for php-qpsGravatar ZhouyihaiDing2017-09-19
| |
* | 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
|/
* Remove invalide macroGravatar thinkerou2017-09-01
|
* PHP: upmerge from 1.4.x branchGravatar Stanley Cheung2017-08-22
|
* Merge pull request #12188 from michaelbausor/add-async-supportGravatar Stanley Cheung2017-08-17
|\ | | | | PHP: Move OP_RECV_INITIAL_METADATA out of start() methods
* | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| |
| * Remove assignmentGravatar Michael Bausor2017-08-16
| |
| * Remove metadata setGravatar Michael Bausor2017-08-16
| |
| * Move OP_RECV_INITIAL_METADATA out of start() methodsGravatar Michael Bausor2017-08-15
|/ | | | | | | Moves the OP_RECV_INITIAL_METADATA out of the start() methods for UnaryCall and ServerStreamingCall, and adds a check so that the getMetadata methods for those objects will always contain the metadata.
* PHP: persistent channelGravatar Stanley Cheung2017-08-03
|
* Reset OWNERS stateGravatar Craig Tiller2017-07-17
|
* Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
|
* Fetch grpc.io/release over httpsGravatar Mehrdad Afshari2017-07-10
|
* Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
|\
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | change LICENSE, add AUTHORSGravatar Jan Tattermusch2017-06-08
| |
| * PHP: windows config.w32 fixGravatar Stanley Cheung2017-06-01
| |
* | master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
|/
* Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-masterGravatar Stanley Cheung2017-05-18
|\ | | | | Upmerge v1.3.x branch to master
| * Upmerge from v1.3.x branch to masterGravatar Stanley Cheung2017-05-17
| |\
* | | PHP: fix pecl extension reported versionGravatar Stanley Cheung2017-05-17
|/ /
* | PHP: stop requiring google/protobuf PHP implementationGravatar Stanley Cheung2017-05-16
| |