Jan Tattermusch
baa8c31984
Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm
...
Update .NET core dependencies to RTM
9 years ago
David Garcia Quintas
52c54e3c3b
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
9 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.
9 years ago
kpayson64
5b88eb228f
Merge pull request #7602 from kpayson64/downgrade_setuptools.py
...
Downgrade docker setuptools
9 years ago
Ken Payson
6f156b7576
Downgrade docker setuptools
9 years ago
David Garcia Quintas
d9cee6f2ac
moar clang-format
9 years ago
David Garcia Quintas
8eec9ec6af
Changed census static metadata keys for tracing and tag propagation
9 years ago
David Garcia Quintas
3856a972fd
regenerated projects
9 years ago
Nicolas Noble
a29ca4e56b
Merge pull request #7391 from dgquintas/lr_july_16
...
Load Reporting Filter
9 years ago
David Garcia Quintas
ffd207fe4c
fixed include guard script and faulty .h
9 years ago
Muxi Yan
c44f619984
Bug fix on error suppression and comment
9 years ago
David Garcia Quintas
54fe31a779
clang-format
9 years ago
David Garcia Quintas
62105352be
Merge branch 'master' of github.com:grpc/grpc into lr_july_16
9 years ago
David Garcia Quintas
740759e523
fixed premature destruction of lb_client
9 years ago
Muxi Yan
d915c6e28a
Suppress warning in all libraries whose names starting with gRPC-Core
9 years ago
Jorge Canizales
9e83d7ef0f
Fix local server tests & exceptions tests
9 years ago
Nicolas Noble
b5077808fe
Merge pull request #7585 from nicolasnoble/bump-to-v1.0.0-pre2
...
Bumping to 1.0.0-pre2.
9 years ago
David Garcia Quintas
a0e278ee3f
fw-declare struct properly
9 years ago
Muxi Yan
b9be58ee5a
Use dedicated build configuration 'Cronet' for the new target
9 years ago
David Garcia Quintas
87e06c84fd
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
9 years ago
Nicolas Noble
138d3e1221
Merge pull request #9 from vjpai/sigint
...
Fix exit condition
9 years ago
Vijay Pai
96b7b52190
Fix exit condition
9 years ago
Jan Tattermusch
0a5a0cab7b
build everything
9 years ago
Jan Tattermusch
1c0f30c4a8
fix conditional compilation for netcoreapp1.0 projects
9 years ago
Vijay Pai
6e5c33c3e2
Don't assert if we're not able to set affinity for some reason
9 years ago
Jorge Canizales
32fde7af29
Better names for the methods to clear all host settings
9 years ago
David Garcia Quintas
4d440bbd45
added windows to INSTALL.md
9 years ago
Nicolas Noble
2507fef737
Merge pull request #7553 from podsvirov/topic-cmake-template
...
CMake Project Improvements
9 years ago
Nicolas Noble
5bb44e93e1
Merge pull request #7584 from nicolasnoble/manual-upmerge
...
Manual upmerge from v1.0.x
9 years ago
Stanley Cheung
f4f3cb3975
Merge pull request #7582 from stanley-cheung/php-fix-zts-error
...
PHP: missed a macro
9 years ago
Stanley Cheung
5e623b8d8d
Merge pull request #7581 from stanley-cheung/php-fix-zts-error-v1_0
...
PHP: missed a macro
9 years ago
David Garcia Quintas
8d48911faa
added some separating comments
9 years ago
David Garcia Quintas
4166cb06ea
Addressed the rest of the PR comments
9 years ago
Jorge Canizales
4bb2eb2241
Reset all host configs *before* setting what we need
...
Not after :) This fixes the local server tests failing to SSL handshake.
9 years ago
Nicolas "Pixel" Noble
3260a1731a
Bumping to 1.0.0-pre2.
9 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
9 years ago
David Garcia Quintas
6531826a56
Reordered lines in grpclb.c for readability
9 years ago
Stanley Cheung
c1f25fb199
php: missed a macro;
9 years ago
Stanley Cheung
d083c148a2
php: missed a macro
9 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
9 years ago
Jan Tattermusch
3fc8c8a9ff
regenerate
9 years ago
Jan Tattermusch
36d15404f5
use netcoreapp1.0 for executable projects
9 years ago
Jan Tattermusch
660333a87b
update project.json templates to RTM .NET core nugets
9 years ago
kpayson64
c70f2f76fa
Merge pull request #7576 from apolcyn/fix_sanity_test_diff
...
compare test config as objects instead of strings
9 years ago
kpayson64
531c909073
Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_ga
...
update to use new nuget client in tests
9 years ago
Nicolas Noble
623e4fc0cc
Merge pull request #7569 from dgquintas/backport_cpp_compression_level
...
backport #7502 from dgquintas/cpp_compression_level
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