Mark D. Roth
657a15bcd5
Merge branch 'filter_call_init_failure' into filter_api
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
Muxi Yan
6f74893735
Fix Jenkins test error
8 years ago
Mark D. Roth
4004ac222a
Ran generate_projects.sh.
8 years ago
Mark D. Roth
3ac6fc1b97
Merge branch 'filter_call_init_failure' into filter_api
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
Nicolas "Pixel" Noble
4e7259dcaa
Merge branch 'master' of https://github.com/grpc/grpc into interop_server_split
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
Jan Tattermusch
baa8c31984
Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm
...
Update .NET core dependencies to RTM
8 years ago
Sree Kuchibhotla
1b22cddc7d
Add clientSuccess and serverSuccess to BQ schema
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
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