aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitmux.h
AgeCommit message (Expand)Author
2017-12-21Merge branch 'maint-0.2.5' into maint-0.2.8maint-0.2.8Nick Mathewson
2017-12-21Move destroy cells into a separate queue type of their own, to save RAMNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
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-28Add another year to our copyright dates.Nick Mathewson
2014-09-30Make circuitmux_compare_muxes() and circuitmux_get_policy() mockableAndrea Shepard
2014-09-30Make circuitmux_num_cells() mockableAndrea Shepard
2014-09-30Add cmux support for inter-cmux comparisonsAndrea Shepard
2014-06-14Try to diagnose bug 12184Nick Mathewson
2014-03-14Test code for implementation of faster circuit_unlink_all_from_channelNick Mathewson
2013-07-15Appease "make check-spaces"Nick Mathewson
2013-07-10Add some basic unit tests for the circuit map data structure.Nick Mathewson
2013-06-17Fix bug 9082: avoid leak when freeing destroy cell queuesNick Mathewson
2013-06-13Add destroy balance tracking and logging to circuitmuxAndrea Shepard
2013-06-13Implementation of a fix for bug 7912Nick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-10-10Add upcasts for circuitmux_policy_data_t and circuitmux_policy_circ_data_t to...Andrea Shepard
2012-10-10Implement circuitmux_get_first_active_circuit() in circuitmux.c; add pick_act...Andrea Shepard
2012-10-10Add cmux policy notify_set_n_cells() and notify_xmit_cells() callbacksAndrea Shepard
2012-10-10Implement circuitmux policy basic notifications mechanismAndrea Shepard
2012-10-10Implement circuitmux_clear_num_cells() and circuitmux_set_num_cells() in circ...Andrea Shepard
2012-10-10Add circuitmux.c, circuitmux.hAndrea Shepard