summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2011-12-07clarify a debug lineRoger Dingledine
2011-11-30Warn user about client ignoring non-preferred IP address for a bridge.Linus Nordberg
2011-11-30Whitespace changes.Linus Nordberg
2011-11-30Make router_get_{prim,alt,pref}_addr_port take tor_addr_port_t *.Linus Nordberg
2011-11-30Take IPv6 into account when rewriting routerinfo for a bridge and maintain ip...Linus Nordberg
2011-11-30Use preferred address when looking for bridges by routerinfo_t.Linus Nordberg
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-30Add some logging and comments.Linus Nordberg
2011-11-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-03Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis
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