Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
396f4450fd4e29c7a8ce23d8c539228ef5ca5c94
/
src
/
php
dba4c5f
Add various options to verify ssl/tls client cert including letting the
by Deepak Lukose
· 9 years ago
7f05da6
php: ran php-cs-fixer again
by Stanley Cheung
· 9 years ago
82e6f32
php: destroy grpc_byte_buffer after startBatch
by Stanley Cheung
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
7895da2
php: return channel arg type
by Stanley Cheung
· 9 years ago
fca9464
Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor
by Jan Tattermusch
· 9 years ago
5709e93
remove stale src/php/ext/grpc/README.md
by Stanley Cheung
· 9 years ago
d26753e
update PHP composer.json files
by Stanley Cheung
· 9 years ago
cfad243
fixed copyright
by Stanley Cheung
· 9 years ago
8685c38
one more
by Stanley Cheung
· 9 years ago
a2c8b20
review changes
by Stanley Cheung
· 9 years ago
a41a677
php: update readme
by Stanley Cheung
· 9 years ago
df1e05a
Simplify PHP installation
by Stanley Cheung
· 9 years ago
708ff9d
fix php copyright
by Stanley Cheung
· 9 years ago
221bb1d
Merge pull request #5225 from stanley-cheung/php-ext-code-coverage
by Michael Lumish
· 9 years ago
f77a4ad
channel constructor the array is required
by Stanley Cheung
· 9 years ago
b91f0f2
revert unnecessary change
by Stanley Cheung
· 9 years ago
cccf929
php: add more unit tests to improve code coverage
by Stanley Cheung
· 9 years ago
76e9ad4
php: add unit test to bring coverage back up above 95%
by Stanley Cheung
· 9 years ago
da179ce
Rollback gpr deletion
by Craig Tiller
· 9 years ago
0912179
Removing gpr as a separated library.
by Nicolas "Pixel" Noble
· 9 years ago
a6b9548
Add lcov php code coverage report
by Stanley Cheung
· 9 years ago
e959827
Update copyrights
by Craig Tiller
· 9 years ago
de3da74
Add copyright checks to sanity; make them verify copyright year is valid
by Craig Tiller
· 9 years ago
6bd3180
php: make channel credentials createInsecure explicit
by Stanley Cheung
· 9 years ago
27a3167
php: bump version for release
by Stanley Cheung
· 9 years ago
e235388
Merge pull request #4394 from stanley-cheung/php_creds_plugin_api
by Michael Lumish
· 9 years ago
d1cf36c
pass auth metadata context to user callback
by Stanley Cheung
· 9 years ago
b5f74f1
removed comment
by Stanley Cheung
· 9 years ago
42fb706
add more unit test
by Stanley Cheung
· 9 years ago
3580580
php: metadata plugin based auth API
by Stanley Cheung
· 9 years ago
95337bf
Merge github.com:grpc/grpc into connected-subchannel
by Craig Tiller
· 9 years ago
c484ccf
add todo for PHP
by Jan Tattermusch
· 9 years ago
2c23ad5
Merge github.com:grpc/grpc into connected-subchannel
by Craig Tiller
· 9 years ago
a17bb28
PHP fix
by Craig Tiller
· 9 years ago
513a688
php: remove callable type hint from BaseStub->_simpleRequest()
by Parker Moore
· 9 years ago
232d625
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
802f6b6
Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert
by Julien Boeuf
· 9 years ago
e32075f
Fixing tests.
by Julien Boeuf
· 9 years ago
675b5ce
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
334314b
Updating the server1 cert so that it can be used with Go.
by Julien Boeuf
· 9 years ago
3baf767
php: append application user agent string at the beginning
by Stanley Cheung
· 9 years ago
d5b2056
php: ran php-cs-fixer to comply with php coding standard
by Stanley Cheung
· 9 years ago
a5fd9d1
php: fix inconsistent array notation
by Stanley Cheung
· 9 years ago
9c0b35e
php: rename credentials to channel_credentials
by Stanley Cheung
· 9 years ago
aeea102
php: split grpc_credentials to channel_credentials and call_credentials
by Stanley Cheung
· 9 years ago
af93a8f
php: remove ssl_cert_file env var
by Stanley Cheung
· 9 years ago
d94f926
php: remove ssl_cert_file env var
by Stanley Cheung
· 9 years ago
030387d
remove include
by Stanley Cheung
· 9 years ago
47c1a53
php: remove unused file
by Stanley Cheung
· 9 years ago
75457ff
php: add more unit test for code coverage analysis
by Stanley Cheung
· 9 years ago
42e2beb
Merge pull request #3858 from enisoc/php-close
by Stanley Cheung
· 9 years ago
04e1eb8
PHP: Fix property reference in BaseStub::close()
by Anthony Yeh
· 9 years ago
59a15a8
php: add remaining auth interop tests
by Stanley Cheung
· 9 years ago
ba0cb56
php: add use_tls and use_test_ca param to interop tests script
by Stanley Cheung
· 9 years ago
e5f41cb
php: fix empty_stream interop test;
by Stanley Cheung
· 9 years ago
f438ee1
fixed comment
by Stanley Cheung
· 9 years ago
b0cd08a
php: validate and normalize metadata keys
by Stanley Cheung
· 9 years ago
66ec9bb
php: call writesDone in interop test
by Stanley Cheung
· 9 years ago
e5ba29f
php: implement empty_stream interop test
by Stanley Cheung
· 9 years ago
6d3f9ac
php: update package.xml to prepare for 0.6.1 release
by Stanley Cheung
· 9 years ago
bd52ac4
Fix #2275 (Make sure PHP example can be run with Apache)
by Hannes Magnusson
· 9 years ago
2506141
Merge pull request #3602 from grpc/release-0_11
by Tim Emiola
· 9 years ago
81449fd
php: need additional cli flags in scripts
by Stanley Cheung
· 9 years ago
d2dd37b
php: update helloworld and route guide after beta release
by Stanley Cheung
· 9 years ago
e5515d4
Merge pull request #3372 from grpc/release-0_11
by David G. Quintas
· 9 years ago
3543ea4
php: fix watchConnectivityState unit test
by Stanley Cheung
· 9 years ago
3ba30e1
Drop issue 527 TODOs for interop specification
by Nathaniel Manista
· 9 years ago
7a4e8e4
php: fix jenkins flake
by Stanley Cheung
· 9 years ago
86bfc74
php: update text to reflect beta
by Stanley Cheung
· 9 years ago
e9cfa31
minor fixes
by Stanley Cheung
· 9 years ago
e4c4738
php: add examples for apache and nginx
by Stanley Cheung
· 9 years ago
581846b
Update debian install instructions, jessie-backports
by Stanley Cheung
· 9 years ago
1ea9736
php: bump version
by Stanley Cheung
· 9 years ago
29d7be3
php: missed a line in doc
by Stanley Cheung
· 9 years ago
26883d8
php: update pecl package.xml
by Stanley Cheung
· 9 years ago
3ff5cea
php: $metadata at API should be optional
by Stanley Cheung
· 9 years ago
03e170e
php: add cancel_after_begin interop test
by Stanley Cheung
· 9 years ago
5331776
php: clean up api around flags
by Stanley Cheung
· 9 years ago
3ab8e79
php: support per message compression disable
by Stanley Cheung
· 9 years ago
aec4ac8
update debian unstable to testing
by Stanley Cheung
· 9 years ago
7b773e9
php: update readme;
by Stanley Cheung
· 9 years ago
fe4bacb
Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup
by Julien Boeuf
· 9 years ago
f03e128
Merge pull request #3026 from stanley-cheung/php_update_gen_code_test
by Michael Lumish
· 9 years ago
4135a21
php: add comment for why cancel_after_begin cannot be done
by Stanley Cheung
· 9 years ago
69e9747
php: fix interop stub construction after codegen fix
by Stanley Cheung
· 9 years ago
cbdffa4
Merge branch 'grpc_security_abi' into credentials_naming_and_cleanup
by Julien Boeuf
· 9 years ago
5cc1e2e
Fixing PHP.
by Julien Boeuf
· 9 years ago
510a920
Credentials cleanup:
by Julien Boeuf
· 9 years ago
c17fecd
Fixing tests.
by Julien Boeuf
· 9 years ago
c5b570f
Adding void* at then end of security related method in order to have a stable ABI.
by Julien Boeuf
· 9 years ago
4c0fcda
php: add tests for waitForReady
by Stanley Cheung
· 9 years ago
2e405d4
php: update codegen, client now extends basestub
by Stanley Cheung
· 9 years ago
43a53ff
Merge pull request #2998 from stanley-cheung/php_null_call_host
by Michael Lumish
· 9 years ago
d7c27c6
Merge pull request #2990 from stanley-cheung/update_debian_instructions
by Tim Emiola
· 9 years ago
1894f18
update installation instructions, review feedback
by Stanley Cheung
· 9 years ago
5329e4b
update installation instructions, review feedback
by Stanley Cheung
· 9 years ago
ddb16a8
php: expose per-call host override option, review feedback
by Stanley Cheung
· 9 years ago
dbeb1cd
update debian install instructions
by Stanley Cheung
· 9 years ago
478fb00
php: expose per-call host override option
by Stanley Cheung
· 9 years ago
Next »