aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-31
|\
| * Do not report a node as a "chosen exit" when it is not in fact an exit.Nick Mathewson2009-05-31
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Remove support for events without the extended format or long names.Nick Mathewson2009-05-25
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* only log that at loglevel notice if there's a problem with theRoger Dingledine2009-04-11
* Clients replace entry guards that were chosen more than a few monthsRoger Dingledine2009-04-11
* If we have a routerstatus but no routerinfo to name a router, use the routers...Nick Mathewson2009-03-18
* We were already rejecting relay begin cells with destination portRoger Dingledine2009-03-09
* Patch from lark: if we get two extend cells for the same circuit id, drop the...Nick Mathewson2009-02-21
* If we're using bridges and our network goes away, be more willingRoger Dingledine2009-02-04
* Remove some dead code.Nick Mathewson2009-01-28
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* take out my IMPOSSIBLE_TO_DOWNLOAD+1 hackRoger Dingledine2009-01-02
* switch over the bridge descriptor download mechanism toRoger Dingledine2008-12-31
* Actually log reasons on unusable guards again.Nick Mathewson2008-12-29
* Checkpoint my big bug-891 patch.Nick Mathewson2008-12-24
* Partially apply bug 891 parch from forest: check EXTEND cell address against ...Nick Mathewson2008-12-22
* Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson2008-12-22
* When we need to open a new origin circuit, log why.Nick Mathewson2008-12-19
* Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson2008-12-18
* Rename or_is_obsolete and move it to or_connection_t where it belongs.Nick Mathewson2008-12-17
* Don't extend circuits over noncanonical connections with mismatched addresses.Nick Mathewson2008-12-15
* When the client is choosing entry guards, now it selects at mostRoger Dingledine2008-12-08
* when building preemptive circuits, ignore streams that have aRoger Dingledine2008-11-03
* fix the other half of r17091. now that best_support can be -1,Roger Dingledine2008-11-01
* Patch from rovv: when we have no pending streams, choose exits with choose_go...Nick Mathewson2008-10-14
* another coverity-found memory leakRoger Dingledine2008-10-12
* minor memory leak found by coverityRoger Dingledine2008-10-12
* Make sure ExcludeSingleHopRelays works for an exit.Nick Mathewson2008-09-26
* Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson2008-09-26
* Add country-code support to configured node lists to implement the ever-popul...Nick Mathewson2008-09-25
* Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits w...Nick Mathewson2008-09-23
* backport candidate:Roger Dingledine2008-08-31
* Relays now reject risky extend cells: if the extend cell includesRoger Dingledine2008-08-20
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson2008-08-05
* Take out the TestVia config option, since it was a workaround forRoger Dingledine2008-08-05
* Make check-spaces happy.Karsten Loesing2008-08-04
* Fix a false assertion when extending a circuit to a relay to which a connecti...Karsten Loesing2008-08-03
* r17436@tombo: nickm | 2008-07-30 09:03:19 -0400Nick Mathewson2008-07-30
* r17338@aud-055: nickm | 2008-07-24 11:21:06 +0200Nick Mathewson2008-07-24
* r17322@aud-055: nickm | 2008-07-23 16:50:50 +0200Nick Mathewson2008-07-23
* r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200Nick Mathewson2008-07-23
* r17302@aud-055: nickm | 2008-07-23 14:55:28 +0200Nick Mathewson2008-07-23
* r17188@tombo: nickm | 2008-07-18 14:35:18 -0400Nick Mathewson2008-07-18
* Stop trying to detect versions of Tor on the server-side older than 0.1.1.15-...Nick Mathewson2008-07-16
* When relays do their initial bandwidth measurement, don't limitRoger Dingledine2008-07-11
* If you're using bridges, generate "bootstrap problem" warningsRoger Dingledine2008-06-20