Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Eradicate Uniform, Deterministic, and Pareto interarrival | vjpai | 2016-04-20 |
| | | | | | distributions since we don't use them and it's not sensible to add them | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Sanity (clang-format and copyright) | Vijay Pai | 2016-02-11 |
| | |||
* | Simplify and properly implement openloop testing. | Vijay Pai | 2016-02-11 |
| | | | | Revive it in tests as well | ||
* | Fix random number generators and improve code style (stop using | Vijay Pai | 2016-02-10 |
| | | | | operator overloads) | ||
* | 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 | ||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Revert "Revert "Open loop sync/async multithreaded testing"" | Vijay Pai | 2015-06-08 |
| | |||
* | Revert "Open loop sync/async multithreaded testing" | Craig Tiller | 2015-06-08 |
| | |||
* | Add comments describing various random distributions | Vijay Pai | 2015-06-05 |
| | | | | | Also remove the parameterized constructor for InterarrivalTimer and only keep the init function. | ||
* | clang-format | Vijay Pai | 2015-06-05 |
| | |||
* | Fix definition of InterarrivalTimer to enable late initialization | Vijay Pai | 2015-04-23 |
| | | | | and use nanoseconds | ||
* | Random number distributions and test for common distributions | vjpai | 2015-04-21 |