summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
AgeCommit message (Expand)Author
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-09-28actually retry bridges when your network goes awayRoger Dingledine
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-26Proper NULL checking in circuit_list_path_impl()Sebastian Hahn
2010-01-19spread guard rotation out throughout the monthRoger Dingledine
2010-01-19weight guard choice by bandwidth; discard old guardsRoger Dingledine
2009-10-14read the "circwindow" parameter from the consensusRoger Dingledine
2009-09-16make some bug 1090 warnings go awaySebastian Hahn
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-05-31Do not report a node as a "chosen exit" when it is not in fact an exit.Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-04-11only log that at loglevel notice if there's a problem with theRoger Dingledine
2009-04-11Clients replace entry guards that were chosen more than a few monthsRoger Dingledine
2009-03-18If we have a routerstatus but no routerinfo to name a router, use the routers...Nick Mathewson
2009-03-09We were already rejecting relay begin cells with destination portRoger Dingledine
2009-02-21Patch from lark: if we get two extend cells for the same circuit id, drop the...Nick Mathewson
2009-02-04If we're using bridges and our network goes away, be more willingRoger Dingledine
2009-01-28Remove some dead code.Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2009-01-02take out my IMPOSSIBLE_TO_DOWNLOAD+1 hackRoger Dingledine
2008-12-31switch over the bridge descriptor download mechanism toRoger Dingledine
2008-12-29Actually log reasons on unusable guards again.Nick Mathewson
2008-12-24Checkpoint my big bug-891 patch.Nick Mathewson
2008-12-22Partially apply bug 891 parch from forest: check EXTEND cell address against ...Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson
2008-12-19When we need to open a new origin circuit, log why.Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-17Rename or_is_obsolete and move it to or_connection_t where it belongs.Nick Mathewson
2008-12-15Don't extend circuits over noncanonical connections with mismatched addresses.Nick Mathewson
2008-12-08When the client is choosing entry guards, now it selects at mostRoger Dingledine
2008-11-03when building preemptive circuits, ignore streams that have aRoger Dingledine
2008-11-01fix the other half of r17091. now that best_support can be -1,Roger Dingledine
2008-10-14Patch from rovv: when we have no pending streams, choose exits with choose_go...Nick Mathewson
2008-10-12another coverity-found memory leakRoger Dingledine
2008-10-12minor memory leak found by coverityRoger Dingledine
2008-09-26Make sure ExcludeSingleHopRelays works for an exit.Nick Mathewson
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
2008-09-25Add country-code support to configured node lists to implement the ever-popul...Nick Mathewson
2008-09-23Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits w...Nick Mathewson
2008-08-31backport candidate:Roger Dingledine
2008-08-20Relays now reject risky extend cells: if the extend cell includesRoger Dingledine
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-08-05Take out the TestVia config option, since it was a workaround fortor-0.2.1.4-alphaRoger Dingledine
2008-08-04Make check-spaces happy.Karsten Loesing
2008-08-03Fix a false assertion when extending a circuit to a relay to which a connecti...Karsten Loesing
2008-07-30 r17436@tombo: nickm | 2008-07-30 09:03:19 -0400Nick Mathewson
2008-07-24 r17338@aud-055: nickm | 2008-07-24 11:21:06 +0200Nick Mathewson
2008-07-23 r17322@aud-055: nickm | 2008-07-23 16:50:50 +0200Nick Mathewson
2008-07-23 r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200Nick Mathewson