Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unused gflags and gtest includes | 2016-05-31 | |
| | |||
* | Update copyrights | 2016-03-31 | |
| | |||
* | Add a sanity test for name aliasing | 2016-02-22 | |
| | |||
* | Remove host option from ServerConfig proto since it is error-prone and | 2016-01-29 | |
| | | | | may cause inter-language confusion. | ||
* | Consolidate C++ proto files under src/proto | 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++ | 2015-11-18 | |
| | |||
* | Address some review comments about signal and restoring qps_test_with_poll | 2015-11-04 | |
| | | | | Make payloads respect the new defaults | ||
* | clang-format | 2015-11-04 | |
| | |||
* | Add in security support, make payload protos configurable | 2015-11-04 | |
| | | | | Have not yet added tests with security support, coming soon | ||
* | Cleanup some names | 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 | 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 | 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 | 2015-10-28 | |
| | |||
* | Split qpstest.proto into two parts - one for performance stats and | 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 | 2015-10-19 | |
| | |||
* | Fix clang-format script | 2015-09-28 | |
| | |||
* | Hand-written changes | 2015-08-31 | |
| | |||
* | Shuffling headers around. | 2015-08-28 | |
| | |||
* | merge with head | 2015-08-24 | |
|\ | |||
| * | Eliminate public thread-pool interface | 2015-08-24 | |
| | | |||
* | | headers reorg | 2015-08-21 | |
|/ | |||
* | Start switching everything to dynamic pool | 2015-07-23 | |
| | |||
* | Change name of thread_pool files to fixed_size_thread_pool when | 2015-07-15 | |
| | | | | appropriate | ||
* | Make thread_pool.h a public header | 2015-07-15 | |
| | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
* | clang-format qps code - it was getting out of hand | 2015-05-21 | |
| | |||
* | Splitting gRPC service class codegen into its own set of files. | 2015-04-09 | |
| | |||
* | Remove unused header file for profiler | 2015-03-31 | |
| | |||
* | Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream | 2015-03-23 | |
|\ | |||
| * | Added streaming C++ tests for sync and sync cases | 2015-03-23 | |
| | | |||
* | | Various Windows fixes. | 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 | 2015-03-05 | |
| | |||
* | override --> GRPC_OVERRIDE | 2015-03-04 | |
| | |||
* | ACTUALLY set the server thread pool | 2015-03-04 | |
| | |||
* | clang-format | 2015-03-04 | |
| | |||
* | Rename some files | 2015-03-04 | |