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
thinkerou
eb9c545746
add some macro to reduce duplicate code
8 years ago
thinkerou
ba75c013b1
add some macro to reduce duplicate code
8 years ago
Nicolas Noble
846768c12f
Merge pull request #7535 from muxi/fix-no-as-needed
...
Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
8 years ago
Nicolas Noble
63d2b28d45
Merge pull request #7546 from tberghammer/proto-lite
...
Add cmake option to compile using protobuf-lite
8 years ago
murgatroid99
0b316b041f
Ruby Tools: automatically include plugin argument in protoc command
8 years ago
Nicolas "Pixel" Noble
64f8d09ca0
Merge branch 'master' of https://github.com/grpc/grpc into interop_server_split
8 years ago
Mark D. Roth
f9eef0bfd3
Undo accidental revert to old version of protobuf code.
9 years ago
kpayson64
b51eeb58bd
Merge pull request #7537 from kpayson64/regen_ruby_protos
...
Updated ruby protos to use new _pb filename
9 years ago
Vijay Pai
efef0d29c5
Merge pull request #7380 from nicolasnoble/no-c++11-threads
...
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
9 years ago
Vijay Pai
818564cc2b
Merge pull request #7459 from nicolasnoble/udp_test_bitrot
...
Fixing udp test bitrotting.
9 years ago
Mark D. Roth
05d73af3d1
Fixed asan failure and some refcounting bugs.
9 years ago
Tamas Berghammer
2391156890
Add cmake option to compile using protobuf-lite
...
After this change specifying -DGRPC_USE_PROTO_LITE=On at the cmake
command line will cause gRPC to use the protobuf-lite runtime what
can result in a major size improvement.
9 years ago