aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
Commit message (Expand)AuthorAge
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Don't cannibalize already cannibalized circuitsSebastian Hahn2012-02-25
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Don't remove rend cpath element from relaunched service-side rend circsRobert Ransom2012-01-06
* 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
* | Don't exit when marking a newly created _C_INTRODUCING circ for closeRobert Ransom2011-12-28
* | Report HS circ states stored in circ purpose field in CIRC eventsRobert Ransom2011-11-24
|/
* Merge remote-tracking branch 'rransom-tor/bug3825c'Nick Mathewson2011-10-23
|\
| * Check for intro circ timeouts properlyRobert Ransom2011-10-12
* | Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson2011-10-03
|\|
| * Detect and remove unreachable intro pointsRobert Ransom2011-10-02
| * Record intro point timeouts in rend_intro_point_tRobert Ransom2011-10-02
* | Clear socks auth fields before freeNick Mathewson2011-08-05
* | Do not cannibalize a circuit with isolation values set.Nick Mathewson2011-07-20
* | Take a smarter approach to clearing isolation infoNick Mathewson2011-07-19
* | Use socks username/password information in stream isolationNick Mathewson2011-07-19
* | Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson2011-07-19
* | (Unused) backend logic for stream isolationNick Mathewson2011-07-19
* | Merge branch 'bug3465-022' into bug3465-023Robert Ransom2011-06-25
|\|
| * Correct a commentRobert Ransom2011-06-24
* | Make the get_options() return constNick Mathewson2011-06-14
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-14
|\|
| * Comment out some obviously dead code.Sebastian Hahn2011-06-08
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\|
| * Log descriptions of nodes, not just nicknames.Nick Mathewson2011-05-15
* | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\|
| * Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
| |\
| | * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| | * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | | Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson2011-04-27
|\| |
| * | Add a circuit_purpose_to_string() function, and use itNick Mathewson2011-04-27
| * | When cannibalizing a circuit, make sure it has no ExcludeNodes on itNick Mathewson2011-04-26
| * | Note a slightly less likely way to violate ExcludeNodesNick Mathewson2011-04-26
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\| |
| * | Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson2011-04-07
| |\ \
| | * | Add XXX023s for our timestamp_dirty abuse.Nick Mathewson2011-03-25
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-30
|\| | |
| * | | Use timevals, not time_t, when expiring circuits.Nick Mathewson2011-03-30
| |/ /
* | | Merge branch 'maint-0.2.2'Roger Dingledine2011-01-15
|\| |
| * | Sanity-check consensus param valuesSebastian Hahn2011-01-15
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Fix a documention issue in circuitlist.cNick Mathewson2010-10-15
* | | Fold timestamp_created into highres_createdNick Mathewson2010-10-15
* | | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
* | | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
|/ /
* | Send control port events for timeouts.Mike Perry2010-09-29