Nicolas Noble
cc752a3c3b
Merge pull request #7618 from dgquintas/v1.0.x
...
Backport of "added windows to INSTALL.md"
8 years ago
Nicolas Noble
b21227101c
Merge pull request #7587 from dgquintas/install_docs
...
added windows to INSTALL.md
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
murgatroid99
7df3597eb0
Regenerate packages
8 years ago
murgatroid99
a1c442a203
Merge remote-tracking branch 'upstream/v1.0.x' into node_dependency_update
8 years ago
Mark D. Roth
3b4f99549d
Update destroy_call_elem args from merge.
8 years ago
Nicolas "Pixel" Noble
18c71117b0
Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz
8 years ago
Mark D. Roth
85c1168d17
Merge remote-tracking branch 'upstream/master' into filter_api
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
Mark D. Roth
cf501a717a
Clean up cq_verifier code.
8 years ago
Nicolas Noble
6a4397eb33
Merge pull request #7600 from dgquintas/fix_includes
...
fixed include guard script and faulty .h
8 years ago
murgatroid99
2db3d99269
Fix error handling authentication errors with non-numeric error codes
8 years ago
kpayson64
329d6473db
Merge pull request #6774 from a-veitch/add_resource
...
Add Census resource API and implementation.
8 years ago
kpayson64
9fa684fa0d
Merge pull request #7610 from kpayson64/downgrade_setuptools
...
Downgrade docker setuptools
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
Ken Payson
f32e71eaca
Downgrade docker setuptools
8 years ago
chedeti
00be9de95c
fix codegen patch
8 years ago
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