aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
...
* | | | WIPGravatar vjpai2015-11-30
| | | |
| | | * Add set pointer api to channel_argumentsGravatar yang-g2015-11-25
| | | |
| * | | merge with headGravatar yang-g2015-11-24
| |\ \ \ | | | |/ | | |/|
| * | | merge with headGravatar yang-g2015-11-20
| |\ \ \
| | | * | Add multiple channels to each serverGravatar Sree Kuchibhotla2015-11-20
| | |/ /
| | | * Cpp example of how the plugins can be done.Gravatar Julien Boeuf2015-11-19
| | | |
| | * | Address code review commentsGravatar Sree Kuchibhotla2015-11-19
| | | |
| | * | Merge branch 'master' into stress_tests_metricsGravatar Sree Kuchibhotla2015-11-19
| | |\ \
| | * | | Address code review commentsGravatar Sree Kuchibhotla2015-11-19
| | | | |
| | | * | Merge pull request #4097 from ctiller/hpack_max_table_sizeGravatar David G. Quintas2015-11-19
| | | |\ \ | | | | | | | | | | | | Support dynamic HPACK table resizing
| | | * \ \ Merge pull request #4156 from jtattermusch/perf_testing_polishingGravatar Jan Tattermusch2015-11-19
| | | |\ \ \ | | | | | | | | | | | | | | Performance proto polishing
| | * | | | | Merge branch 'master' into stress_tests_metricsGravatar Sree Kuchibhotla2015-11-19
| | |\| | | |
| | | | * | | use new perf proto options in c++Gravatar Jan Tattermusch2015-11-18
| |_|_|/ / / |/| | | | |
| * | | | | merge with headGravatar yang-g2015-11-18
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | | * | Merge github.com:grpc/grpc into hpack_max_table_sizeGravatar Craig Tiller2015-11-18
| | | | |\ \ | | | |_|/ / | | |/| | |
| | * | | | Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Core transport & call cleanup
| | * | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | More C++ fixes (the merge did not quite work...).Gravatar Julien Boeuf2015-11-17
| | | | | |
| | * | | | Forgot to fix driver.cc somehow...Gravatar Julien Boeuf2015-11-17
| | | | | |
| | * | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
| | |\ \ \ \
* | | | | | | Handle cancel before start caseGravatar yang-g2015-11-17
| |_|/ / / / |/| | | | |
* | | | | | CommentsGravatar David Garcia Quintas2015-11-17
| | | | | |
* | | | | | Fix naming issue in stress_testGravatar David Garcia Quintas2015-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (via ahh@google.com) Under some configurations gRPC includes google3 base headers. google3 has a namespace "thread" which mixes poorly with unqualified use of the type std::thread; adding that namespace to various google3 headers breaks this test.
| | | | * | Merge branch 'master' into stress_tests_metricsGravatar Sree Kuchibhotla2015-11-16
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | * | Address code review commentsGravatar Sree Kuchibhotla2015-11-16
| | | | | |
| | | | | * clang-formatGravatar Craig Tiller2015-11-10
| | | | |/ | | | |/|
| * | / | refacto of the reconnect tcp server to a general purpose test tcp server to ↵Gravatar yang-g2015-11-06
|/ / / / | | | | | | | | | | | | be reused by the set_initial_string_test
| | * | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-05
| | |\ \ | |_|/ / |/| | |
* | | | Address some review comments about signal and restoring qps_test_with_pollGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | Make payloads respect the new defaults
| | | * Fix a small errorGravatar Sree Kuchibhotla2015-11-04
| | | |
* | | | Add secure testing to sweepGravatar vjpai2015-11-04
| | | |
* | | | Secure performance testing for C++ is in the hizzouse!Gravatar vjpai2015-11-04
| | | |
* | | | Better reasonable defaultGravatar vjpai2015-11-04
| | | |
* | | | Fix up single run testGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | Enable reasonable default if resp size not specified
| | * | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
| | |\ \
* | | | | clang-formatGravatar Vijay Pai2015-11-04
| | | | |
* | | | | Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | | | | | Have not yet added tests with security support, coming soon
| | | | * Fix typo in my previous commit. %s/guage/gauge/gGravatar Sree Kuchibhotla2015-11-03
| | | | |
| | | | * Make number of stubs per channel configurable and expose metrics fromGravatar Sree Kuchibhotla2015-11-03
| | | |/ | | | | | | | | | | | | client
* | | | Cleanup some namesGravatar vjpai2015-11-02
| | | | | | | | | | | | | | | | | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
* | | | Merge commit '6bf1de9' into protosplitGravatar vjpai2015-11-02
|\ \ \ \ | | |_|/ | |/| |
| * | | Mark a method with GRPC_OVERRIDE to avoid compiler warningGravatar vjpai2015-11-02
| | | |
* | | | Cleanup directory and make minor changesGravatar vjpai2015-11-02
| | | |
| | | * stream_op cleanup: test fixes and updatesGravatar Craig Tiller2015-11-02
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
|\| |
* | | QPS worker no longer needs to specify server port on command line. This is partGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified
* | | Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
* | | Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
| | |
| * | Merge pull request #3962 from sreecha/skip_stress_testsGravatar Nicolas Noble2015-10-26
| |\ \ | | | | | | | | Skip running stress_tests on jenkins by run_tests.py
| * | | Explicitly use grpc::string instead of std::string to be consistent with ↵Gravatar Sree Kuchibhotla2015-10-26
| | | | | | | | | | | | | | | | other test code