- 26 Aug, 2009 3 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
- 21 Aug, 2009 1 commit
-
-
Nick Mathewson authored
Note that unlike subversion revision numbers, it isn't meaningful to compare these for anything but equality. We define a sort-order anyway, in case one of these accidentally slips into a recommended-versions list.
-
- 20 Aug, 2009 2 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
If any the v3 certs we download are unparseable, we should actually notice the failure so we don't retry indefinitely. Bugfix on 0.2.0.x; reported by "rotator".
-
- 19 Aug, 2009 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 11 Aug, 2009 1 commit
-
-
Karsten Loesing authored
The more verbose logs that were added in ee58153b also include a string that might not have been initialized. This can lead to segfaults, e.g., when setting up private Tor networks. Initialize this string with NULL.
-
- 10 Aug, 2009 2 commits
-
-
Roger Dingledine authored
Send circuit or stream sendme cells when our window has decreased by 100 cells, not when it has decreased by 101 cells. Bug uncovered by Karsten when testing the "reduce circuit window" performance patch. Bugfix on the 54th commit on Tor -- from July 2002, before the release of Tor 0.0.0. This is the new winner of the oldest-bug prize.
-
Roger Dingledine authored
-
- 09 Aug, 2009 1 commit
-
-
Jacob Appelbaum authored
This is a patch to remove support for .noconnect. We are removing .noconnect because of a talk at Defcon 17 by Gregory Fleischer.
-
- 29 Jul, 2009 1 commit
-
-
Roger Dingledine authored
also bring the release notes up to date
-
- 28 Jul, 2009 6 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Relays no longer publish a new server descriptor if they change their MaxAdvertisedBandwidth config option but it doesn't end up changing their advertised bandwidth numbers. Bugfix on 0.2.0.28-rc; fixes bug 1026. Patch from Sebastian.
-
Roger Dingledine authored
Now it will look like the fingerprints in our bridges documentation, and confuse fewer users.
-
Roger Dingledine authored
Specifically, every time we get a create cell but we have so many already queued that we refuse it. Bugfix on 0.2.0.19-alpha; fixes bug 1034. Reported by BarkerJr.
-
Roger Dingledine authored
The problem is that clients and hidden services are receiving relay_early cells, and they tear down the circuit. Hack #1 is for rendezvous points to rewrite relay_early cells to relay cells. That way there are never any incoming relay_early cells. Hack #2 is for clients and hidden services to never send a relay_early cell on an established rendezvous circuit. That works around rendezvous points that haven't upgraded yet. Hack #3 is for clients and hidden services to not tear down the circuit when they receive an inbound relay_early cell. We already refuse extend cells at clients.
-
- 24 Jul, 2009 3 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- 15 Jul, 2009 3 commits
-
-
Karsten Loesing authored
Changes to directory request statistics: - Rename GEOIP statistics to DIRREQ statistics, because they now include more than only GeoIP-based statistics, whereas other statistics are GeoIP-dependent, too. - Rename output file from geoip-stats to dirreq-stats. - Add new config option DirReqStatistics that is required to measure directory request statistics. - Clean up ChangeLog. Also ensure that entry guards statistics have access to a local GeoIP database.
-
Karsten Loesing authored
-
Nick Mathewson authored
-
- 13 Jul, 2009 1 commit
-
-
Jacob Appelbaum authored
This new option will allow clients to download the newest fresh consensus much sooner than they normally would do so, even if they previously set FetchDirInfoEarly. This includes a proper ChangeLog entry and an updated man page.
-
- 09 Jul, 2009 1 commit
-
-
Karsten Loesing authored
-
- 07 Jul, 2009 1 commit
-
-
Nick Mathewson authored
Patch by Roger; fixes bug 1027.
-
- 05 Jul, 2009 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 04 Jul, 2009 1 commit
-
-
Karsten Loesing authored
-
- 02 Jul, 2009 3 commits
-
-
[Original patch series from Karsten, revised and squashed by Nick]
-
-
The internal error "could not find intro key" occurs when we want to send an INTRODUCE1 cell over a recently finished introduction circuit and think we built the introduction circuit with a v2 hidden service descriptor, but cannot find the introduction key in our descriptor. My first guess how we can end up in this situation is that we are wrong in thinking that we built the introduction circuit based on a v2 hidden service descriptor. This patch checks if we have a v0 descriptor, too, and uses that instead.
-
- 30 Jun, 2009 1 commit
-
-
- 25 Jun, 2009 1 commit
-
-
but continue capping bandwidths we see in local server descriptors, if we have no consensus weights for them.
-
- 24 Jun, 2009 1 commit
-
-
Marcus Griep authored
-
- 22 Jun, 2009 2 commits
-
-
-
Nick Mathewson authored
arma's rationale: "I think this is a bug, since people intentionally set DirPortFrontPage, so they really do want their relay to serve that page when it's asked for. Having it appear only sometimes (or roughly never in Sebastian's case) makes it way less useful." Fixes bug 1013; bugfix on 0.2.1.8-alpha.
-
- 20 Jun, 2009 1 commit
-
-
Nick Mathewson authored
-