index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
php
/
tests
/
unit_tests
Commit message (
Expand
)
Author
Age
*
Fixes 2 issues:
Ken Payson
2016-12-01
*
update php style
thinkerou
2016-11-01
*
fix php code style
thinkerou
2016-09-09
*
php: error out if metadata key is not legal
Stanley Cheung
2016-08-26
*
wrap long lines;
Stanley Cheung
2016-07-20
*
minor changes. cannot assume hostname unchanged
Stanley Cheung
2016-07-20
*
support php7 by marco
thinkerou
2016-07-20
*
php: ran php-cs-fixer again
Stanley Cheung
2016-04-19
*
Update copyrights
Craig Tiller
2016-03-31
*
fix php copyright
Stanley Cheung
2016-02-16
*
Merge pull request #5225 from stanley-cheung/php-ext-code-coverage
Michael Lumish
2016-02-16
|
\
|
*
php: add more unit tests to improve code coverage
Stanley Cheung
2016-02-12
*
|
php: add unit test to bring coverage back up above 95%
Stanley Cheung
2016-02-12
|
/
*
pass auth metadata context to user callback
Stanley Cheung
2015-12-11
*
add more unit test
Stanley Cheung
2015-12-10
*
php: metadata plugin based auth API
Stanley Cheung
2015-12-10
*
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
Julien Boeuf
2015-11-17
|
\
|
*
php: ran php-cs-fixer to comply with php coding standard
Stanley Cheung
2015-10-27
*
|
php: split grpc_credentials to channel_credentials and call_credentials
Stanley Cheung
2015-10-23
|
/
*
php: fix watchConnectivityState unit test
Stanley Cheung
2015-09-23
*
php: support per message compression disable
Stanley Cheung
2015-09-02
*
php: expose per-call host override option
Stanley Cheung
2015-08-19
*
php: add watchForReady method
Stanley Cheung
2015-08-13
*
php: add more tests
Stanley Cheung
2015-08-13
*
php: wrap watchConnectivityState api
Stanley Cheung
2015-08-13
*
php: wrap getConnectivityState API
Stanley Cheung
2015-08-13
*
review feedback: unit test of uri value too strict
Stanley Cheung
2015-07-27
*
Exposed channel target and call peer in PHP
Stanley Cheung
2015-07-27
*
Remove metadata checks - these are testing things that arent true
Craig Tiller
2015-07-18
*
add PHP timeout interop test
Stanley Cheung
2015-06-15
*
Updated PHP files to new method names
murgatroid99
2015-04-02
*
Updated final tests to pass
murgatroid99
2015-03-11
*
Resolved merge conflicts with master
murgatroid99
2015-03-11
|
\
*
|
EndToEndTest now works
murgatroid99
2015-03-11
*
|
Further updated EndToEndTest
murgatroid99
2015-03-11
*
|
Fixed some tests for new API
murgatroid99
2015-03-11
|
*
Switched to new secure server API
murgatroid99
2015-03-04
|
/
*
Verifying the peer name on the X509 Certs correctly.
Julien Boeuf
2015-02-23
*
Add PHP Copyright
Craig Tiller
2015-02-16
*
Merge pull request #373 from murgatroid99/php_metadata_representation
Tim Emiola
2015-02-04
|
\
*
|
Switched to binding servers to port 0 in tests
murgatroid99
2015-02-03
|
*
Changed PHP metadata representation to associative array of arrays of strings
murgatroid99
2015-02-03
*
|
Removed assertEquals from TimevalTest
murgatroid99
2015-02-02
*
|
Removed uses of assertEquals, which internally uses weak comparison
murgatroid99
2015-02-02
|
/
*
Switched to new grpc_call_invoke API
murgatroid99
2015-01-16
*
Switched call errors to exceptions instead of return values
mlumish
2015-01-05
*
Switched events to use native objects instead of wrappers
mlumish
2015-01-05
*
Replaced calls to grpc_call_accept with newer functions
mlumish
2015-01-05
*
Added utility to make different tests bind to different ports
mlumish
2014-12-10
*
Added PHP to the global gRPC moe config
mlumish
2014-12-09