Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'remove_fake_resolver' into service_config_json | Mark D. Roth | 2016-11-03 |
|\ | |||
* | | Fix build problem. | Mark D. Roth | 2016-11-03 |
| * | Don't run cancel_after_accept test for fd and socketpair fixtures. | Mark D. Roth | 2016-11-03 |
* | | Change value of channel arg to string form, and reparse in each place we use it. | Mark D. Roth | 2016-11-03 |
* | | Rename method_config.[ch] to service_config.[ch]. | Mark D. Roth | 2016-11-03 |
* | | Add method to extract LB policy name from service config JSON. | Mark D. Roth | 2016-11-03 |
* | | Minor cleanups. | Mark D. Roth | 2016-11-03 |
* | | Merge branch 'remove_fake_resolver' into service_config_json | Mark D. Roth | 2016-11-03 |
|\| | |||
| * | Merge remote-tracking branch 'upstream/master' into remove_fake_resolver | Mark D. Roth | 2016-11-03 |
| |\ | |||
* | | | clang-format | Mark D. Roth | 2016-11-03 |
* | | | Remove more now-unnecessary code. | Mark D. Roth | 2016-11-03 |
* | | | Minor cleanups. | Mark D. Roth | 2016-11-03 |
* | | | Remove now-unnecessary code. | Mark D. Roth | 2016-11-03 |
* | | | Add grpc_json_tree to handle refcounting for channel arg. | Mark D. Roth | 2016-11-03 |
| | * | Merge pull request #8602 from vjpai/turn_it_to_11 | Vijay Pai | 2016-11-02 |
| | |\ | |||
| | * \ | Merge pull request #8598 from ctiller/rst_stream | Muxi Yan | 2016-11-02 |
| | |\ \ | |||
| | * \ \ | Merge pull request #8614 from dgquintas/grpclb_shame_cube_af_inet6 | David G. Quintas | 2016-11-03 |
| | |\ \ \ | |||
| | | * | | | Use the right address family | David Garcia Quintas | 2016-11-02 |
| | | | | * | Make new file compliant with new standards | Vijay Pai | 2016-11-02 |
| | | | | * | Merge branch 'master' into turn_it_to_11 | Vijay Pai | 2016-11-02 |
| | | | | |\ | | | |_|_|/ | | |/| | | | |||
| | * | | | | Merge pull request #8611 from dgquintas/rr_vtable_fix_woops | David G. Quintas | 2016-11-02 |
| | |\ \ \ \ | |||
| | * \ \ \ \ | Merge pull request #8600 from matt-kwong/disable-c++-gcc4.4-tests | matt-kwong | 2016-11-02 |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||
| | | | * | | | RR: Don't copy user_data is no vtable | David Garcia Quintas | 2016-11-02 |
| | | |/ / / | | |/| | | | |||
* | | | | | | Merge branch 'remove_fake_resolver' into service_config_json | Mark D. Roth | 2016-11-02 |
|\| | | | | | |||
* | | | | | | Use JSON for service config channel arg. | Mark D. Roth | 2016-11-02 |
| | * | | | | Merge pull request #8588 from murgatroid99/uv_resource_quota | Michael Lumish | 2016-11-02 |
| | |\ \ \ \ | |||
| | | | * | | | Enable port tests to be run using gcc4.8 | Matt Kwong | 2016-11-02 |
| | * | | | | | Merge pull request #8562 from soltanmm-google/read-my-docs | Masood Malekghassemi | 2016-11-02 |
| | |\ \ \ \ \ | |||
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into remove_fake_resolver | Mark D. Roth | 2016-11-02 |
| |\| | | | | | | |||
| * | | | | | | | Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver | Mark D. Roth | 2016-11-02 |
| |\ \ \ \ \ \ \ | |||
| | | * \ \ \ \ \ | Merge pull request #8523 from markdroth/lb_policy_name_channel_arg | Mark D. Roth | 2016-11-02 |
| | | |\ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||
| | * | | | | | | | Code review changes. | Mark D. Roth | 2016-11-02 |
| | | * | | | | | | Merge pull request #8568 from dgquintas/grpclb_leaks_fix | David G. Quintas | 2016-11-02 |
| | | |\ \ \ \ \ \ | |||
| | | | * | | | | | | generate projects | David Garcia Quintas | 2016-11-01 |
| | | | * | | | | | | clang-format | David Garcia Quintas | 2016-11-01 |
| | | | | | | | | * | clang-format | Vijay Pai | 2016-11-01 |
| | | | | | * | | | | Fixed weird whitespace change | murgatroid99 | 2016-11-01 |
| | | | | | | | | * | Deprecate grpc::thread and sync in favor of std::thread,mutex,etc | Vijay Pai | 2016-11-01 |
| | | | | | | | | * | Remove references to NO_CHRONO option | Vijay Pai | 2016-11-01 |
| | | | | | | | | * | Regenerate all projects | Vijay Pai | 2016-11-01 |
| | | | | | | | | * | Remove separate versions of code based on presence of threading in compiler | Vijay Pai | 2016-11-01 |
| | | * | | | | | | | Merge pull request #8548 from dgquintas/lb-tokens-length | David G. Quintas | 2016-11-02 |
| | | |\ \ \ \ \ \ \ | |||
| | | | | | | | | | * | clang-format | Vijay Pai | 2016-11-01 |
| | | | | | | | | | * | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | | * | | | | | | | | Merge pull request #8591 from soltanmm-google/malevolent-original-content | Masood Malekghassemi | 2016-11-01 |
| | | |\ \ \ \ \ \ \ \ | |||
| | | | | | | | | * | | | Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X | Matt Kwong | 2016-11-01 |
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |||
| | | * | | | | | | | | Merge pull request #8605 from ctiller/fieldsz | Craig Tiller | 2016-11-01 |
| |_|/| | | | | | | | |/| | | | | | | | | | | |||
| | | * | | | | | | | | More data massaging | Craig Tiller | 2016-11-01 |
| | | | | | | | | | * | Stop supporting non-C++11 conformant compilers | Vijay Pai | 2016-11-01 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||
| | | | | | | | | * | Missed file | Craig Tiller | 2016-11-01 |