David Garcia Quintas
e60ae9c967
deflake grpclb_test
8 years ago
kpayson64
5e1fbd2061
Merge pull request #7370 from rjshade/move_timeout_encoding
...
Move timeout_encoding to core/lib/transport
8 years ago
Nicolas Noble
eef2887783
Merge pull request #7254 from nicolasnoble/gcloud-no-image-aliases
...
Stop using image aliases, as this is getting deprecated.
8 years ago
Nicolas Noble
ac7f0bd856
Merge pull request #7587 from dgquintas/install_docs
...
added windows to INSTALL.md
8 years ago
David Garcia Quintas
d47d03f6b6
corrected typo
8 years ago
Nicolas Noble
5c3877e70f
Merge pull request #7520 from thunderboltsid/update-gitignore
...
Update .gitignore to include .idea folder
8 years ago
Nicolas Noble
e90671e424
Merge pull request #7522 from makdharma/enable_secure_endpoint_trace
...
removed hardcoded disable on logging
8 years ago
Nicolas Noble
6a4397eb33
Merge pull request #7600 from dgquintas/fix_includes
...
fixed include guard script and faulty .h
8 years ago
kpayson64
329d6473db
Merge pull request #6774 from a-veitch/add_resource
...
Add Census resource API and implementation.
8 years ago
kpayson64
212a03ea1d
Merge pull request #7024 from markdroth/filter_call_init_failure
...
Extend filter API to allow call initialization to return an error.
8 years ago
kpayson64
52f3b67be0
Merge pull request #7601 from dgquintas/census_stuff
...
Changed census static metadata keys for tracing and tag propagation
8 years ago
Mark D. Roth
cca4a199e7
Fix destroy_call_elem API in test.
8 years ago
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
Mark D. Roth
0ff122e3e5
Ran generate_projects.sh.
8 years ago
Mark D. Roth
6e26952db4
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
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
8eec9ec6af
Changed census static metadata keys for tracing and tag propagation
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
ffd207fe4c
fixed include guard script and faulty .h
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
David Garcia Quintas
4d440bbd45
added windows to INSTALL.md
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