aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/call.h
Commit message (Collapse)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
| | | | | | | | | | | | 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
* php-memory-leakGravatar ZhouyihaiDing2018-01-23
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* add macro to php7_wrapper for reduce duplicate codeGravatar thinkerou2016-07-27
|
* use php7_wrapper to reduce dup-codesGravatar thinkerou2016-07-22
|
* support php7 by marcoGravatar thinkerou2016-07-20
|
* Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-16
|
* php: metadata plugin based auth APIGravatar Stanley Cheung2015-12-10
|
* Made PHP library use only a single completion queueGravatar murgatroid992015-05-14
|
* Made external header includes use angle bracketsGravatar murgatroid992015-04-01
|
* Resolved merge conflicts with masterGravatar murgatroid992015-03-13
|\
| * Fix duplicated symbolsGravatar Xiaoguang Sun2015-03-13
| | | | | | | | | | Fix duplicated symbols caused by having definition instead of declaration in header file.
* | EndToEndTest now worksGravatar murgatroid992015-03-11
| |
* | Updated C extension to new call APIGravatar murgatroid992015-03-03
|/
* Copyright checkerGravatar Craig Tiller2015-02-16
| | | | | | Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it.
* Changed PHP metadata representation to associative array of arrays of stringsGravatar murgatroid992015-02-03
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Switched call errors to exceptions instead of return valuesGravatar mlumish2015-01-05
| | | | | | | Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83146107
* Switched events to use native objects instead of wrappersGravatar mlumish2015-01-05
| | | | | | | Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83146045
* Added PHP to the global gRPC moe configGravatar mlumish2014-12-09
Change on 2014/12/09 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81727766