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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
circuitmux.h
Age
Commit message (
Expand
)
Author
2016-02-27
Update the copyright year.
Nick Mathewson
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-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-30
Make circuitmux_compare_muxes() and circuitmux_get_policy() mockable
Andrea Shepard
2014-09-30
Make circuitmux_num_cells() mockable
Andrea Shepard
2014-09-30
Add cmux support for inter-cmux comparisons
Andrea Shepard
2014-06-14
Try to diagnose bug 12184
Nick Mathewson
2014-03-14
Test code for implementation of faster circuit_unlink_all_from_channel
Nick Mathewson
2013-07-15
Appease "make check-spaces"
Nick Mathewson
2013-07-10
Add some basic unit tests for the circuit map data structure.
Nick Mathewson
2013-06-17
Fix bug 9082: avoid leak when freeing destroy cell queues
Nick Mathewson
2013-06-13
Add destroy balance tracking and logging to circuitmux
Andrea Shepard
2013-06-13
Implementation of a fix for bug 7912
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-12
Convert all include-guard macros to avoid reserved identifiers.
Nick Mathewson
2012-10-10
Add upcasts for circuitmux_policy_data_t and circuitmux_policy_circ_data_t to...
Andrea Shepard
2012-10-10
Implement circuitmux_get_first_active_circuit() in circuitmux.c; add pick_act...
Andrea Shepard
2012-10-10
Add cmux policy notify_set_n_cells() and notify_xmit_cells() callbacks
Andrea Shepard
2012-10-10
Implement circuitmux policy basic notifications mechanism
Andrea Shepard
2012-10-10
Implement circuitmux_clear_num_cells() and circuitmux_set_num_cells() in circ...
Andrea Shepard
2012-10-10
Add circuitmux.c, circuitmux.h
Andrea Shepard