aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitmux.h
Commit message (Expand)AuthorAge
* Try to diagnose bug 12184Nick Mathewson2014-06-14
* Test code for implementation of faster circuit_unlink_all_from_channelNick Mathewson2014-03-14
* Appease "make check-spaces"Nick Mathewson2013-07-15
* Add some basic unit tests for the circuit map data structure.Nick Mathewson2013-07-10
* Fix bug 9082: avoid leak when freeing destroy cell queuesNick Mathewson2013-06-17
* Add destroy balance tracking and logging to circuitmuxAndrea Shepard2013-06-13
* Implementation of a fix for bug 7912Nick Mathewson2013-06-13
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Add upcasts for circuitmux_policy_data_t and circuitmux_policy_circ_data_t to...Andrea Shepard2012-10-10
* Implement circuitmux_get_first_active_circuit() in circuitmux.c; add pick_act...Andrea Shepard2012-10-10
* Add cmux policy notify_set_n_cells() and notify_xmit_cells() callbacksAndrea Shepard2012-10-10
* Implement circuitmux policy basic notifications mechanismAndrea Shepard2012-10-10
* Implement circuitmux_clear_num_cells() and circuitmux_set_num_cells() in circ...Andrea Shepard2012-10-10
* Add circuitmux.c, circuitmux.hAndrea Shepard2012-10-10