Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Splitting gmock out of gtest. | Nicolas "Pixel" Noble | 2017-09-01 |
| | |||
* | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-31 |
|\ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into visibility | Nicolas "Pixel" Noble | 2017-08-30 |
| |\ | |||
| * | | Moving visibility and package creation to the build system. | Nicolas "Pixel" Noble | 2017-08-30 |
| | | | |||
| | * | Revert "Implement call combiner" | Mark D. Roth | 2017-08-29 |
| | | | |||
* | | | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-29 |
|\ \ \ | | |/ | |/| | |||
| * | | Remove some pre-C++11-style workarounds | Vijay Pai | 2017-08-29 |
| | | | |||
| * | | Removed in_connectivity_shutdown from RR | David Garcia Quintas | 2017-08-28 |
| | | | |||
| * | | Merge pull request #11566 from markdroth/call_combiner | Mark D. Roth | 2017-08-25 |
| |\ \ | | | | | | | | | Implement call combiner | ||
| | * | | Implement call combiner. | Mark D. Roth | 2017-08-25 |
| | | | | |||
| * | | | Merge pull request #12227 from ncteisen/bazel-microbenchmarks | Noah Eisen | 2017-08-24 |
| |\ \ \ | | | | | | | | | | | Microbenchmarks Work With Bazel | ||
| * | | | | Move some internal includes to the right places | Vijay Pai | 2017-08-24 |
| | |/ / | |/| | | |||
| | * | | Microbenchmarks work with bazel | ncteisen | 2017-08-22 |
| | |/ | |||
| * | | PR comments | David Garcia Quintas | 2017-08-22 |
| | | | |||
| * | | RR: Initialize subchannel connectivity state | David Garcia Quintas | 2017-08-21 |
| |/ | |||
| * | Switch to idiomatic Slice API | Vijay Pai | 2017-08-09 |
| | | |||
| * | Add Slice constructors to match all grpc_slice cases | Vijay Pai | 2017-08-04 |
| | | |||
| * | Merge pull request #12025 from vjpai/bazel_unsec | Vijay Pai | 2017-08-03 |
| |\ | | | | | | | Test grpc++_unsecure in Bazel build | ||
| * \ | Merge pull request #12051 from dgquintas/fix_grpclbend2end_condvars | David G. Quintas | 2017-08-03 |
| |\ \ | | | | | | | | | Condition variables are not latches | ||
| | | * | Add unsecure libraries to bazel build targets | Vijay Pai | 2017-08-02 |
| | |/ | |/| | |||
| | * | Condition variables are not latches | David Garcia Quintas | 2017-08-02 |
| | | | |||
| * | | Eliminate copy in QPS Driver | ncteisen | 2017-08-02 |
| |/ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 | ncteisen | 2017-08-01 |
| |\ | |||
| | * | Merge pull request #11978 from vjpai/remake | Vijay Pai | 2017-07-31 |
| | |\ | | | | | | | | | Clean up grpc++_unsecure so that it doesn't require secure content anymore | ||
| | * \ | Merge pull request #11703 from yang-g/cq_shutdown | Yang Gao | 2017-07-31 |
| | |\ \ | | | | | | | | | | | Allow adding events to cq after shutdown is called. | ||
| | | | * | Clean up grpc++_unsecure so that it doesn't require secure content anymore | Vijay Pai | 2017-07-30 |
| | | |/ | | |/| | |||
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 | ncteisen | 2017-07-28 |
| |\| | | |||
| | | * | Change return type to bool | yang-g | 2017-07-28 |
| | | | | |||
| | | * | Allow adding events to cq after shutdown is called. | yang-g | 2017-07-28 |
| | | | | |||
| | * | | Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity | David G. Quintas | 2017-07-28 |
| | |\ \ | | | | | | | | | | | Fix bug in handling of RR connectivity transition to SHUTDOWN | ||
| | * \ \ | Merge pull request #11965 from ↵ | David G. Quintas | 2017-07-28 |
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | dgquintas/grpclb_lb_channel_conn_state_subscription Watch the LB channel using the right initial conn. state | ||
| | | | * | Fix bug in handling of RR connectivity transition to SHUTDOWN | David Garcia Quintas | 2017-07-27 |
| | | | | | |||
| | * | | | Avoid benchmarking allocs | ncteisen | 2017-07-27 |
| | | |/ | | |/| | |||
| | | * | Watch the LB channel using the right initial conn. state | David Garcia Quintas | 2017-07-27 |
| | |/ | |||
| | * | Use new protocol for reporting dropped calls to grpclb balancer. | Mark D. Roth | 2017-07-27 |
| | | | |||
| | * | grpclb: deal with all-drops serverlists | David Garcia Quintas | 2017-07-25 |
| | | | |||
| | * | Merge pull request #11928 from grpc/revert-11572-internalize | Vijay Pai | 2017-07-25 |
| | |\ | | | | | | | | | Revert "Separate internal-only and public parts of C++ API" | ||
| | * \ | Merge pull request #11907 from vjpai/testlast | Vijay Pai | 2017-07-25 |
| | |\ \ | | | | | | | | | | | Move gtest last | ||
| | | | * | Remove a follow-on internal that was added post-internalization, keep the ↵ | Vijay Pai | 2017-07-25 |
| | | | | | | | | | | | | | | | | | | | | templated QPS worker rather than going back to internal API | ||
| | | | * | Revert "Separate internal-only and public parts of C++ API" | Vijay Pai | 2017-07-25 |
| | | |/ | | |/| | |||
| | * | | Merge pull request #11786 from y-zeng/fd_orphan | Yuchen Zeng | 2017-07-24 |
| | |\ \ | | | | | | | | | | | Support closed fd in grpc_fd_orphan() | ||
| | * | | | Add cancellation to asynchronous security APIs. | Mark D. Roth | 2017-07-21 |
| | | | | | |||
| | | | * | Move gtest last | Vijay Pai | 2017-07-21 |
| | | |/ | | |/| | |||
* | | | | Add counters, fix race | Craig Tiller | 2017-07-20 |
| | | | | |||
* | | | | Build simplification | Craig Tiller | 2017-07-19 |
| |/ / |/| | | |||
* | | | Merge pull request #11787 from guantaol/qps_driver | Guantao Liu | 2017-07-18 |
|\ \ \ | | | | | | | | | Add a new metric and enable internal credential types in QPS Driver | ||
| | * | | Pull out flow control objects | ncteisen | 2017-07-18 |
| | | | | |||
| | * | | Get rid of local window, fix qps worker | ncteisen | 2017-07-18 |
| | | | | |||
| | * | | Pull flow control into one module | ncteisen | 2017-07-18 |
| |/ / |/| | | |||
* | | | Merge pull request #11870 from vjpai/slice | Vijay Pai | 2017-07-18 |
|\ \ \ | | | | | | | | | Add idiomatic C++ API for grpc::Slice construction |