aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/lib/Grpc/UnaryCall.php
Commit message (Collapse)AuthorAge
* 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.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* update method prop visibilityGravatar thinkerou2017-01-20
|
* fix code styleGravatar thinkerou2016-12-15
|
* PHP Proto3: new serialization/deserialization for messagesGravatar Stanley Cheung2016-09-29
|
* code styleGravatar Stanislav Pavlovichev2016-08-23
| | | | | phpdoc fix isset to array_key_exists
* support php7 by marcoGravatar thinkerou2016-07-20
|
* php: add call getTrailingMetadata APIGravatar Stanley Cheung2016-06-14
|
* php: ran php-cs-fixer to comply with php coding standardGravatar Stanley Cheung2015-10-27
|
* php: fix inconsistent array notationGravatar Stanley Cheung2015-10-27
|
* php: clean up api around flagsGravatar Stanley Cheung2015-09-02
|
* php: support per message compression disableGravatar Stanley Cheung2015-09-02
|
* Updated PHP files to new method namesGravatar murgatroid992015-04-02
|
* Removed redundant autoload require linesGravatar murgatroid992015-03-27
|
* Replaced existing autoloader with one generated by composerGravatar murgatroid992015-03-27
|
* Replaced existing PHP files with more batch-based implementationGravatar murgatroid992015-03-26