Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bump 1.8.0-dev to 1.9.0-dev | Mehrdad Afshari | 2017-11-27 |
| | |||
* | fix php testWatchConnectivityState | Jan Tattermusch | 2017-11-06 |
| | |||
* | Merge pull request #13037 from quizlet/php_doc_fix | Stanley Cheung | 2017-10-18 |
|\ | | | | | Fix return value doc in two PHP functions | ||
| * | Fixing return value documentation on PHP addSecureHttp2Port and addHttp2Port | Ryan Gordon | 2017-10-17 |
| | | |||
* | | php return the right classes | Guilherme Oliveira | 2017-10-09 |
| | | |||
* | | exclude uploading stats, add unconstained php benchmark | ZhouyihaiDing | 2017-10-06 |
| | | | | | | | | php7 build once | ||
* | | Update version to 1.8.0-dev, update g word to 'generous' | murgatroid99 | 2017-10-02 |
|/ | |||
* | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix | Mark D. Roth | 2017-09-25 |
|\ | |||
| * | update composer installing protobuf v3 for php-qps | ZhouyihaiDing | 2017-09-19 |
| | | |||
* | | Fixed some PHP errors | Stanley Cheung | 2017-09-04 |
| | | |||
* | | Change plugin credentials API to support both sync and async modes. | Mark D. Roth | 2017-09-01 |
|/ | |||
* | Remove invalide macro | thinkerou | 2017-09-01 |
| | |||
* | PHP: upmerge from 1.4.x branch | Stanley Cheung | 2017-08-22 |
| | |||
* | Merge pull request #12188 from michaelbausor/add-async-support | Stanley Cheung | 2017-08-17 |
|\ | | | | | PHP: Move OP_RECV_INITIAL_METADATA out of start() methods | ||
* | | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| | | |||
| * | Remove assignment | Michael Bausor | 2017-08-16 |
| | | |||
| * | Remove metadata set | Michael Bausor | 2017-08-16 |
| | | |||
| * | Move OP_RECV_INITIAL_METADATA out of start() methods | Michael Bausor | 2017-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 channel | Stanley Cheung | 2017-08-03 |
| | |||
* | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | |||
* | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | |||
* | Fetch grpc.io/release over https | Mehrdad Afshari | 2017-07-10 |
| | |||
* | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x | murgatroid99 | 2017-06-15 |
|\ | |||
* | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | change LICENSE, add AUTHORS | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | PHP: windows config.w32 fix | Stanley Cheung | 2017-06-01 |
| | | |||
* | | master bumped to 1.5.x | David Garcia Quintas | 2017-05-30 |
|/ | |||
* | Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-master | Stanley Cheung | 2017-05-18 |
|\ | | | | | Upmerge v1.3.x branch to master | ||
| * | Upmerge from v1.3.x branch to master | Stanley Cheung | 2017-05-17 |
| |\ | |||
* | | | PHP: fix pecl extension reported version | Stanley Cheung | 2017-05-17 |
|/ / | |||
* | | PHP: stop requiring google/protobuf PHP implementation | Stanley Cheung | 2017-05-16 |
| | | |||
| * | Bump to version 1.3.3 | Ken Payson | 2017-05-16 |
| | | |||
| * | Merge pull request #11005 from stanley-cheung/php-fix-memory-leaks | Stanley Cheung | 2017-05-10 |
| |\ | | | | | | | PHP: fixed some memory leaks | ||
| * | | Bump to 1.3.2-pre1 | Stanley Cheung | 2017-05-09 |
| | | | |||
| | * | PHP: fixed some memory leaks | Stanley Cheung | 2017-05-09 |
| |/ | |||
* | | Upgrade protobuf to 3.3.0 | Ken Payson | 2017-05-08 |
| | | |||
| * | 1.3.0 -> 1.3.1-pre1 | David Garcia Quintas | 2017-04-27 |
| | | |||
| * | Revert "Merge branch 'master' into v1.3.x" | Alexander Polcyn | 2017-04-26 |
|/ | | | | | This reverts commit 79759fea1abd09102d38af3e13a84b69e898124b, reversing changes made to dc36f4df6aba60275a31227e1d29c4d20b6cadca. | ||
* | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-19 |
|\ | |||
| * | Merge pull request #10543 from practo/php_basestub_channel_fix | Stanley Cheung | 2017-04-19 |
| |\ | | | | | | | PHP Fixing is_a check for Channel | ||
* | | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-14 |
|\| | | |||
| * | | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-04-13 |
| |\ \ | |||
| | * | | master to 1.4.0-dev | David Garcia Quintas | 2017-04-13 |
| | | | | |||
| | | * | Fixing is_a check for Channel | Rajendra Talekar | 2017-04-10 |
| | |/ | | | | | | | php ```is_a``` function expects fully qualified class name to validate. | ||
* | / | Call ref/unref, bugfixes | Craig Tiller | 2017-03-31 |
| |/ |/| | |||
| * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-29 |
| |\ | |/ |/| | |||
* | | Merge pull request #10315 from thinkerou/fix_style_php | Stanley Cheung | 2017-03-29 |
|\ \ | | | | | | | PHP: fix code style | ||
| * | | fix php style | thinkerou | 2017-03-26 |
| | | | |||
* | | | fix markdown render error | thinkerou | 2017-03-26 |
|/ / |