Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Internalize structs and methods meant for being exposed through codegen | Vijay Pai | 2017-07-10 |
| | | | | or that interface with core and are only for internal use | ||
* | Add channel args to qps server | Craig Tiller | 2017-07-06 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Add QPS tests for one-sided streaming | Vijay Pai | 2017-05-02 |
| | |||
* | Finish streams that error. Don't histogram failed ops. | Vijay Pai | 2017-02-28 |
| | | | | Fail on failed write | ||
* | Use C++11 final and override | Vijay Pai | 2016-11-01 |
| | |||
* | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-20 |
|\ | |||
| * | Minor cleanup - remove an unneeded header, mark a class final, explicitly ↵ | Vijay Pai | 2016-10-18 |
| | | | | | | | | specify parent class | ||
* | | BufferPool --> ResourceQuota | Craig Tiller | 2016-10-17 |
| | | |||
* | | Collecting failure status progress | Craig Tiller | 2016-09-28 |
|/ | |||
* | Remove unused gflags and gtest includes | vjpai | 2016-05-31 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
| | |||
* | Remove host option from ServerConfig proto since it is error-prone and | Vijay Pai | 2016-01-29 |
| | | | | may cause inter-language confusion. | ||
* | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 |
| | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies | ||
* | use new perf proto options in c++ | Jan Tattermusch | 2015-11-18 |
| | |||
* | Address some review comments about signal and restoring qps_test_with_poll | vjpai | 2015-11-04 |
| | | | | Make payloads respect the new defaults | ||
* | 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 | ||
* | 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 |
| | |||
* | Split qpstest.proto into two parts - one for performance stats and | vjpai | 2015-10-21 |
| | | | | | | one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing | ||
* | Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps | vjpai | 2015-10-19 |
| | |||
* | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | |||
* | Hand-written changes | Craig Tiller | 2015-08-31 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | merge with head | yang-g | 2015-08-24 |
|\ | |||
| * | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| | | |||
* | | headers reorg | yang-g | 2015-08-21 |
|/ | |||
* | Start switching everything to dynamic pool | Vijay Pai | 2015-07-23 |
| | |||
* | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | appropriate | ||
* | Make thread_pool.h a public header | Vijay Pai | 2015-07-15 |
| | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
* | clang-format qps code - it was getting out of hand | Craig Tiller | 2015-05-21 |
| | |||
* | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | |||
* | Remove unused header file for profiler | Vijay Pai | 2015-03-31 |
| | |||
* | Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream | Vijay Pai | 2015-03-23 |
|\ | |||
| * | Added streaming C++ tests for sync and sync cases | vjpai | 2015-03-23 |
| | | |||
* | | Various Windows fixes. | Nicolas Noble | 2015-03-19 |
|/ | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations. | ||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-05 |
| | |||
* | override --> GRPC_OVERRIDE | Craig Tiller | 2015-03-04 |
| | |||
* | ACTUALLY set the server thread pool | Craig Tiller | 2015-03-04 |
| | |||
* | clang-format | Craig Tiller | 2015-03-04 |
| | |||
* | Rename some files | Craig Tiller | 2015-03-04 |