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