aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/mock_test.cc
Commit message (Collapse)AuthorAge
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-02
| | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option.
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* implementation fixGravatar yang-g2015-08-27
|
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| |
* | headers reorgGravatar yang-g2015-08-21
| |
* | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|/
* Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
|
* Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
|\ | | | | Make thread_pool.h a public header
| * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | appropriate
| * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | Added WriteOptions for per-message flags and modified CallOps to use it.Gravatar David Garcia Quintas2015-07-13
|/
* Update the Status APIGravatar Yang Gao2015-06-16
|
* Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
|
* add a test using the mock interfacesGravatar Yang Gao2015-05-05