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
chedeti
f5dcc9b5b5
fix typos
8 years ago
David Garcia Quintas
d9cee6f2ac
moar clang-format
8 years ago
chedeti
a17039aaa4
refine code and add README
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
Muxi Yan
c44f619984
Bug fix on error suppression and comment
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
Alex Polcyn
b4280fa084
compare test config as objects instead of strings
8 years ago
Muxi Yan
d915c6e28a
Suppress warning in all libraries whose names starting with gRPC-Core
8 years ago
Jorge Canizales
9e83d7ef0f
Fix local server tests & exceptions tests
8 years ago
Nicolas Noble
b5077808fe
Merge pull request #7585 from nicolasnoble/bump-to-v1.0.0-pre2
...
Bumping to 1.0.0-pre2.
8 years ago
David Garcia Quintas
a0e278ee3f
fw-declare struct properly
8 years ago
Muxi Yan
b9be58ee5a
Use dedicated build configuration 'Cronet' for the new target
8 years ago
David Garcia Quintas
87e06c84fd
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
8 years ago
Nicolas Noble
138d3e1221
Merge pull request #9 from vjpai/sigint
...
Fix exit condition
8 years ago
Vijay Pai
96b7b52190
Fix exit condition
8 years ago
chedeti
dd7a2a35e2
gthrift codegen and Dockerfile
8 years ago
chedeti
bc618eed71
thrift serializer
8 years ago
chedeti
4d8283f93b
Add thrift module
8 years ago
Jan Tattermusch
0a5a0cab7b
build everything
8 years ago
Jan Tattermusch
1c0f30c4a8
fix conditional compilation for netcoreapp1.0 projects
8 years ago
Vijay Pai
6e5c33c3e2
Don't assert if we're not able to set affinity for some reason
8 years ago
Jorge Canizales
32fde7af29
Better names for the methods to clear all host settings
8 years ago
Makarand Dharmapurikar
ff47bc0daf
rewrite the core logic to work with end to end tests.
8 years ago
David Garcia Quintas
4d440bbd45
added windows to INSTALL.md
8 years ago
Jorge Canizales
fb3a71d9c0
Fix usage of proto message parsing
...
On account of https://github.com/google/protobuf/pull/1712
8 years ago
Nicolas Noble
2507fef737
Merge pull request #7553 from podsvirov/topic-cmake-template
...
CMake Project Improvements
8 years ago
Jorge Canizales
7a2bc14fc0
Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into p0-advance-protobuf-version
8 years ago
Jorge Canizales
8a9fe2ad97
nit: format ObjC test targets better
...
So they can be commented out.
8 years ago
Jorge Canizales
72dce2dfbc
Update podspecs to use Protobuf 3.0.0
...
The SwiftSample doesn’t build in this commit, but I need to sync with
head anyway so I’ll first merge v1.0.x into this branch and then debug.
8 years ago
Jorge Canizales
4343c904e2
Update Protobuf submodule to v3.0.0 (GA)
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
Stanley Cheung
5e623b8d8d
Merge pull request #7581 from stanley-cheung/php-fix-zts-error-v1_0
...
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
Jorge Canizales
4bb2eb2241
Reset all host configs *before* setting what we need
...
Not after :) This fixes the local server tests failing to SSL handshake.
8 years ago
Nicolas "Pixel" Noble
3260a1731a
Bumping to 1.0.0-pre2.
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
Stanley Cheung
d083c148a2
php: missed a macro
8 years ago