Commit Graph

452 Commits

Author SHA1 Message Date
Craig Tiller d996379030 Reset OWNERS state 2017-07-17 10:54:07 -07:00
Craig Tiller e476f7d33f Strawman OWNERS --> CODEOWNERS script 2017-07-13 08:52:00 -07:00
Mehrdad Afshari 976eb7c4b4 Fetch grpc.io/release over https 2017-07-10 15:07:33 -07:00
murgatroid99 d5b0455110 Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x 2017-06-15 17:48:42 -07:00
Jan Tattermusch 4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Jan Tattermusch 312ea4a187 change LICENSE, add AUTHORS 2017-06-08 11:22:40 +02:00
Stanley Cheung bc54144b2e PHP: windows config.w32 fix 2017-06-01 03:22:15 -07:00
David Garcia Quintas aebcdbd732 master bumped to 1.5.x 2017-05-30 14:14:27 -07:00
Stanley Cheung ff0e429672 Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-master
Upmerge v1.3.x branch to master
2017-05-18 07:59:24 -07:00
Stanley Cheung ebeda85eb8 Upmerge from v1.3.x branch to master 2017-05-17 19:34:47 -07:00
Stanley Cheung d15f5c015a PHP: fix pecl extension reported version 2017-05-17 13:21:05 -07:00
Stanley Cheung 6e589c6a15 PHP: stop requiring google/protobuf PHP implementation 2017-05-16 18:09:36 -07:00
Ken Payson 16f76d2092 Bump to version 1.3.3 2017-05-16 08:54:22 -07:00
Stanley Cheung 57c0255bf8 Merge pull request #11005 from stanley-cheung/php-fix-memory-leaks
PHP: fixed some memory leaks
2017-05-10 12:36:45 -07:00
Stanley Cheung 0afa9abb79 Bump to 1.3.2-pre1 2017-05-09 19:08:26 -07:00
Stanley Cheung e9595bad14 PHP: fixed some memory leaks 2017-05-09 15:45:06 -07:00
Ken Payson 029090628d Upgrade protobuf to 3.3.0 2017-05-08 12:18:12 -07:00
David Garcia Quintas 606945af76 1.3.0 -> 1.3.1-pre1 2017-04-27 14:26:52 -07:00
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a, reversing
changes made to dc36f4df6a.
2017-04-26 14:18:39 -07:00
Craig Tiller 06a30eef36 Merge github.com:grpc/grpc into cpparena 2017-04-19 14:40:20 -07:00
Stanley Cheung 7b692ca67b Merge pull request #10543 from practo/php_basestub_channel_fix
PHP Fixing is_a check for Channel
2017-04-19 14:33:58 -07:00
Craig Tiller 2c6f63731c Merge github.com:grpc/grpc into cpparena 2017-04-14 13:14:10 -07:00
Sree Kuchibhotla 0e5fa9ebcd Merge branch 'master' into cq_create_api_changes 2017-04-13 18:36:23 -07:00
David Garcia Quintas 9e1acc0796 master to 1.4.0-dev 2017-04-13 16:30:15 -07:00
Rajendra Talekar 9b3a6cc3d2 Fixing is_a check for Channel
php ```is_a``` function expects fully qualified class name to validate.
2017-04-10 15:07:02 +05:30
Craig Tiller dd36b15315 Call ref/unref, bugfixes 2017-03-31 08:27:28 -07:00
Sree Kuchibhotla c86460225b Merge branch 'master' into cq_create_api_changes 2017-03-29 16:18:19 -07:00
Stanley Cheung 0c10db72c4 Merge pull request #10315 from thinkerou/fix_style_php
PHP: fix code style
2017-03-29 09:08:14 -07:00
thinkerou 34d21ceadc fix php style 2017-03-26 01:10:21 +08:00
thinkerou 9f00073f3c fix markdown render error 2017-03-26 00:52:56 +08:00
Sree Kuchibhotla 944a56fa84 Merge branch 'master' into cq_create_api_changes 2017-03-24 10:55:39 -07:00
Nicolas "Pixel" Noble e44a50ffd7 Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 2017-03-24 00:54:47 +01:00
Sree Kuchibhotla 3a55efaed7 PHP changes 2017-03-22 12:37:07 -07:00
Sree Kuchibhotla 36c370793b Merge branch 'master' into cq_create_api_changes 2017-03-21 10:28:40 -07:00
Alexander Polcyn 3e30832cca bump v1.2.x branch to 1.2.1-pre1 2017-03-20 17:00:45 -07:00
Stanley Cheung 55bff48335 PHP: proto3 API change 2017-03-13 13:09:43 -07:00
Vijay Pai a20050327b Merge pull request #10012 from vjpai/phpqps
PHP benchmarking performance client, proxied through Ruby
2017-03-13 02:16:43 -07:00
Vijay Pai 958ded975f PHP benchmarking performance client, proxied through Ruby
Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC
per channel for now. No open-loop for now
2017-03-10 10:51:05 -08:00
David Garcia Quintas 74cec10619 Bumped version to 1.3.0-dev 2017-03-09 15:00:26 -08:00
Sree Kuchibhotla 5fcb8cc271 Php: Completion queue create API changes (and also remove the redundant
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
2017-03-07 14:57:35 -08:00
Stanley Cheung 82c6d8d4fd PHP: prepare for 1.2 release 2017-03-01 12:43:25 -08:00
Stanley Cheung 6f1a6bebab PHP: added README notes for CentOS/RHEL 6/7 users 2017-02-17 17:32:25 -08:00
Stanley Cheung 6a5c83d4de PHP: add macro for arg info in extension 2017-02-16 12:25:32 -08:00
Stanley Cheung aaf2bbaa58 PHP: update README and apache/nginx examples 2017-02-03 12:43:39 -08:00
Stanley Cheung 82c406cc08 Merge pull request #9535 from stanley-cheung/php-update-examples
PHP: update examples
2017-02-01 19:42:16 -08:00
Stanley Cheung c290c115fa PHP: update examples 2017-01-31 20:29:17 -08:00
Craig Tiller 6e0a4760c4 Merge github.com:grpc/grpc into version3 2017-01-31 15:54:32 -08:00
Stanley Cheung 6481d04ae6 Add comments 2017-01-31 13:03:48 -08:00
Stanley Cheung 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00