aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.h
AgeCommit message (Expand)Author
2013-09-04use !cbt_disabled in place of LearnCBT to avoid needless circsNick Mathewson
2012-06-14Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson
2012-06-14Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis
2012-06-13Move cbt->liveness.timeouts_after_firsthop free code into its own functionAndrea Shepard
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-05-18Use a more helpful log message when we can't find a proxy.George Kadianakis
2012-01-25Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-09-11Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis
2011-09-11Prepare circuitbuild.[ch] and config.[ch] for SIGHUPs.George Kadianakis
2011-07-13Put some last missing pieces together.George Kadianakis
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-02Style and grammar tweaks on 2841 branchNick Mathewson
2011-07-02Small tweaks to 2841 codeNick Mathewson
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-02Merge remote-tracking branch 'origin/maint-0.2.2'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
2011-01-15Merge branch 'maint-0.2.2'Roger Dingledine
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-12-19Merge branch 'maint-0.2.2'Roger Dingledine
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-09-29Merge branch 'bug1772' into maint-0.2.2Roger Dingledine
2010-09-29refactor and recomment; no actual changesRoger Dingledine
2010-09-29Merge commit 'mikeperry/bug1740' into maint-0.2.2Roger Dingledine
2010-09-29Only count timeout data for 3 hop circuits.Mike Perry
2010-09-28optimistically retry EntryNodes on socks requestRoger Dingledine
2010-09-28refactor; no actual changesRoger Dingledine
2010-08-17Remove unused function declarationsSebastian Hahn
2010-08-16Refactor circuit_build_times_parse_stateSebastian Hahn
2010-07-28Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg
2010-07-27Create circuitbuild.hSebastian Hahn