summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
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-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-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson
2011-07-15Remove compare_addr_to_node_policyNick Mathewson
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
2011-05-31fix a bridge edge case similar to 2511Roger Dingledine
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge branch 'bug3045' into maint-0.2.2Nick Mathewson
2011-05-29Merge branch 'maint-0.2.2'Roger Dingledine
2011-05-29answer an XXX nickm asked in aa950e6c4Roger Dingledine
2011-05-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-21Merge branch 'maint-0.2.2'Roger Dingledine
2011-05-20what's up with this trailing whitespaceRoger Dingledine
2011-05-17Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-17Handle NULL argument to get_configured_bridge_by_addr_port_digestNick Mathewson
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Preserve bridge download status across SETCONF, HUPNick Mathewson