Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
dff7ba6cfb5bfce4b62129685d277c682bc4c263
/
src
/
php
dff7ba6
PHP: remove channel observation and clean method used for tests
by ZhouyihaiDing
· 7 years ago
082ddc5
Merge pull request #15066 from matt-kwong/php-path-fix
by Matt Kwong
· 7 years ago
84d6046
Set DYLD_LIBRARY_PATH to be based off of
by Matt Kwong
· 7 years ago
4a13404
PHP: fix persistentChannelTest error
by ZhouyihaiDing
· 7 years ago
5c77035
PHP: use persistent list not shared by other modules
by ZhouyihaiDing
· 7 years ago
90cfc8e
Regenerate projects
by Mehrdad Afshari
· 7 years ago
b00a925
PHP: don't destruct persistent channel at the end of php-fpm request
by ZhouyihaiDing
· 7 years ago
8993297
php: adding trace for call_credentials callback function
by ZhouyihaiDing
· 7 years ago
7fed69b
Use static_cast rather than reinterpret_cast whenever possible
by Vijay Pai
· 7 years ago
9073ea0
Regenerate projects
by Mehrdad Afshari
· 7 years ago
43132b5
php: remove unrelated code from SharedChannelClose test
by ZhouyihaiDing
· 7 years ago
9233201
Merge pull request #13541 from Kunde21/php/constructor-cleanup
by Zhouyihai Ding
· 7 years ago
1952018
Merge pull request #12703 from thinkerou/fix_bug
by Zhouyihai Ding
· 7 years ago
1ac45e1
Removed opts checks in BaseStub when the elements aren't not used.
by Chad Kunde
· 7 years ago
ec0669c
php: call credentials plugin_get_metadata metadata leak
by Zhouyihai Ding
· 7 years ago
c84c8d4
Merge pull request #14160 from ZhouyihaiDing/pr_call_peer_leak
by Stanley Cheung
· 7 years ago
d29d709
Merge pull request #14161 from ZhouyihaiDing/channel_hashkey_size
by Stanley Cheung
· 7 years ago
5e7eed2
Merge pull request #14159 from ZhouyihaiDing/pr_call_array_leak
by Stanley Cheung
· 7 years ago
95b4c65
Merge pull request #14158 from ZhouyihaiDing/pr_callcredentials_plugin_leak
by Stanley Cheung
· 7 years ago
a14ce30
Merge pull request #14156 from ZhouyihaiDing/channel_hashstr_leak
by Stanley Cheung
· 7 years ago
367a1ee
php: fix call credentials createFromPlugin leak
by Zhouyihai Ding
· 7 years ago
159ceb6
php: fix call return peer leak
by Zhouyihai Ding
· 7 years ago
f09c294
php: fix channel_credentials hashkey size error
by Zhouyihai Ding
· 7 years ago
2138362
php: fix channel_credentials hashstr leak
by Zhouyihai Ding
· 7 years ago
e3e6470
php: fix call plugin_get_metadata return value leak
by Zhouyihai Ding
· 7 years ago
b0821f0
php: fix grpc_parse_metadata_array leak
by Zhouyihai Ding
· 7 years ago
1d8ab5a
Merge pull request #14130 from ZhouyihaiDing/wrapper_leak
by Stanley Cheung
· 7 years ago
7c647d3
php: fix channel wrapper leak
by Zhouyihai Ding
· 7 years ago
8a84593
php: fix channel reuse doesn't free allocated wrapper
by Zhouyihai Ding
· 7 years ago
2318b87
Merge pull request #14127 from ZhouyihaiDing/channel_credentials_leak
by Stanley Cheung
· 7 years ago
d715e7d
Merge pull request #14126 from ZhouyihaiDing/get_target_leak
by Stanley Cheung
· 7 years ago
99bb170
Merge pull request #14125 from ZhouyihaiDing/persistent_channel_leak
by Stanley Cheung
· 7 years ago
0464879
php-memory-leak
by ZhouyihaiDing
· 7 years ago
a1f94b7
Merge pull request #13687 from ZhouyihaiDing/php_info
by Stanley Cheung
· 7 years ago
4b9f8d8
php: channel_credentials hashstr leak
by Zhouyihai Ding
· 7 years ago
d3b5524
php: fix channel get_target leak
by Zhouyihai Ding
· 7 years ago
33af9aa
php: fix channel persistence channel leak
by Zhouyihai Ding
· 7 years ago
4388404
Regenerate projects
by Mehrdad Afshari
· 7 years ago
4b0e885
Merge pull request #14017 from ZhouyihaiDing/php_channl_memory_leak
by Zhouyihai Ding
· 7 years ago
b6cdfca
php channel: fix memory leak
by Zhouyihai Ding
· 7 years ago
a2044f8
metadata plugin update statuses in wrapped langs
by Jan Tattermusch
· 7 years ago
f9675bb
Merge pull request #12706 from applinskinner/master
by Zhouyihai Ding
· 7 years ago
e2af6d9
php_info add grpc version
by ZhouyihaiDing
· 7 years ago
14e96f9
Bump 1.8.0-dev to 1.9.0-dev
by Mehrdad Afshari
· 7 years ago
fc8eafe
Fix a PHP memory leak with SSL root certificates
by Jack Wakefield
· 7 years ago
18f02d2
fix php testWatchConnectivityState
by Jan Tattermusch
· 7 years ago
1167655
Merge pull request #13037 from quizlet/php_doc_fix
by Stanley Cheung
· 7 years ago
1c0a336
Fixing return value documentation on PHP addSecureHttp2Port and addHttp2Port
by Ryan Gordon
· 7 years ago
83a2cc0
php return the right classes
by Guilherme Oliveira
· 7 years ago
d015389
exclude uploading stats, add unconstained php benchmark
by ZhouyihaiDing
· 7 years ago
9887379
Update version to 1.8.0-dev, update g word to 'generous'
by murgatroid99
· 7 years ago
b4c01f9
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
b408469
attempt to fix bug
by thinkerou
· 7 years ago
c6f9cf3
update composer installing protobuf v3 for php-qps
by ZhouyihaiDing
· 7 years ago
6d8cc7c
Fixed some PHP errors
by Stanley Cheung
· 7 years ago
2caf021
Change plugin credentials API to support both sync and async modes.
by Mark D. Roth
· 7 years ago
8d6a61a
Remove invalide macro
by thinkerou
· 7 years ago
5d55948
PHP: upmerge from 1.4.x branch
by Stanley Cheung
· 7 years ago
106d175
Merge pull request #12188 from michaelbausor/add-async-support
by Stanley Cheung
· 7 years ago
713597f
Master version bump to 1.7.x
by David Garcia Quintas
· 7 years ago
ff1e926
Remove assignment
by Michael Bausor
· 7 years ago
8a61db3
Remove metadata set
by Michael Bausor
· 7 years ago
81fd629
Move OP_RECV_INITIAL_METADATA out of start() methods
by Michael Bausor
· 7 years ago
5b3dc4a
PHP: persistent channel
by Stanley Cheung
· 7 years ago
d996379
Reset OWNERS state
by Craig Tiller
· 7 years ago
e476f7d
Strawman OWNERS --> CODEOWNERS script
by Craig Tiller
· 7 years ago
976eb7c
Fetch grpc.io/release over https
by Mehrdad Afshari
· 7 years ago
d5b0455
Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x
by murgatroid99
· 7 years ago
4d5c310
fix remaining license notices
by Jan Tattermusch
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
312ea4a
change LICENSE, add AUTHORS
by Jan Tattermusch
· 7 years ago
bc54144
PHP: windows config.w32 fix
by Stanley Cheung
· 7 years ago
aebcdbd
master bumped to 1.5.x
by David Garcia Quintas
· 7 years ago
ff0e429
Merge pull request #11198 from stanley-cheung/upmerge-v1_3_2-to-master
by Stanley Cheung
· 7 years ago
ebeda85
Upmerge from v1.3.x branch to master
by Stanley Cheung
· 7 years ago
d15f5c0
PHP: fix pecl extension reported version
by Stanley Cheung
· 7 years ago
6e589c6
PHP: stop requiring google/protobuf PHP implementation
by Stanley Cheung
· 7 years ago
16f76d2
Bump to version 1.3.3
by Ken Payson
· 7 years ago
57c0255
Merge pull request #11005 from stanley-cheung/php-fix-memory-leaks
by Stanley Cheung
· 7 years ago
0afa9ab
Bump to 1.3.2-pre1
by Stanley Cheung
· 7 years ago
e9595ba
PHP: fixed some memory leaks
by Stanley Cheung
· 7 years ago
0290906
Upgrade protobuf to 3.3.0
by Ken Payson
· 8 years ago
606945a
1.3.0 -> 1.3.1-pre1
by David Garcia Quintas
· 8 years ago
f5521c3
Revert "Merge branch 'master' into v1.3.x"
by Alexander Polcyn
· 8 years ago
06a30ee
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
7b692ca
Merge pull request #10543 from practo/php_basestub_channel_fix
by Stanley Cheung
· 8 years ago
2c6f637
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
0e5fa9e
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
9e1acc0
master to 1.4.0-dev
by David Garcia Quintas
· 8 years ago
9b3a6cc
Fixing is_a check for Channel
by Rajendra Talekar
· 8 years ago
dd36b15
Call ref/unref, bugfixes
by Craig Tiller
· 8 years ago
c864602
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
0c10db7
Merge pull request #10315 from thinkerou/fix_style_php
by Stanley Cheung
· 8 years ago
34d21ce
fix php style
by thinkerou
· 8 years ago
9f00073
fix markdown render error
by thinkerou
· 8 years ago
944a56f
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
e44a50f
Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0
by Nicolas "Pixel" Noble
· 8 years ago
3a55efa
PHP changes
by Sree Kuchibhotla
· 8 years ago
36c3707
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
3e30832
bump v1.2.x branch to 1.2.1-pre1
by Alexander Polcyn
· 8 years ago
Next »