murgatroid99
fcb5271105
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
9 years ago
Muxi Yan
f8372c607a
Minor revisions
9 years ago
Vijay Pai
8f76df40a9
Some compilers don't like big stack frames. There is no need
...
for this to be a power of 2, so let's just shrink it a little.
9 years ago
Jorge Canizales
4da5fd0728
Document
9 years ago
Jorge Canizales
ec0743e612
Leave improving the error message as a TODO
9 years ago
Alex Polcyn
40e8486573
compare test config as objects instead of strings
9 years ago
Jorge Canizales
6af4addd55
Let override default response size limit
...
Still missing: Catch the C-library error to improve the error message.
9 years ago
David Garcia Quintas
41bef45092
pr comments
9 years ago
Nicolas Noble
5a36325896
Merge pull request #7502 from dgquintas/cpp_compression_level
...
C++ Compression Level set properly
9 years ago
David Garcia Quintas
5dde14ce43
clang-format
9 years ago
Alexander Polcyn
161767771b
update to use new nuget client in tests
9 years ago
Stanley Cheung
526a9f9086
php: cleanup for GA
9 years ago
Stanley Cheung
8e56502457
php: cleanup for GA
9 years ago
Mark D. Roth
f9d8e9064b
Code review changes.
9 years ago
thinkerou
6972af492d
add macro PHP_GRPC_INIT_HANDLER
9 years ago
thinkerou
5dafd82b7e
add macro PHP_GRPC_INIT_HANDLER
9 years ago
thinkerou
3e03e1651e
delete commented-code for missing
9 years ago
thinkerou
514d296a5d
delete commented-code for missing
9 years ago
thinkerou
a24a0dd784
add PHP_GRPC_FREE_CLASS_OBJECT macro
9 years ago
thinkerou
dc673c5322
add PHP_GRPC_FREE_CLASS_OBJECT macro
9 years ago
thinkerou
dacb2e3a5c
fix unused var
9 years ago
thinkerou
11cb5c53cb
fix unused var
9 years ago
Muxi Yan
2a5072e80f
Fix Objective-C test pods for Cronet tests
9 years ago
thinkerou
eb9c545746
add some macro to reduce duplicate code
9 years ago
thinkerou
ba75c013b1
add some macro to reduce duplicate code
9 years ago
murgatroid99
0b316b041f
Ruby Tools: automatically include plugin argument in protoc command
9 years ago
Mark D. Roth
05d73af3d1
Fixed asan failure and some refcounting bugs.
9 years ago
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
David Garcia Quintas
fa30de9b39
removed some bits from invalid LR design
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
Makarand Dharmapurikar
2f7060bad9
test harness changes for compiling
9 years ago
Alistair Veitch
f183ece782
Full path names for header inclusion
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
thinkerou
6f9d30bf08
add macro to php7_wrapper for reduce duplicate code
9 years ago
Alistair Veitch
41482d8f27
Fix comment typo
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
Muxi Yan
7bc45f3b1a
Add InteropTestsRemoteWithCronet to the tests
9 years ago