aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2012-05-31Make all begindir or one-hop circuits internalNick Mathewson
2011-06-17Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-06-17Abandon rendezvous circuits on SIGNAL NEWNYMRobert Ransom
2011-05-30Merge branch 'bug3045' into maint-0.2.2Nick Mathewson
2011-05-30Use the normal four-hop CBT for client intro circuitsRobert Ransom
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-15Replace a nasty add-malloc-snprintf with a nice clean asprintfNick Mathewson
2011-05-15Better doc for consider_recording_trackexithostNick Mathewson
2011-05-13Raise the TrackHostExits membership code into its own functionNick Mathewson
2011-05-12Downgrade the "we launched 10 circuits for this stream" message. (See bug 3080)Nick 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-28Merge branch 'bug3k_021' into bug3k_022Sebastian Hahn
2011-04-28Fix a failure case of connection_ap_handshake_attach_circuit()Sebastian Hahn
2011-04-28Allow rend_client_send_introduction to fail transientlyRobert Ransom
2011-04-27make make check-spaces happier.Roger Dingledine
2011-04-27warn if we launch too many circuits for a given streamRoger Dingledine
2011-04-27revert most of ef81649d2fcRoger Dingledine
2011-04-27Add a circuit_purpose_to_string() function, and use itNick Mathewson
2011-04-26slight tweak on circuit_conforms_to_optionsRoger Dingledine
2011-04-07Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson
2011-04-07Fix a compile warning on OS X 10.6Sebastian Hahn
2011-03-30Use cbt to tell when to launch parallel intro circuitNick Mathewson
2011-03-30Use timevals, not time_t, when expiring circuits.Nick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick 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-09-29Merge branch 'bug1772' into maint-0.2.2Roger Dingledine
2010-09-29no measurement circs if not enough build timesRoger Dingledine
2010-09-29refactor and recomment; no actual changesRoger Dingledine
2010-09-29Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine
2010-09-29Merge commit 'mikeperry/bug1740' into maint-0.2.2Roger Dingledine
2010-09-29Fix non-live condition checks.Mike Perry
2010-09-29Send control port events for timeouts.Mike Perry
2010-09-29Only count timeout data for 3 hop circuits.Mike Perry
2010-09-28improve code comments, based on comments from nickRoger Dingledine
2010-09-28handle ugly edge case in retrying entrynodesRoger Dingledine
2010-09-28optimistically retry EntryNodes on socks requestRoger Dingledine
2010-08-14fix another piece of 1741Roger Dingledine
2010-08-13changes entry for bug 1741Roger Dingledine
2010-08-13Add check for CIRCUIT_PURPOSE_S_REND_JOINED.Mike Perry
2010-08-09tiny changes i found in my sandboxRoger Dingledine
2010-07-31Bug #1222: Clarify new circuit after sleep noticeChris Ball
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn