aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitmux_ewma.c
AgeCommit message (Expand)Author
2018-02-15cmux: Rename cell_ewma_set_scale_factor()David Goulet
2018-02-15cmux: Make EWMA policy mandatoryDavid Goulet
2017-08-03Switch to offsetof()Neel Chauhan
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-25Fix ewma_cmp_cmux never considering policies differentMatt Traudt
2016-10-18Module documentation for circuitmux_ewma.cNick Mathewson
2016-07-28Fix a large pile of solaris warnings for bug 19767.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
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