summaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2011-10-23Merge remote-tracking branch 'rransom-tor/bug3825c'Nick Mathewson
2011-10-12Check for intro circ timeouts properlyRobert Ransom
2011-10-03Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson
2011-10-02Detect and remove unreachable intro pointsRobert Ransom
2011-10-02Record intro point timeouts in rend_intro_point_tRobert Ransom
2011-08-05Clear socks auth fields before freeNick Mathewson
2011-07-20Do not cannibalize a circuit with isolation values set.Nick Mathewson
2011-07-19Take a smarter approach to clearing isolation infoNick Mathewson
2011-07-19Use socks username/password information in stream isolationNick Mathewson
2011-07-19Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-06-25Merge branch 'bug3465-022' into bug3465-023Robert Ransom
2011-06-24Correct a commentRobert Ransom
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-08Comment out some obviously dead code.Sebastian Hahn
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-04-27Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson
2011-04-27Add a circuit_purpose_to_string() function, and use itNick Mathewson
2011-04-26When cannibalizing a circuit, make sure it has no ExcludeNodes on itNick Mathewson
2011-04-26Note a slightly less likely way to violate ExcludeNodesNick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-07Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson
2011-03-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-30Use timevals, not time_t, when expiring circuits.Nick Mathewson
2011-03-25Add XXX023s for our timestamp_dirty abuse.Nick Mathewson
2011-01-15Merge branch 'maint-0.2.2'Roger Dingledine
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-10-15Fix a documention issue in circuitlist.cNick Mathewson
2010-10-15Fold timestamp_created into highres_createdNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-09-29Send control port events for timeouts.Mike Perry
2010-07-30Clear cell queues when marking or truncating a circuit.Nick Mathewson
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create onion.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn