aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge branch 'remove_fake_resolver' into service_config_jsonGravatar Mark D. Roth2016-11-03
|\
* | Fix build problem.Gravatar Mark D. Roth2016-11-03
| * Don't run cancel_after_accept test for fd and socketpair fixtures.Gravatar Mark D. Roth2016-11-03
* | Change value of channel arg to string form, and reparse in each place we use it.Gravatar Mark D. Roth2016-11-03
* | Rename method_config.[ch] to service_config.[ch].Gravatar Mark D. Roth2016-11-03
* | Add method to extract LB policy name from service config JSON.Gravatar Mark D. Roth2016-11-03
* | Minor cleanups.Gravatar Mark D. Roth2016-11-03
* | Merge branch 'remove_fake_resolver' into service_config_jsonGravatar Mark D. Roth2016-11-03
|\|
| * Merge remote-tracking branch 'upstream/master' into remove_fake_resolverGravatar Mark D. Roth2016-11-03
| |\
* | | clang-formatGravatar Mark D. Roth2016-11-03
* | | Remove more now-unnecessary code.Gravatar Mark D. Roth2016-11-03
* | | Minor cleanups.Gravatar Mark D. Roth2016-11-03
* | | Remove now-unnecessary code.Gravatar Mark D. Roth2016-11-03
* | | Add grpc_json_tree to handle refcounting for channel arg.Gravatar Mark D. Roth2016-11-03
| | * Merge pull request #8602 from vjpai/turn_it_to_11Gravatar Vijay Pai2016-11-02
| | |\
| | * \ Merge pull request #8598 from ctiller/rst_streamGravatar Muxi Yan2016-11-02
| | |\ \
| | * \ \ Merge pull request #8614 from dgquintas/grpclb_shame_cube_af_inet6Gravatar David G. Quintas2016-11-03
| | |\ \ \
| | | * | | Use the right address familyGravatar David Garcia Quintas2016-11-02
| | | | | * Make new file compliant with new standardsGravatar Vijay Pai2016-11-02
| | | | | * Merge branch 'master' into turn_it_to_11Gravatar Vijay Pai2016-11-02
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #8611 from dgquintas/rr_vtable_fix_woopsGravatar David G. Quintas2016-11-02
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #8600 from matt-kwong/disable-c++-gcc4.4-testsGravatar matt-kwong2016-11-02
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | RR: Don't copy user_data is no vtableGravatar David Garcia Quintas2016-11-02
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'remove_fake_resolver' into service_config_jsonGravatar Mark D. Roth2016-11-02
|\| | | | |
* | | | | | Use JSON for service config channel arg.Gravatar Mark D. Roth2016-11-02
| | * | | | Merge pull request #8588 from murgatroid99/uv_resource_quotaGravatar Michael Lumish2016-11-02
| | |\ \ \ \
| | | | * | | Enable port tests to be run using gcc4.8Gravatar Matt Kwong2016-11-02
| | * | | | | Merge pull request #8562 from soltanmm-google/read-my-docsGravatar Masood Malekghassemi2016-11-02
| | |\ \ \ \ \
| * | | | | | | Merge remote-tracking branch 'upstream/master' into remove_fake_resolverGravatar Mark D. Roth2016-11-02
| |\| | | | | |
| * | | | | | | Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolverGravatar Mark D. Roth2016-11-02
| |\ \ \ \ \ \ \
| | | * \ \ \ \ \ Merge pull request #8523 from markdroth/lb_policy_name_channel_argGravatar Mark D. Roth2016-11-02
| | | |\ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Code review changes.Gravatar Mark D. Roth2016-11-02
| | | * | | | | | Merge pull request #8568 from dgquintas/grpclb_leaks_fixGravatar David G. Quintas2016-11-02
| | | |\ \ \ \ \ \
| | | | * | | | | | generate projectsGravatar David Garcia Quintas2016-11-01
| | | | * | | | | | clang-formatGravatar David Garcia Quintas2016-11-01
| | | | | | | | | * clang-formatGravatar Vijay Pai2016-11-01
| | | | | | * | | | Fixed weird whitespace changeGravatar murgatroid992016-11-01
| | | | | | | | | * Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
| | | | | | | | | * Remove references to NO_CHRONO optionGravatar Vijay Pai2016-11-01
| | | | | | | | | * Regenerate all projectsGravatar Vijay Pai2016-11-01
| | | | | | | | | * Remove separate versions of code based on presence of threading in compilerGravatar Vijay Pai2016-11-01
| | | * | | | | | | Merge pull request #8548 from dgquintas/lb-tokens-lengthGravatar David G. Quintas2016-11-02
| | | |\ \ \ \ \ \ \
| | | | | | | | | | * clang-formatGravatar Vijay Pai2016-11-01
| | | | | | | | | | * Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| | | * | | | | | | | Merge pull request #8591 from soltanmm-google/malevolent-original-contentGravatar Masood Malekghassemi2016-11-01
| | | |\ \ \ \ \ \ \ \
| | | | | | | | | * | | Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.XGravatar Matt Kwong2016-11-01
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | * | | | | | | | Merge pull request #8605 from ctiller/fieldszGravatar Craig Tiller2016-11-01
| |_|/| | | | | | | | |/| | | | | | | | | |
| | | * | | | | | | | More data massagingGravatar Craig Tiller2016-11-01
| | | | | | | | | | * Stop supporting non-C++11 conformant compilersGravatar Vijay Pai2016-11-01
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | | | | | | * Missed fileGravatar Craig Tiller2016-11-01