aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitmux.h
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-06-21Rectify include paths (automated).Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-12-21Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-21Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2017-12-21Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
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
2017-12-08Fix wide lines introduced by previous patch.Nick Mathewson
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-03-15Run the copyright update script.Nick 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