aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitmux_ewma.c
Commit message (Expand)AuthorAge
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Avoid c99 designated initializers in circuitmux_ewma.cNick Mathewson2012-11-02
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Remove variables; fix gcc 4.7 warningsNick Mathewson2012-10-10
* Fix formatting in various places after 6465/6816 workAndrea Shepard2012-10-10
* Correctly set magic numbers on ewma policy data/circuit data when allocatingAndrea Shepard2012-10-10
* Implement cell_ewma_enabled()Andrea Shepard2012-10-10
* Move all EWMA code into circuitmux.c and implement circuitmux_policy_t method...Andrea Shepard2012-10-10
* Add initial circuitmux_ewma.{c,h}Andrea Shepard2012-10-10