Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
9161a82565a0bdaf4622f7f8c8e967d29e904a9c
/
src
/
php
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
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
c0c9ba9
php: fix timeout interop test, use 1ms as timeout
by Stanley Cheung
· 9 years ago
4275899
Sprinkle reserved = NULL around
by Craig Tiller
· 9 years ago
fea1f68
php: fixed constant typo
by Stanley Cheung
· 9 years ago
f123443
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
1567c0c
php: connectivity state review feedback
by Stanley Cheung
· 9 years ago
04b7a41
php: add watchForReady method
by Stanley Cheung
· 9 years ago
4c5c7b8
php: add more tests
by Stanley Cheung
· 9 years ago
a63fdd0
php: wrap watchConnectivityState api
by Stanley Cheung
· 9 years ago
e63354a
php: wrap getConnectivityState API
by Stanley Cheung
· 9 years ago
9d72b14
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
a600d58
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
c5ae3eb
Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port
by Craig Tiller
· 9 years ago
e1b0e6e
s/inherit/propagate/g
by Craig Tiller
· 9 years ago
99e6164
Update wrappers, tests to new create_call()
by Craig Tiller
· 9 years ago
150b7c4
Adapting PHP.
by Nicolas "Pixel" Noble
· 9 years ago
4aee724
Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth
by Julien Boeuf
· 9 years ago
f2b2558
Merge pull request #2593 from ctiller/elliptic-orange-chamelion
by Yang Gao
· 9 years ago
c0034dd
review feedback: unit test of uri value too strict
by Stanley Cheung
· 9 years ago
db98e08
Exposed channel target and call peer in PHP
by Stanley Cheung
· 9 years ago
d9aed1d
Merge github.com:grpc/grpc into elliptic-orange-chamelion
by Craig Tiller
· 9 years ago
5749a3f
Merge pull request #2605 from yang-g/fake_transport_security_to_private
by jboeuf
· 9 years ago
a75098d
add user-agent for php
by Stanley Cheung
· 9 years ago
52e4de1
Fix node test. Remove all the server fake credentials references
by yang-g
· 9 years ago
70a1337
merge head and resolve conflict
by yang-g
· 9 years ago
8b25f2a
move fake_transport_security_credentials to private API
by yang-g
· 9 years ago
5029b30
Adding option to force client auth on the server SSL creds.
by Julien Boeuf
· 9 years ago
4a4f149
Rename grpc_channel_create to grpc_insecure_channel_create
by Craig Tiller
· 9 years ago
352f38c
Remove metadata checks - these are testing things that arent true
by Craig Tiller
· 9 years ago
c9fef6f
Merge github.com:grpc/grpc into no-worries-i-can-wait
by Craig Tiller
· 9 years ago
e726a53
php script minor fix
by Stanley Cheung
· 9 years ago
316eedd
regex
by Stanley Cheung
· 9 years ago
4a5c654
update homebrew php ext location
by Stanley Cheung
· 9 years ago
58bbc86
Updating wrapped languages to new time functions
by Craig Tiller
· 9 years ago
143e7bf
Introduce a clock type field onto gpr_timespec.
by Craig Tiller
· 9 years ago
d1c9254
Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time
by Vijay Pai
· 9 years ago
f0fb537
Merge branch 'footprints-on-the-sands-of-time' into no-worries-i-can-wait
by Craig Tiller
· 9 years ago
7e4a9bd
update php pecl extension to 0.5.1 because header change
by Stanley Cheung
· 9 years ago
f3756c1
Introduce multiple clocks to GPR
by Craig Tiller
· 9 years ago
85b5d76
php minor script fix
by Stanley Cheung
· 9 years ago
f8bfd9a
revert wording of optional in php doc
by Stanley Cheung
· 9 years ago
76ed0cc
php: update README
by Stanley Cheung
· 9 years ago
f4a99a1
php extension: do not link rt in osx
by Stanley Cheung
· 9 years ago
229e855
replace backticks with $()
by Stanley Cheung
· 9 years ago
c865c31
php: refactor and cleanup some scripts
by Stanley Cheung
· 9 years ago
cb14eab
Add package.xml and necessary files for pecl extension
by Stanley Cheung
· 9 years ago
Next »