Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
David Garcia Quintas
9e1acc0796
master to 1.4.0-dev
8 years ago
murgatroid99
70a2a4b01a
Bump version to 1.2.4
8 years ago
Rajendra Talekar
9b3a6cc3d2
Fixing is_a check for Channel
...
php ```is_a``` function expects fully qualified class name to validate.
8 years ago
murgatroid99
7cfa1bfb73
Bump version to 1.2.3
8 years ago
Jan Tattermusch
0be726b34d
bump version to 1.2.2
8 years ago
Craig Tiller
dd36b15315
Call ref/unref, bugfixes
8 years ago
thinkerou
34d21ceadc
fix php style
8 years ago
thinkerou
9f00073f3c
fix markdown render error
8 years ago
Sree Kuchibhotla
3a55efaed7
PHP changes
8 years ago
Alexander Polcyn
3e30832cca
bump v1.2.x branch to 1.2.1-pre1
8 years ago
Stanley Cheung
55bff48335
PHP: proto3 API change
8 years ago
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
8 years ago
David Garcia Quintas
74cec10619
Bumped version to 1.3.0-dev
8 years ago
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
8 years ago
Muxi Yan
5c2d7e287b
Boost grpc version to v1.1.4
8 years ago
Stanley Cheung
82c6d8d4fd
PHP: prepare for 1.2 release
8 years ago
Ken Payson
fd6cc7de7b
Bump version to v1.1.3
8 years ago
Stanley Cheung
6f1a6bebab
PHP: added README notes for CentOS/RHEL 6/7 users
8 years ago
Stanley Cheung
6a5c83d4de
PHP: add macro for arg info in extension
8 years ago
murgatroid99
2b3e12ceee
Update version to 1.1.2
8 years ago
Stanley Cheung
aaf2bbaa58
PHP: update README and apache/nginx examples
8 years ago
Stanley Cheung
c290c115fa
PHP: update examples
8 years ago
murgatroid99
e15b5a42af
Bump version to 1.1.1
8 years ago
Stanley Cheung
6481d04ae6
Add comments
8 years ago
Stanley Cheung
1a3f4a55c2
PHP: make tests runnable on both protobuf 3.1 and 3.2
8 years ago
Craig Tiller
5cad46e218
Bump master version numbers
8 years ago
Mark D. Roth
e6dd773dff
Move parameters for all grpc_op types into their own sub-structs.
8 years ago
Mark D. Roth
448c1f002c
Move parameters for all grpc_op types into their own sub-structs.
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
thinkerou
8772a366ba
update method prop visibility
8 years ago
thinkerou
16713db012
fix code style
8 years ago
Stanley Cheung
4242075c33
PHP: Prepare for 1.1.0 release
8 years ago
Stanley Cheung
50c878088a
Use tmp file instead of writing to current directory
8 years ago
Stanley Cheung
122c687d61
Fix various PHP bugs
8 years ago
thinkerou
8d770144c2
attempt to fix mem leaks
8 years ago
Eric Gribkoff
ced8702d1d
Enable advanced Java interop tests.
...
Add response parameters to custom_metadata streaming request for Node and PHP
clients.
The Java server does not respond with separate initial and trailing
metadata when there is no response data - it is only emiting the
requested trailing metadata. Adding the response parameters to the test
(in accordance with the specification) avoids this, but I will open a
separate issue to investigate the Java behavior.
8 years ago
thinkerou
0c3e8dbc68
fix code style
8 years ago
Craig Tiller
e2e4670e09
Continue updating PHP
8 years ago
Craig Tiller
9e11a98eb4
Continue updating PHP
8 years ago
Craig Tiller
7a454c24d9
Continue updating PHP
8 years ago
Craig Tiller
cdfd15cc1a
Continue updating PHP
8 years ago
Craig Tiller
d2b0014430
Continue updating PHP
8 years ago
Craig Tiller
b4aa70ea94
Offer grpc_slice_to_c_string to simplify some code
8 years ago
Craig Tiller
75f8013ba6
Continue updating PHP
8 years ago
Craig Tiller
a25cbbc885
Convert more of PHP
8 years ago
Craig Tiller
3bfb00486a
Convert more of PHP
8 years ago
Craig Tiller
9e78d69faf
Start converting php
8 years ago
Ken Payson
02d2807b30
Fixes 2 issues:
...
1. In the State change test, 123->0 will hit a c-core GPR_ASSERT if
debugging is enabled because 123 doesn't map to a state that can
be printed.
2. In the Server test, 8888 is sometimes unavailable, so we just use
a wildcard port.
8 years ago