index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
circuitmux_ewma.c
Age
Commit message (
Expand
)
Author
2018-07-05
Move literally everything out of src/or
Nick Mathewson
2018-07-01
Extract or_options_t from or.h
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-05-01
Stop using approx_time() in circuitmux_ewma.
Nick Mathewson
2018-04-26
Add a function to compute millisecond time difference quickly.
Nick Mathewson
2018-04-26
Rewrite time-handling in circuitmux_ewma to use monotime_coarse
Nick Mathewson
2018-04-25
Ignore CircuitPriorityHalflife values under -EPSILON.
Nick Mathewson
2018-02-15
cmux: Rename cell_ewma_set_scale_factor()
David Goulet
2018-02-15
cmux: Make EWMA policy mandatory
David Goulet
2017-08-03
Switch to offsetof()
Neel Chauhan
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-10-25
Fix ewma_cmp_cmux never considering policies different
Matt Traudt
2016-10-18
Module documentation for circuitmux_ewma.c
Nick Mathewson
2016-07-28
Fix a large pile of solaris warnings for bug 19767.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-27
Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'
Nick Mathewson
2014-10-30
Silence spurious clang warnings
teor
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-30
Add inter-cmux comparison support to circuitmux_ewma.c
Andrea Shepard
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-11-02
Avoid c99 designated initializers in circuitmux_ewma.c
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-10
Remove variables; fix gcc 4.7 warnings
Nick Mathewson
2012-10-10
Fix formatting in various places after 6465/6816 work
Andrea Shepard
2012-10-10
Correctly set magic numbers on ewma policy data/circuit data when allocating
Andrea Shepard
2012-10-10
Implement cell_ewma_enabled()
Andrea Shepard
2012-10-10
Move all EWMA code into circuitmux.c and implement circuitmux_policy_t method...
Andrea Shepard
2012-10-10
Add initial circuitmux_ewma.{c,h}
Andrea Shepard