David Garcia Quintas
|
6531826a56
|
Reordered lines in grpclb.c for readability
|
8 years ago |
Stanley Cheung
|
c1f25fb199
|
php: missed a macro;
|
8 years ago |
Stanley Cheung
|
d083c148a2
|
php: missed a macro
|
8 years ago |
Nicolas Noble
|
18e54a54a1
|
Merge pull request #7567 from murgatroid99/node_artifact_build_health_check
Build the Node health-check package in the build_packages script
|
8 years ago |
Jan Tattermusch
|
3fc8c8a9ff
|
regenerate
|
8 years ago |
Jan Tattermusch
|
36d15404f5
|
use netcoreapp1.0 for executable projects
|
8 years ago |
Jan Tattermusch
|
660333a87b
|
update project.json templates to RTM .NET core nugets
|
8 years ago |
kpayson64
|
c70f2f76fa
|
Merge pull request #7576 from apolcyn/fix_sanity_test_diff
compare test config as objects instead of strings
|
8 years ago |
kpayson64
|
531c909073
|
Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_ga
update to use new nuget client in tests
|
8 years ago |
murgatroid99
|
3ed66976f6
|
Update ruby google-protobuf dependency to 3.0
|
8 years ago |
murgatroid99
|
fcb5271105
|
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
|
8 years ago |
Nicolas Noble
|
623e4fc0cc
|
Merge pull request #7569 from dgquintas/backport_cpp_compression_level
backport #7502 from dgquintas/cpp_compression_level
|
8 years ago |
Muxi Yan
|
f8372c607a
|
Minor revisions
|
8 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.
|
8 years ago |
Jorge Canizales
|
4da5fd0728
|
Document
|
8 years ago |
Jorge Canizales
|
ec0743e612
|
Leave improving the error message as a TODO
|
8 years ago |
Alex Polcyn
|
40e8486573
|
compare test config as objects instead of strings
|
8 years ago |
Jorge Canizales
|
6af4addd55
|
Let override default response size limit
Still missing: Catch the C-library error to improve the error message.
|
8 years ago |
David Garcia Quintas
|
41bef45092
|
pr comments
|
8 years ago |
Nicolas Noble
|
5a36325896
|
Merge pull request #7502 from dgquintas/cpp_compression_level
C++ Compression Level set properly
|
8 years ago |
Nicolas Noble
|
e51b9d2e39
|
Merge pull request #7502 from dgquintas/cpp_compression_level
C++ Compression Level set properly
|
8 years ago |
David Garcia Quintas
|
5dde14ce43
|
clang-format
|
8 years ago |
Alexander Polcyn
|
161767771b
|
update to use new nuget client in tests
|
8 years ago |
murgatroid99
|
5d65eb6bbe
|
Build the Node health-check package in the build_packages script
|
8 years ago |
Nicolas Noble
|
a062a7f2c5
|
Merge pull request #7551 from murgatroid99/ruby_tools_plugin_arg
Ruby Tools: automatically include plugin argument in protoc command
|
8 years ago |
murgatroid99
|
d8bc223252
|
Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_arg
|
8 years ago |
Stanley Cheung
|
9b21586c0e
|
Merge pull request #7561 from stanley-cheung/php-cleanup-ga
PHP: cleanup for GA
|
8 years ago |
Stanley Cheung
|
92ebb5dc26
|
Merge pull request #7560 from stanley-cheung/php-cleanup-ga-v1_0
PHP: cleanup for GA
|
8 years ago |
Stanley Cheung
|
526a9f9086
|
php: cleanup for GA
|
8 years ago |
Stanley Cheung
|
8e56502457
|
php: cleanup for GA
|
8 years ago |
Stanley Cheung
|
2eabf76af1
|
Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_third
PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(final part)
|
8 years ago |
Stanley Cheung
|
57419dc746
|
Merge pull request #7552 from thinkerou/wrap_php7_third
PHP: use php7_wrapper to reduce duplicated codes(final part)
|
8 years ago |
Mark D. Roth
|
f9d8e9064b
|
Code review changes.
|
8 years ago |
Mark D. Roth
|
9530e8af05
|
Merge branch 'filter_call_init_failure' into filter_api
|
8 years ago |
thinkerou
|
6972af492d
|
add macro PHP_GRPC_INIT_HANDLER
|
8 years ago |
thinkerou
|
5dafd82b7e
|
add macro PHP_GRPC_INIT_HANDLER
|
8 years ago |
thinkerou
|
3e03e1651e
|
delete commented-code for missing
|
8 years ago |
thinkerou
|
514d296a5d
|
delete commented-code for missing
|
8 years ago |
thinkerou
|
a24a0dd784
|
add PHP_GRPC_FREE_CLASS_OBJECT macro
|
8 years ago |
thinkerou
|
dc673c5322
|
add PHP_GRPC_FREE_CLASS_OBJECT macro
|
8 years ago |
thinkerou
|
dacb2e3a5c
|
fix unused var
|
8 years ago |
thinkerou
|
11cb5c53cb
|
fix unused var
|
8 years ago |
Muxi Yan
|
2a5072e80f
|
Fix Objective-C test pods for Cronet tests
|
8 years ago |
Konstantin Podsvirov
|
dd3314854c
|
CMake: Fix configuration file format bug
|
8 years ago |
Konstantin Podsvirov
|
13016cc40b
|
CMake: project for HelloWorld cpp example
|
8 years ago |
Konstantin Podsvirov
|
d2b883022c
|
CMake: Installation and Export Configuration
|
8 years ago |
Konstantin Podsvirov
|
5baf725a9d
|
CMake: Choice third party provider
Now we can use submodules or external packages
|
8 years ago |
kpayson64
|
a4d9e4bbfa
|
Merge pull request #7534 from murgatroid99/ruby_tools_script_naming
Remove .rb suffix from grpc-tools scripts, to be consistent with other gems
|
8 years ago |
Mark D. Roth
|
9fd00425c5
|
Yet another attempt to undo my protobuf version screw-up.
|
8 years ago |
Vijay Pai
|
2d04dd827c
|
Change API for next message size to allow a bool return value for failure
cases.
|
8 years ago |