aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.h
AgeCommit message (Expand)Author
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 channel_note_destroy_not_pending() mockableAndrea Shepard
2014-08-15Start converting circuitlist to smartlist.Nick Mathewson
2014-06-14Try to diagnose bug 12184Nick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-04-08Merge remote-tracking branch 'public/bug9841_025'Nick Mathewson
2014-03-23Remove the unused circuit_dump_by_chan().Nick Mathewson
2014-02-13Tweak sign of rend_token params for consistencyNick Mathewson
2014-02-13Merge remote-tracking branch 'public/bug9841_024_v2' into bug9841_025Nick Mathewson
2014-02-13Faster circuit_get_by_rend_token_and_purpose()Nick Mathewson
2014-02-12More unit tests for OOM handling.Nick Mathewson
2014-02-12Refactor OOM-handling functions for more testabilityNick Mathewson
2014-02-07Merge remote-tracking branch 'public/feature9777_024_squashed'Nick Mathewson
2014-02-07Discard circuit paths on which nobody supports ntorNick Mathewson
2013-08-15Rename circuit_get_global_list to remove trailing _Nick Mathewson
2013-08-15Merge remote-tracking branch 'majek/bug9108'Nick Mathewson
2013-07-18Add a test for n_cells_in_circuit_queuesNick Mathewson
2013-07-10Add some basic unit tests for the circuit map data structure.Nick Mathewson
2013-06-20Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-06-18Implement a real OOM-killer for too-long circuit queues.Nick Mathewson
2013-06-13Code to track on a circuit whether it has a "pending" delete cellNick Mathewson
2013-03-21Implement a placeholder mechanism in the channel,id->circ mapNick Mathewson
2013-02-19Rename circuit_expire_all_dirty_circsNick 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-10Fix detach when setting circuit ID to 0 bug in circuit_set_circid_chan_helper...Andrea Shepard
2012-10-08Use channel_t rather than or_connection_t for circuitsAndrea Shepard
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-01-04Merge remote-tracking branch 'rransom-tor/bug1297b-v2'Nick Mathewson
2011-12-22Look up the rend circ whose INTRODUCE1 is being ACKed correctlyRobert Ransom
2011-11-24Report HS circ states stored in circ purpose field in CIRC eventsRobert Ransom
2011-04-27Add a circuit_purpose_to_string() function, and use itNick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-07-27Create circuitlist.hSebastian Hahn