summaryrefslogtreecommitdiff
path: root/src/or/circuitmux.c
AgeCommit message (Expand)Author
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.8' into maint-0.2.9Nick 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-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-18Turn circuitmux.c comments into module docs.Nick Mathewson
2016-06-11Add the -Wextra-semi warning from clang, and fix the cases where it triggersNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
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-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-06-16whitespace fixesNick Mathewson
2014-06-14Try to diagnose bug 12184Nick Mathewson
2014-04-18scan-build: Be consistent with a needless check in circuitmux.cNick Mathewson
2014-03-14Test code for implementation of faster circuit_unlink_all_from_channelNick Mathewson
2013-10-28Merge branch 'morestats4' into morestats5Karsten Loesing
2013-07-19Initialize destroy_cell_queue.Nick Mathewson
2013-07-18Use TOR_SIMPLEQ for packed_cell_tNick 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-13Fix compile warnings wrt printf formating of int64_tNick Mathewson
2013-06-13Add destroy balance tracking and logging to circuitmuxAndrea Shepard
2013-06-13Implementation of a fix for bug 7912Nick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-10Fix formatting in various places after 6465/6816 workAndrea Shepard
2012-10-10Don't remove circuitmux hash table entries in circuitmux_detach_circuit() unt...Andrea Shepard
2012-10-10Fix 'warning: circuit was already inactive' and assert in circuitmux_make_cir...Andrea Shepard
2012-10-10Bring summary comment block in circuitmux.c up to dateAndrea Shepard
2012-10-10New and improved circuitmux_detach_all_circuits(), now without the stupidAndrea Shepard
2012-10-10Fix broken circuitmux_move_active_circ_to_tail(); don't assume n_chan is not ...Andrea Shepard
2012-10-10Allow n_chan to be NULL in circuitmux_find_map_entry(); it can be but with no...Andrea Shepard
2012-10-10Use circuit_get_by_circid_channel_even_if_marked() and fix some asserts in ci...Andrea Shepard
2012-10-10Handle closing circuits correctly with circuitmux_tAndrea Shepard
2012-10-10Add a bunch of paranoid-mode expensive asserts incircuitmux.cAndrea Shepard
2012-10-10Adjust the circuitmux_t counter correctly in circuitmux_notify_xmit_cells()Andrea Shepard
2012-10-10Implement circuitmux_assert_okay() and helper functions in circuitmux.cAndrea Shepard
2012-10-10Implement circuitmux_get_first_active_circuit() in circuitmux.c; add pick_act...Andrea Shepard