aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitmux_ewma.c
AgeCommit message (Expand)Author
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-10-30Silence spurious clang warningsteor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-30Add inter-cmux comparison support to circuitmux_ewma.cAndrea Shepard
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-02Avoid c99 designated initializers in circuitmux_ewma.cNick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Remove variables; fix gcc 4.7 warningsNick Mathewson
2012-10-10Fix formatting in various places after 6465/6816 workAndrea Shepard
2012-10-10Correctly set magic numbers on ewma policy data/circuit data when allocatingAndrea Shepard
2012-10-10Implement cell_ewma_enabled()Andrea Shepard
2012-10-10Move all EWMA code into circuitmux.c and implement circuitmux_policy_t method...Andrea Shepard
2012-10-10Add initial circuitmux_ewma.{c,h}Andrea Shepard