aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-09-28Merge branch 'maint-0.2.2'Roger Dingledine
2011-09-28bridges should use create_fast cells for their own circuitsRoger Dingledine
2011-09-27if we have enough usable guards, just pick oneRoger Dingledine
2011-09-24Merge branch 'maint-0.2.2'Roger Dingledine
2011-09-24Ticket #4063 - change circuit build timeout log entries from NOTICE to INFOTom Lowenthal
2011-09-23Improve wording in some comments and log messages.George Kadianakis
2011-09-12Put some sense into our logging.George Kadianakis
2011-09-11Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis
2011-09-11Make check-spaces happy.George Kadianakis
2011-09-11Trivial fixes around the code.George Kadianakis
2011-09-11Prepare circuitbuild.[ch] and config.[ch] for SIGHUPs.George Kadianakis
2011-09-10Replaced some leftover assert()s with tor_assert()s.George Kadianakis
2011-09-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-07Remove a now-needless test.Nick Mathewson
2011-08-30Use %f with printf-style formatting, not %lfNick Mathewson
2011-08-30Switch a SMARTLIST_FOREACH in circuitbuild.c to BEGIN/ENDNick Mathewson
2011-08-07Server transport proxies should bind on the same port each time, if possible.George Kadianakis
2011-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson
2011-07-18Updated #includes etc. to use transports.[ch].George Kadianakis
2011-07-15Remove compare_addr_to_node_policyNick Mathewson
2011-07-14Changed a couple of 180 spec stuff according to #3578.George Kadianakis
2011-07-13Put some last missing pieces together.George Kadianakis
2011-07-11Merge branch 'bug2798'Nick Mathewson
2011-07-11Tweaks to bug2798 based on comments by armaNick Mathewson
2011-07-11Merge branch 'bug2616'Nick Mathewson
2011-07-11Disable recording new broken conns when we have bootstrappedNick Mathewson
2011-07-11Clear broken connection map on successful bootstrapNick Mathewson
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-11Rename and tweak nodelist_add_node_family() to add nodeNick Mathewson
2011-07-11Revise code for adding EntryNodes to guards.Nick Mathewson
2011-07-07Kill redundant checks around routerset_contains_*()Nick Mathewson
2011-07-06Merge branch 'maint-0.2.2'Roger Dingledine
2011-07-06appease check-spacesRoger Dingledine
2011-07-03Refactor the interfaces of transport/proxy lookup fnsNick Mathewson
2011-07-02Style and grammar tweaks on 2841 branchNick Mathewson
2011-07-02Small tweaks to 2841 codeNick Mathewson
2011-06-28Trivial code tweaks and documentation updates.George Kadianakis
2011-06-25Merge branch 'bug3465-022' into bug3465-023Robert Ransom
2011-06-23Fix minor comment issuesRobert Ransom
2011-06-22Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis
2011-06-21Fixes on circuitbuild.[ch] based on nick's comments.George Kadianakis
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Fixes small bugs.George Kadianakis
2011-06-12Various trivial changes.George Kadianakis
2011-06-12We can now connect using transports as well!George Kadianakis
2011-06-11We can now match our transports with our bridges.George Kadianakis
2011-06-06Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-06Detect insanely large circuit build state; don't give its length to rand_intNick Mathewson
2011-06-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson