aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2012-03-09Never choose a bridge as an exit. Bug 5342.Nick Mathewson
2011-11-03Fix a memleak when fetching descriptors for bridges in ExcludeNodes.George Kadianakis
2011-09-28bridges should use create_fast cells for their own circuitsRoger Dingledine
2011-09-24Ticket #4063 - change circuit build timeout log entries from NOTICE to INFOTom Lowenthal
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-06appease check-spacesRoger Dingledine
2011-06-23Fix minor comment issuesRobert Ransom
2011-06-06Detect insanely large circuit build state; don't give its length to rand_intNick Mathewson
2011-05-31fix a bridge edge case similar to 2511Roger Dingledine
2011-05-30Merge branch 'bug3045' into maint-0.2.2Nick Mathewson
2011-05-29answer an XXX nickm asked in aa950e6c4Roger Dingledine
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-20what's up with this trailing whitespaceRoger Dingledine
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-15Preserve bridge download status across SETCONF, HUPNick 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-05-09Appease clang - and my tortured mindSebastian Hahn
2011-05-03Fix circuit_list_path_impl(): internal circuits do not have an "exit". Trivia...Nick Mathewson
2011-04-28stop putting wacky values into state->lastwrittenRoger Dingledine
2011-04-28fix a function commentRoger Dingledine
2011-04-27better user-facing warnings for unexpected last hopsRoger Dingledine
2011-04-27revert most of ef81649d2fcRoger Dingledine
2011-04-27Add a circuit_purpose_to_string() function, and use itNick Mathewson
2011-04-26Explain the "using anyway" log message betterSebastian Hahn
2011-04-26If we have chosen an exit that shares a family with all bridges, fail the cir...Nick Mathewson
2011-04-26Do not try to download descriptors for bridges in ExcludeNodes.Nick Mathewson
2011-04-26Do not automatically ignore Fast/Stable for exits when ExitNodes is setNick Mathewson
2011-04-26Add an XXX022-1090 to note consider_exit_fmily b0rkennessNick Mathewson
2011-04-26three more cases where maybe we want to excludeRoger Dingledine
2011-04-26If ExitNodes and Exclude{Exit}Nodes overlap, obey Exclude{Exit}Nodes.Roger Dingledine
2011-04-26the new entrynodes behavior is always strictRoger Dingledine
2011-04-26If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.Roger Dingledine
2011-04-07Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick 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-03-16Fix up all doxygen warnings other than "foo is not documented"Nick Mathewson
2011-03-14Merge remote branch 'arma/bug2510' into maint-0.2.2Nick Mathewson
2011-03-08Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-03-08Avoid crash in any_pending_bridge_descriptor_fetchesNick Mathewson
2011-02-22prevent same entry and exit for insane edge caseRoger Dingledine
2011-02-08support multihomed bridges (bug 2510)Roger Dingledine
2011-01-26Merge branch 'bug2321' into maint-0.2.2Nick Mathewson
2011-01-26Avoid sketchy integer cast in cbt codeNick Mathewson
2011-01-25Comment remaining CBT functions.Mike Perry
2011-01-25Fix bug #2004 by demoting a log message.Mike Perry
2011-01-15Provide constant limits for all consensus paramsSebastian Hahn