aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2013-11-07Improved circuit queue out-of-memory handlerNick Mathewson
2013-06-18Implement a real OOM-killer for too-long circuit queues.Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-02-25Don't cannibalize already cannibalized circuitsSebastian Hahn
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-06Don't remove rend cpath element from relaunched service-side rend circsRobert Ransom
2012-01-04Merge remote-tracking branch 'rransom-tor/bug1297b-v2'Nick Mathewson
2011-12-28Don't exit when marking a newly created _C_INTRODUCING circ for closeRobert Ransom
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-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