Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|/ / | |||
| * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-24 |
| |\ | |/ |/| | |||
* | | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 | Nicolas "Pixel" Noble | 2017-03-24 |
|\ \ | |||
| | * | PHP changes | Sree Kuchibhotla | 2017-03-22 |
| | | | |||
| | * | Merge branch 'master' into cq_create_api_changes | Sree Kuchibhotla | 2017-03-21 |
| | |\ | |_|/ |/| | | |||
| * | | bump v1.2.x branch to 1.2.1-pre1 | Alexander Polcyn | 2017-03-20 |
| | | | |||
| * | | PHP: proto3 API change | Stanley Cheung | 2017-03-13 |
| | | | |||
* | | | Merge pull request #10012 from vjpai/phpqps | Vijay Pai | 2017-03-13 |
|\ \ \ | | | | | | | | | PHP benchmarking performance client, proxied through Ruby | ||
| * | | | PHP benchmarking performance client, proxied through Ruby | Vijay Pai | 2017-03-10 |
| |/ / | | | | | | | | | | | | | Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC per channel for now. No open-loop for now | ||
* / / | Bumped version to 1.3.0-dev | David Garcia Quintas | 2017-03-09 |
|/ / | |||
| * | Php: Completion queue create API changes (and also remove the redundant | Sree Kuchibhotla | 2017-03-07 |
|/ | | | | | | | completion_queue_next() loop in grpc_php_shutdown_completion_queue function as it is no longer needed. This was most likely an artifact of a previous version of grpc-core where completion queues did not have a "one tag in, one tag out" rule | ||
* | PHP: prepare for 1.2 release | Stanley Cheung | 2017-03-01 |
| | |||
* | PHP: added README notes for CentOS/RHEL 6/7 users | Stanley Cheung | 2017-02-17 |
| | |||
* | PHP: add macro for arg info in extension | Stanley Cheung | 2017-02-16 |
| | |||
* | PHP: update README and apache/nginx examples | Stanley Cheung | 2017-02-03 |
| | |||
* | Merge pull request #9535 from stanley-cheung/php-update-examples | Stanley Cheung | 2017-02-01 |
|\ | | | | | PHP: update examples | ||
| * | PHP: update examples | Stanley Cheung | 2017-01-31 |
| | | |||
* | | Merge github.com:grpc/grpc into version3 | Craig Tiller | 2017-01-31 |
|\| | |||
| * | Add comments | Stanley Cheung | 2017-01-31 |
| | | |||
| * | PHP: make tests runnable on both protobuf 3.1 and 3.2 | Stanley Cheung | 2017-01-30 |
| | | |||
* | | Bump master version numbers | Craig Tiller | 2017-01-30 |
|/ | |||
* | Merge github.com:grpc/grpc into rollfwd | Craig Tiller | 2017-01-27 |
|\ | |||
| * | Merge pull request #9416 from thinkerou/update_method_property_visibility | Stanley Cheung | 2017-01-26 |
| |\ | | | | | | | PHP: Update the visibility property of method |