aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
|\ | | | | Reconnect channels automatically in C++ clients
* | Condition variables are not latches, againGravatar David Garcia Quintas2017-09-06
| |
| * Increase the grace period in ReconnectChannel testsGravatar Yuchen Zeng2017-09-06
| |
* | Splitting gmock out of gtest.Gravatar Nicolas "Pixel" Noble2017-09-01
| |
* | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-31
|\ \
| * \ Merge branch 'master' of https://github.com/grpc/grpc into visibilityGravatar Nicolas "Pixel" Noble2017-08-30
| |\ \
| * | | Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
| | | |
| | * | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| | | |
* | | | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
|\ \ \ \ | | |/ / | |/| |
| * | | Remove some pre-C++11-style workaroundsGravatar Vijay Pai2017-08-29
| | | |
| | | * Increase the grace period in ReconnectChannel testsGravatar Yuchen Zeng2017-08-28
| | | |
| * | | Removed in_connectivity_shutdown from RRGravatar David Garcia Quintas2017-08-28
| | | |
| | | * Add ChannelConnectivityWatcher::Ref()/Unref()Gravatar Yuchen Zeng2017-08-25
| | | |
| * | | Merge pull request #11566 from markdroth/call_combinerGravatar Mark D. Roth2017-08-25
| |\ \ \ | | | | | | | | | | Implement call combiner
| | * | | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | | | |
| * | | | Merge pull request #12227 from ncteisen/bazel-microbenchmarksGravatar Noah Eisen2017-08-24
| |\ \ \ \ | | | | | | | | | | | | Microbenchmarks Work With Bazel
| * | | | | Move some internal includes to the right placesGravatar Vijay Pai2017-08-24
| | |/ / / | |/| | |
| | | | * Share one monitoring thread between channelsGravatar Yuchen Zeng2017-08-24
| | | | |
| | | | * Check connectivity intermittentlyGravatar Yuchen Zeng2017-08-23
| | | | |
| | | | * Avoid using timersGravatar Yuchen Zeng2017-08-22
| | | | |
| | | | * Add reconnect channel testsGravatar Yuchen Zeng2017-08-22
| | |_|/ | |/| |
| | * | Microbenchmarks work with bazelGravatar ncteisen2017-08-22
| | |/
| * | PR commentsGravatar David Garcia Quintas2017-08-22
| | |
| * | RR: Initialize subchannel connectivity stateGravatar David Garcia Quintas2017-08-21
| |/
| * Switch to idiomatic Slice APIGravatar Vijay Pai2017-08-09
| |
| * Add Slice constructors to match all grpc_slice casesGravatar Vijay Pai2017-08-04
| |
| * Merge pull request #12025 from vjpai/bazel_unsecGravatar Vijay Pai2017-08-03
| |\ | | | | | | Test grpc++_unsecure in Bazel build
| * \ Merge pull request #12051 from dgquintas/fix_grpclbend2end_condvarsGravatar David G. Quintas2017-08-03
| |\ \ | | | | | | | | Condition variables are not latches
| | | * Add unsecure libraries to bazel build targetsGravatar Vijay Pai2017-08-02
| | |/ | |/|
| | * Condition variables are not latchesGravatar David Garcia Quintas2017-08-02
| | |
| * | Eliminate copy in QPS DriverGravatar ncteisen2017-08-02
| |/
| * Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-08-01
| |\
| | * Merge pull request #11978 from vjpai/remakeGravatar Vijay Pai2017-07-31
| | |\ | | | | | | | | Clean up grpc++_unsecure so that it doesn't require secure content anymore
| | * \ Merge pull request #11703 from yang-g/cq_shutdownGravatar Yang Gao2017-07-31
| | |\ \ | | | | | | | | | | Allow adding events to cq after shutdown is called.
| | | | * Clean up grpc++_unsecure so that it doesn't require secure content anymoreGravatar Vijay Pai2017-07-30
| | | |/ | | |/|
| * | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-07-28
| |\| |
| | | * Change return type to boolGravatar yang-g2017-07-28
| | | |
| | | * Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
| | | |
| | * | Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivityGravatar David G. Quintas2017-07-28
| | |\ \ | | | | | | | | | | Fix bug in handling of RR connectivity transition to SHUTDOWN
| | * \ \ Merge pull request #11965 from ↵Gravatar David G. Quintas2017-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 SHUTDOWNGravatar David Garcia Quintas2017-07-27
| | | | |
| | * | | Avoid benchmarking allocsGravatar ncteisen2017-07-27
| | | |/ | | |/|
| | | * Watch the LB channel using the right initial conn. stateGravatar David Garcia Quintas2017-07-27
| | |/
| | * Use new protocol for reporting dropped calls to grpclb balancer.Gravatar Mark D. Roth2017-07-27
| | |
| | * grpclb: deal with all-drops serverlistsGravatar David Garcia Quintas2017-07-25
| | |
| | * Merge pull request #11928 from grpc/revert-11572-internalizeGravatar Vijay Pai2017-07-25
| | |\ | | | | | | | | Revert "Separate internal-only and public parts of C++ API"
| | * \ Merge pull request #11907 from vjpai/testlastGravatar Vijay Pai2017-07-25
| | |\ \ | | | | | | | | | | Move gtest last
| | | | * Remove a follow-on internal that was added post-internalization, keep the ↵Gravatar Vijay Pai2017-07-25
| | | | | | | | | | | | | | | | | | | | templated QPS worker rather than going back to internal API
| | | | * Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
| | | |/ | | |/|
| | * | Merge pull request #11786 from y-zeng/fd_orphanGravatar Yuchen Zeng2017-07-24
| | |\ \ | | | | | | | | | | Support closed fd in grpc_fd_orphan()