thinkerou
4f8df873b0
add php_grpc_zend_object macro and rename klass
9 years ago
thinkerou
dba5b0c86a
add php_grpc_zend_object macro and rename klass
9 years ago
Stanley Cheung
93e84a51cc
Merge pull request #7541 from stanley-cheung/php-cleanup-dockerfile-v1_0
...
PHP: add PHP7 to various Jenkins tests and update dockerfile
9 years ago
David Garcia Quintas
fa30de9b39
removed some bits from invalid LR design
9 years ago
Stanley Cheung
7d8c543d64
regenerate from template
9 years ago
Stanley Cheung
78f0fd4715
fix copyright
9 years ago
Stanley Cheung
fa1e4fa7f1
php: add php7 to jenkins basic and interop tests
9 years ago
Stanley Cheung
99955ab0af
php: remove protobuf-php clone hack
9 years ago
Stanley Cheung
7b672f8473
remove outdated php dockerfile dependency
9 years ago
Stanley Cheung
6511a874f9
Merge pull request #7540 from stanley-cheung/php-minor-cleanup-ga-v1_0
...
PHP: minor cleanup for GA v1.0 branch
9 years ago
Stanley Cheung
7979424757
Merge pull request #7539 from stanley-cheung/php-minor-cleanup-ga
...
PHP: minor cleanup for GA
9 years ago
thinkerou
d2583007f5
add macro to php7_wrapper for reduce duplicate code
9 years ago
thinkerou
011d1efc8f
add macro to php7_wrapper for reduce duplicate code
9 years ago
Ken Payson
5a2c91806f
Updated ruby protos to use new _pb filename
9 years ago
Stanley Cheung
bebaf5b61c
update README
9 years ago
Stanley Cheung
b2d590463f
update README
9 years ago
Stanley Cheung
fdf27a49bb
remove reference to homebrew
9 years ago
Stanley Cheung
c5755ad5a9
php: fix composer.json
9 years ago
Stanley Cheung
b95870d85b
php: fix composer.json
9 years ago
Stanley Cheung
ee70fa7022
Merge pull request #7533 from thinkerou/wrap_php7_on_v1_branch_second
...
PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(second part)
9 years ago
Stanley Cheung
31fd053180
Merge pull request #7532 from thinkerou/wrap_php7_second
...
PHP: use php7_wrapper to reduce duplicated codes(second part)
9 years ago
Yuchen Zeng
68ca351126
Fix sanity issues
9 years ago
Makarand Dharmapurikar
2f7060bad9
test harness changes for compiling
9 years ago
Muxi Yan
cd0d8aed65
Identify system and remove --no-as-need if it is Mac OS
9 years ago
Alistair Veitch
f183ece782
Full path names for header inclusion
9 years ago
Muxi Yan
4e3df00f00
Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
9 years ago
murgatroid99
b5282c7628
Remove .rb suffix from grpc-tools scripts, to be consistent with other gems
9 years ago
thinkerou
8fa9d31cd7
fix indent use two spaces
9 years ago
thinkerou
fdc2132bb9
fix indent use two spaces
9 years ago
thinkerou
6d62ada983
add macro to php7_wrapper for reduce duplicate code
9 years ago
Yuchen Zeng
f4046cdced
Fix thread leak
9 years ago
thinkerou
6f9d30bf08
add macro to php7_wrapper for reduce duplicate code
9 years ago
Alistair Veitch
41482d8f27
Fix comment typo
9 years ago
makdharma
39e151b0f8
Merge pull request #7525 from muxi/add-interop-cronet-test
...
Add InteropTestsRemoteWithCronet to the tests
9 years ago
kpayson64
b8ec23586d
Merge pull request #7517 from markdroth/handshake_api
...
Improve error handling in handshake API
9 years ago
kpayson64
9a92b57acd
Merge pull request #7527 from jskeet/nulllogger
...
Change the default logger to the NullLogger.
9 years ago
kpayson64
66ebd08818
Merge pull request #7499 from thinkerou/wrap_php7_on_v1_branch
...
PHP: use php7_wrapper to reduce dup-codes on v1.0.x branch
9 years ago
kpayson64
ba33b53884
Merge pull request #7498 from thinkerou/wrap_php7
...
PHP: use php7_wrapper to reduce duplicated codes(first part)
9 years ago
kpayson64
5d9d2465e1
Merge pull request #7477 from yang-g/monotonic
...
Convert deadline clock type in security handshake timer
9 years ago
Alistair Veitch
8c7618e88d
Fix memory overwrite in proto decding; fix test for windows
9 years ago
Makarand Dharmapurikar
636ef6fb63
minor compiler warning fix
9 years ago
Jon Skeet
6be28f1dd9
Change the default logger to the NullLogger.
...
It's unconventional for code to log to the console in .NET.
Even now the logging is reduced, it's still present - especially
in shutdown. This would fix #7361 .
9 years ago
Robbie Shade
43b633d54f
Merge branch 'master' into move_timeout_encoding
9 years ago
Muxi Yan
7bc45f3b1a
Add InteropTestsRemoteWithCronet to the tests
9 years ago
kpayson64
7b104cd1c2
Merge pull request #7511 from nicolasnoble/doc-typo
...
Fixing documentation typo.
9 years ago
kpayson64
15e5c3f406
Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfile
...
PHP: add PHP7 to various Jenkins tests and update dockerfile
9 years ago
kpayson64
8a1247a42c
Merge pull request #7497 from soltanmm/be-nicer
...
Be more intelligent about Cython in grpcio
9 years ago
Nicolas Noble
6914abab5f
Merge pull request #7518 from nicolasnoble/plugins-should-compile
...
We should always try to compile the protoc plugins when building tests.
9 years ago
Yuchen Zeng
e7068c836e
Remove references to string_ref_helper
9 years ago
Makarand Dharmapurikar
6b86080912
fixing issues from cronet end to end testing
...
changed core logic for executing multiple ops.
added call cancellation logic
simplified the code.
9 years ago