Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clang format. | Nicolas "Pixel" Noble | 2015-12-01 |
| | |||
* | Cpp example of how the plugins can be done. | Julien Boeuf | 2015-11-19 |
| | |||
* | Fixing implementations. | Julien Boeuf | 2015-11-18 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Fixing NULL terminator for test cert. | Julien Boeuf | 2015-11-17 |
| | | | | | | | | | | Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that! | ||
* | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\| | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert | Julien Boeuf | 2015-11-17 |
| |\ | |||
* | | | More C++ fixes (the merge did not quite work...). | Julien Boeuf | 2015-11-17 |
| | | | |||
* | | | Forgot to fix driver.cc somehow... | Julien Boeuf | 2015-11-17 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ \ \ | |||
| | | * | Handle cancel before start case | yang-g | 2015-11-17 |
| | |/ | |/| | |||
| * | | Comments | David Garcia Quintas | 2015-11-17 |
| | | | |||
| * | | Fix naming issue in stress_test | David Garcia Quintas | 2015-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. | ||
| | * | Updating the server1 cert so that it can be used with Go. | Julien Boeuf | 2015-11-09 |
| |/ | | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086. | ||
| * | Merge pull request #3905 from vjpai/protosplit | Jan Tattermusch | 2015-11-05 |
| |\ | | | | | | | Overhaul benchmark control protos and tests themselves | ||
| * | | Removed consts to make MSVC happy | David Garcia Quintas | 2015-11-04 |
| | | | |||
| | * | Address some review comments about signal and restoring qps_test_with_poll | vjpai | 2015-11-04 |
| | | | | | | | | | | | | Make payloads respect the new defaults | ||
| | * | Merge branch 'master' into protosplit | vjpai | 2015-11-04 |
| | |\ | | |/ | |/| | |||
| | * | Add secure testing to sweep | vjpai | 2015-11-04 |
| | | | |||
| | * | Secure performance testing for C++ is in the hizzouse! | vjpai | 2015-11-04 |
| | | | |||
| * | | Merge pull request #4013 from dgquintas/bb_readall | Craig Tiller | 2015-11-04 |
| |\ \ | | | | | | | | | Added grpc_byte_buffer_reader_readall | ||
| | | * | Better reasonable default | vjpai | 2015-11-04 |
| | | | | |||
| | | * | Fix up single run test | vjpai | 2015-11-04 |
| | | | | | | | | | | | | | | | | Enable reasonable default if resp size not specified | ||
| | | * | clang-format | Vijay Pai | 2015-11-04 |
| | | | | |||
| | | * | Add in security support, make payload protos configurable | vjpai | 2015-11-04 |
| | | | | | | | | | | | | | | | | Have not yet added tests with security support, coming soon | ||
| | | * | Cleanup some names | vjpai | 2015-11-02 |
| | | | | | | | | | | | | | | | | | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations | ||
| | | * | Merge commit '6bf1de9' into protosplit | vjpai | 2015-11-02 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Mark a method with GRPC_OVERRIDE to avoid compiler warning | vjpai | 2015-11-02 |
| | | | | |||
| | | * | Cleanup directory and make minor changes | vjpai | 2015-11-02 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into protosplit | vjpai | 2015-11-02 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Added grpc_byte_buffer_reader_readall | David Garcia Quintas | 2015-10-30 |
| |/ / | |||
| * | | Merge pull request #4006 from dgquintas/fix-lb-test | Craig Tiller | 2015-10-30 |
| |\ \ | | | | | | | | | Fixed potential stack corruption | ||
| | * | | Fixed potential stack corruption | David Garcia Quintas | 2015-10-29 |
| | | | | |||
| * | | | Merge pull request #3997 from a-veitch/fix_tsan_cpu_test | Nicolas Noble | 2015-10-29 |
| |\ \ \ | | |/ / | |/| | | Fix for long-running tsan test | ||
| | * | | Fix for long-running tsan test | Alistair Veitch | 2015-10-29 |
| | | | | |||
| | | * | QPS worker no longer needs to specify server port on command line. This is part | vjpai | 2015-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 a | vjpai | 2015-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 issues | vjpai | 2015-10-28 |
| | | | | |||
| | | * | Eliminate qpstest.proto | vjpai | 2015-10-28 |
| | | | | |||
| * | | | Merge pull request #3962 from sreecha/skip_stress_tests | Nicolas Noble | 2015-10-26 |
| |\ \ \ | | | | | | | | | | | Skip running stress_tests on jenkins by run_tests.py | ||
| * | | | | Explicitly use grpc::string instead of std::string to be consistent with ↵ | Sree Kuchibhotla | 2015-10-26 |
| | | | | | | | | | | | | | | | | | | | | other test code | ||
| | * | | | Skip running stress_tests on jenkins by run_tests.py (This will fix the | Sree Kuchibhotla | 2015-10-26 |
| |/ / / | | | | | | | | | | | | | issue addressed by commit: e6cd0e70a9c8, the right way) | ||
| * | | | Removed 'using' conflicting with import | David Garcia Quintas | 2015-10-23 |
| | | | | |||
| * | | | Merge pull request #3868 from sreecha/stress_tests_new | David G. Quintas | 2015-10-22 |
| |\ \ \ | | |/ / | |/| | | Interop stress tests | ||
| | * | | Return success if there are no test cases to run | Sree Kuchibhotla | 2015-10-22 |
| | | | | |||
| | * | | Fix the error reported by tools/run_tests/check_sources_and_headers.py | Sree Kuchibhotla | 2015-10-22 |
| | | | | |||
| * | | | merge & resolve conflicts | Alistair Veitch | 2015-10-22 |
| |\ \ \ | |||
| | | * | | Address code review comment | Sree Kuchibhotla | 2015-10-22 |
| | | | | | |||
| | | * | | Merge branch 'master' into stress_tests_new | Sree Kuchibhotla | 2015-10-22 |
| | | |\ \ | | | |/ / | | |/| | | |||
| * | | | | Fix memory leak | Alistair Veitch | 2015-10-21 |
| | | | | |