Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format | Vijay Pai | 2016-11-04 |
| | |||
* | Eliminate unnecessary uses of new[]/delete[] that can be replaced | Vijay Pai | 2016-11-04 |
| | | | | | | with vector Also start eliminating uses of plain-old delete that are not helpful | ||
* | Merge pull request #8608 from vjpai/rbfix | Vijay Pai | 2016-11-04 |
|\ | | | | | Avoid compiler error in Ruby build on clang-7.3 | ||
* \ | Merge pull request #8634 from dgquintas/order_of_things | David G. Quintas | 2016-11-04 |
|\ \ | | | | | | | Fixed use of unalloc'd memory | ||
| * | | Fixed use of unalloc'd memory | David Garcia Quintas | 2016-11-03 |
|/ / | |||
* | | Merge pull request #8620 from nicolasnoble/master | David G. Quintas | 2016-11-04 |
|\ \ | | | | | | | Removing dependency between tsi and grpc. | ||
* \ \ | Merge pull request #8270 from daniel-j-born/server_port_index | Yuchen Zeng | 2016-11-03 |
|\ \ \ | | | | | | | | | Correctly count port indices and siblings. | ||
* \ \ \ | Merge pull request #8625 from matt-kwong/upgrade-linux-workers | matt-kwong | 2016-11-03 |
|\ \ \ \ | | | | | | | | | | | Update standard Linux worker spec | ||
| * | | | | Update standard Linux worker spec | Matt Kwong | 2016-11-03 |
|/ / / / | |||
| | * | | Removing dependency between tsi and grpc. | Nicolas "Pixel" Noble | 2016-11-03 |
| | | | | |||
| | | * | Merge branch 'master' into rbfix | Vijay Pai | 2016-11-02 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge pull request #8602 from vjpai/turn_it_to_11 | Vijay Pai | 2016-11-02 |
|\ \ \ \ | | | | | | | | | | | Stop supporting non-C++11 conformant compilers - DO NOT MERGE INTO V1.0.X | ||
* \ \ \ \ | Merge pull request #8598 from ctiller/rst_stream | Muxi Yan | 2016-11-02 |
|\ \ \ \ \ | | | | | | | | | | | | | Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM | ||
* \ \ \ \ \ | Merge pull request #8614 from dgquintas/grpclb_shame_cube_af_inet6 | David G. Quintas | 2016-11-03 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use the right address family | ||
| * | | | | | | 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 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | RR: Don't copy user_data if no vtable | ||
* \ \ \ \ \ \ \ | Merge pull request #8600 from matt-kwong/disable-c++-gcc4.4-tests | matt-kwong | 2016-11-02 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X | ||
| | * | | | | | | RR: Don't copy user_data is no vtable | David Garcia Quintas | 2016-11-02 |
| |/ / / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #8588 from murgatroid99/uv_resource_quota | Michael Lumish | 2016-11-02 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add resource quota support to uv TCP code | ||
| | * | | | | | | 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 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Set the long_description setup.py field | ||
* \ \ \ \ \ \ \ \ | Merge pull request #8523 from markdroth/lb_policy_name_channel_arg | Mark D. Roth | 2016-11-02 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow setting LB policy name via the C++ API | ||
| * | | | | | | | | | Code review changes. | Mark D. Roth | 2016-11-02 |
| | | | | | | | | | | |||
| | | | | | | | | * | Avoid compiler error | Vijay Pai | 2016-11-02 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #8568 from dgquintas/grpclb_leaks_fix | David G. Quintas | 2016-11-02 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | gRPC LB fixes from end two end testing | ||
| * | | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Made LB token dynamic size <= 50 bytes | ||
| | | | | | | | * | | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Don't use the stack so much | ||
| | | | | | | * | | | | | 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 | ||
| * | | | | | | | | | | | 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 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Reverted back to using 128 bytes for service name | David Garcia Quintas | 2016-11-01 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | PR comments, take three | David Garcia Quintas | 2016-11-01 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_leaks_fix | David Garcia Quintas | 2016-11-01 |
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | |||
| | | | * | | | | | | | PR comments, take two | David Garcia Quintas | 2016-11-01 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #8597 from ctiller/fieldsz | Craig Tiller | 2016-11-01 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More data massaging | ||
| | | | | | | | * | | | Ensure something executes the new rst_stream code | Craig Tiller | 2016-11-01 |
| | | | | | | | | | | |