Mark D. Roth
|
ea846a0800
|
Rename method_config.[ch] to service_config.[ch].
|
8 years ago |
Mark D. Roth
|
f2e8a6a138
|
Add method to extract LB policy name from service config JSON.
|
8 years ago |
Mark D. Roth
|
4112499c28
|
Minor cleanups.
|
8 years ago |
Mark D. Roth
|
65c52ea24c
|
Merge branch 'remove_fake_resolver' into service_config_json
|
8 years ago |
Mark D. Roth
|
d3f25b3dfe
|
Merge remote-tracking branch 'upstream/master' into remove_fake_resolver
|
8 years ago |
Mark D. Roth
|
47f1084ce8
|
clang-format
|
8 years ago |
Mark D. Roth
|
6ad80579de
|
Remove more now-unnecessary code.
|
8 years ago |
Mark D. Roth
|
e30baeb6a3
|
Minor cleanups.
|
8 years ago |
Mark D. Roth
|
638c38a79c
|
Remove now-unnecessary code.
|
8 years ago |
Mark D. Roth
|
896d92568b
|
Add grpc_json_tree to handle refcounting for channel arg.
|
8 years ago |
Vijay Pai
|
b37ace5d27
|
Merge pull request #8602 from vjpai/turn_it_to_11
Stop supporting non-C++11 conformant compilers - DO NOT MERGE INTO V1.0.X
|
8 years ago |
Muxi Yan
|
9895a56cd2
|
Merge pull request #8598 from ctiller/rst_stream
Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM
|
8 years ago |
David G. Quintas
|
02f40dfa17
|
Merge pull request #8614 from dgquintas/grpclb_shame_cube_af_inet6
Use the right address family
|
8 years ago |
David Garcia Quintas
|
107ca164b0
|
Use the right address family
|
8 years ago |
Vijay Pai
|
a189b7b9f1
|
Make new file compliant with new standards
|
8 years ago |
Vijay Pai
|
739a93e47f
|
Merge branch 'master' into turn_it_to_11
|
8 years ago |
David G. Quintas
|
ea14e0e2a0
|
Merge pull request #8611 from dgquintas/rr_vtable_fix_woops
RR: Don't copy user_data if no vtable
|
8 years ago |
matt-kwong
|
11c2ccc256
|
Merge pull request #8600 from matt-kwong/disable-c++-gcc4.4-tests
Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X
|
8 years ago |
David Garcia Quintas
|
5bdcd237fc
|
RR: Don't copy user_data is no vtable
|
8 years ago |
Mark D. Roth
|
e528993d97
|
Merge branch 'remove_fake_resolver' into service_config_json
|
8 years ago |
Mark D. Roth
|
c968e60e2e
|
Use JSON for service config channel arg.
|
8 years ago |
Michael Lumish
|
11948f7441
|
Merge pull request #8588 from murgatroid99/uv_resource_quota
Add resource quota support to uv TCP code
|
8 years ago |
Matt Kwong
|
029ed106c5
|
Enable port tests to be run using gcc4.8
|
8 years ago |
Masood Malekghassemi
|
8edd167256
|
Merge pull request #8562 from soltanmm-google/read-my-docs
Set the long_description setup.py field
|
8 years ago |
Mark D. Roth
|
6c8492de8a
|
Merge remote-tracking branch 'upstream/master' into remove_fake_resolver
|
8 years ago |
Mark D. Roth
|
f464a3700d
|
Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver
|
8 years ago |
Mark D. Roth
|
57f30d1518
|
Merge pull request #8523 from markdroth/lb_policy_name_channel_arg
Allow setting LB policy name via the C++ API
|
8 years ago |
Mark D. Roth
|
754b2b88bc
|
Code review changes.
|
8 years ago |
David G. Quintas
|
105b39450a
|
Merge pull request #8568 from dgquintas/grpclb_leaks_fix
gRPC LB fixes from end two end testing
|
8 years ago |
David Garcia Quintas
|
6e7baf75dd
|
generate projects
|
8 years ago |
David Garcia Quintas
|
2ff8180b33
|
clang-format
|
8 years ago |
Vijay Pai
|
0109d16ac0
|
clang-format
|
8 years ago |
murgatroid99
|
da050b643e
|
Fixed weird whitespace change
|
8 years ago |
Vijay Pai
|
320ed13d3e
|
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
8 years ago |
Vijay Pai
|
5c41bab92c
|
Remove references to NO_CHRONO option
|
8 years ago |
Vijay Pai
|
e140d5c60d
|
Regenerate all projects
|
8 years ago |
Vijay Pai
|
e08fe4f41e
|
Remove separate versions of code based on presence of threading in compiler
|
8 years ago |
David G. Quintas
|
00bbb4122a
|
Merge pull request #8548 from dgquintas/lb-tokens-length
Made LB token dynamic size <= 50 bytes
|
8 years ago |
Vijay Pai
|
713c7b87e1
|
clang-format
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
8 years ago |
Masood Malekghassemi
|
5998461c3d
|
Merge pull request #8591 from soltanmm-google/malevolent-original-content
Don't use the stack so much
|
8 years ago |
Matt Kwong
|
e3beac9eeb
|
Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X
|
8 years ago |
Craig Tiller
|
bbda30f453
|
Merge pull request #8605 from ctiller/fieldsz
More data massaging
|
8 years ago |
Craig Tiller
|
c939022dd5
|
More data massaging
|
8 years ago |
Vijay Pai
|
80b292709c
|
Stop supporting non-C++11 conformant compilers
|
8 years ago |
Craig Tiller
|
7bc42d2b9c
|
Missed file
|
8 years ago |
David Garcia Quintas
|
d14458f589
|
Reverted back to using 128 bytes for service name
|
8 years ago |
David Garcia Quintas
|
e224a76a6e
|
PR comments, take three
|
8 years ago |
David Garcia Quintas
|
cbc059eb7e
|
Merge branch 'master' of github.com:grpc/grpc into grpclb_leaks_fix
|
8 years ago |
David Garcia Quintas
|
246c564bb8
|
PR comments, take two
|
8 years ago |