Vijay Pai
18983f8e38
Merge pull request #7590 from vjpai/affinity_optional
...
Don't assert if we're not able to set CPU affinity
8 years ago
kpayson64
fcccb5aca5
Merge pull request #7603 from vitalybuka/stack-use-after-scope
...
Fix stack-use-after-scope in call.c
8 years ago
kpayson64
1e3fdbe7fd
Merge pull request #6924 from dgquintas/grpclb_v0
...
gRPC LB policy
8 years ago
Vijay Pai
abaa70502d
Merge pull request #7575 from vjpai/make_stack_small_again
...
Shrink a stack-allocated array to avoid giant frame
8 years ago
David Garcia Quintas
52c54e3c3b
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
8 years ago
Vitaly Buka
e60003d4f9
Fix stack use after scope in call.c
...
AddressSanitizer detects stack-use-after-scope bug.
This means that variable was used at a point when compiler assume that it's
dead.
Here compression_md lifetime is limited by switch scope. However implementation
of execute_op blow access it outside the scope.
8 years ago
kpayson64
5b88eb228f
Merge pull request #7602 from kpayson64/downgrade_setuptools.py
...
Downgrade docker setuptools
8 years ago
Ken Payson
6f156b7576
Downgrade docker setuptools
8 years ago
David Garcia Quintas
d9cee6f2ac
moar clang-format
8 years ago
David Garcia Quintas
3856a972fd
regenerated projects
8 years ago
Nicolas Noble
a29ca4e56b
Merge pull request #7391 from dgquintas/lr_july_16
...
Load Reporting Filter
8 years ago
David Garcia Quintas
54fe31a779
clang-format
8 years ago
David Garcia Quintas
62105352be
Merge branch 'master' of github.com:grpc/grpc into lr_july_16
8 years ago
David Garcia Quintas
740759e523
fixed premature destruction of lb_client
8 years ago
David Garcia Quintas
a0e278ee3f
fw-declare struct properly
8 years ago
David Garcia Quintas
87e06c84fd
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
8 years ago
Vijay Pai
6e5c33c3e2
Don't assert if we're not able to set affinity for some reason
8 years ago
Nicolas Noble
2507fef737
Merge pull request #7553 from podsvirov/topic-cmake-template
...
CMake Project Improvements
8 years ago
Nicolas Noble
5bb44e93e1
Merge pull request #7584 from nicolasnoble/manual-upmerge
...
Manual upmerge from v1.0.x
8 years ago
Stanley Cheung
f4f3cb3975
Merge pull request #7582 from stanley-cheung/php-fix-zts-error
...
PHP: missed a macro
8 years ago
David Garcia Quintas
8d48911faa
added some separating comments
8 years ago
David Garcia Quintas
4166cb06ea
Addressed the rest of the PR comments
8 years ago
Nicolas "Pixel" Noble
8302b123de
Merge branch 'v1.0.x' into manual-upmerge
...
Conflicts:
src/ruby/pb/test/client.rb
src/ruby/pb/test/server.rb
tools/dockerfile/test/php7_jessie_x64/Dockerfile
8 years ago
David Garcia Quintas
6531826a56
Reordered lines in grpclb.c for readability
8 years ago
Stanley Cheung
c1f25fb199
php: missed a macro;
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
Nicolas Noble
623e4fc0cc
Merge pull request #7569 from dgquintas/backport_cpp_compression_level
...
backport #7502 from dgquintas/cpp_compression_level
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
Alex Polcyn
40e8486573
compare test config as objects instead of strings
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
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
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