aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Address concerns from reviewGravatar vjpai2015-08-11
|
* Stop using a variable-sized array since that's not standards-compliantGravatar Vijay Pai2015-08-07
|
* clang-format plus helpful commentsGravatar Vijay Pai2015-08-05
|
* Remaining changes needed to get QPS test working on old compilers.Gravatar Vijay Pai2015-08-05
| | | | | This change contains a lot of ugly changes, such as changing std::vector to allocation by new, etc.
* Eliminate use of this_thread::sleep_untilGravatar Vijay Pai2015-07-31
|
* Eliminate lambda used as CV predicateGravatar Vijay Pai2015-07-31
|
* Eliminate user of lambda in server definitionGravatar Vijay Pai2015-07-31
|
* Eliminate use of lambdas in ResourceUsage processing functions...Gravatar Vijay Pai2015-07-31
| | | | Introduce simple getters instead.
* clang-formatGravatar Vijay Pai2015-07-31
|
* Remove lambdas from state machine functionsGravatar vjpai2015-07-31
|
* Switch a push_back to emplace_back to avoid being interpretedGravatar vjpai2015-07-31
| | | | as a copy constructor
* Remove lambda from client definitionGravatar vjpai2015-07-31
|
* Merge branch 'master' into asklipionGravatar vjpai2015-07-31
|\
| * Tune down number of channels for qps_testGravatar Craig Tiller2015-07-30
| |
* | Remove use of C++11 randomization enginesGravatar vjpai2015-07-27
| |
| * Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-26
| |\ | |/ |/| | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c
* | Merge pull request #2647 from vjpai/deependGravatar Yang Gao2015-07-24
|\ \ | | | | | | Dynamic-sized thread pool
* \ \ Merge pull request #2655 from vjpai/expecteqGravatar Yang Gao2015-07-24
|\ \ \ | | | | | | | | Switch an int to size_t or else it fails on Mac
* \ \ \ Merge pull request #2662 from vjpai/the_isolation_of_nullptrGravatar Yang Gao2015-07-24
|\ \ \ \ | | | | | | | | | | Isolate nullptr to grpc namespace when we must define it ourselves
* \ \ \ \ Merge pull request #2605 from yang-g/fake_transport_security_to_privateGravatar jboeuf2015-07-24
|\ \ \ \ \ | | | | | | | | | | | | Fake transport security to private
| | * | | | Isolate nullptr to grpc namespace when we must define it ourselvesGravatar Vijay Pai2015-07-25
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Change the one non-namespace use of nullptr to NULL (used as an argument to a C function anyway)
| | * | | Switch an int to size_t or else it fails on MacGravatar vjpai2015-07-24
| |/ / / |/| | |
| | * | Merge branch 'master' into deependGravatar Vijay Pai2015-07-24
| | |\ \ | |_|/ / |/| | |
| | * | Start off with zero reserve threads to make sure that that case worksGravatar Vijay Pai2015-07-23
| | | |
| | * | Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
| | | |
* | | | Merge github.com:grpc/grpc into virtuous-velvit-velociraptorGravatar Craig Tiller2015-07-23
|\ \ \ \
| | | * | Add dynamic thread pool and initial port of testGravatar vjpai2015-07-23
| | | | |
| * | | | Merge pull request #2617 from jboeuf/jwt_creds_renamingGravatar Yang Gao2015-07-23
| |\ \ \ \ | | | | | | | | | | | | Renaming jwt_credentials to service_account_jwt_access_credentials.
| | | | | * Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
| | | | |/| | | |_|_|/ | |/| | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
* / | | | Flow control fixGravatar yang-g2015-07-22
|/ / / /
* | | | Merge pull request #2571 from vjpai/cent6-issuesGravatar Yang Gao2015-07-22
|\ \ \ \ | |_|_|/ |/| | | Remove one range-based for and do appropriate static casts on nullptr
| | * | Renaming jwt_credentials to service_account_jwt_access_credentials.Gravatar Julien Boeuf2015-07-22
| |/ / |/| |
| | * merge head and resolve conflictGravatar yang-g2015-07-22
| | |\ | |_|/ |/| |
| | * move fake_transport_security_credentials to private APIGravatar yang-g2015-07-21
| | |
* | | Merge pull request #2427 from yang-g/per_call_oauth_creds_implGravatar Abhishek Kumar2015-07-21
|\ \ \ | | | | | | | | Per call oauth creds impl
| | * | Remove iterator-based test altogetherGravatar Vijay Pai2015-07-21
| | | |
| | * | Remove one range-based for and do appropriate static casts on nullptrGravatar Vijay Pai2015-07-21
| | |/
* | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-20
|\ \ \ | | |/ | |/| | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| | * Merge remote-tracking branch 'upstream/master' into per_call_oauth_creds_implGravatar yang-g2015-07-20
| | |\
| * | | Remove experimental prefixGravatar Craig Tiller2015-07-19
| | |/ | |/|
* | | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-19
|\| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| * | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
* | | | User agent string supportGravatar Craig Tiller2015-07-18
| | | |
* | | | Make tests a little more robustGravatar Craig Tiller2015-07-18
| | | |
| * | | Merge with head and resolve conflictGravatar yang-g2015-07-17
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ \ \ \ | | | | | | | | | | Lock free requested call fulfillment path
* \ \ \ \ Merge pull request #2403 from ctiller/no-worries-i-can-waitGravatar Nicolas Noble2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | Add a clock_type field to gpr_timespec
| | | | * | Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | methods manipulating compression algorithms
* | | | | | Merge pull request #2482 from vjpai/rename_schedule_callbackGravatar Craig Tiller2015-07-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add
| | | | * | | update according to spec changeGravatar yang-g2015-07-17
| | | | | | |