- Aug 20, 2009
-
-
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".
-
Nick Mathewson authored
Fixes bug in f57883a3.
-
Nick Mathewson authored
Add a new function to derive the declared method list from consensus_method_is_supported().
-
Nick Mathewson authored
(This would be everywhere running OpenSSL 0.9.7x and earlier, including all current Macintosh users.) The code is based on Tom St Denis's LibTomCrypt implementation, modified to be way less general and use Tor's existing facilities. I picked this one because it was pretty fast and pretty free, and because Python uses it too.
-
- Aug 19, 2009
-
-
Nick Mathewson authored
This adds an openssl 0.9.8 dependency. Let's see if anybody cares.
-
- Aug 14, 2009
-
-
Nick Mathewson authored
-
- Aug 13, 2009
-
-
Nick Mathewson authored
-
- Aug 11, 2009
-
-
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.
-
- Aug 10, 2009
-
-
Roger Dingledine authored
-
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
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Mike Perry authored
-
Mike Perry authored
-
Mike Perry authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
I don't think we actually use (or plan to use) strtok_r in a reentrant way anywhere in our code, but would be nice not to have to think about whether we're doing it.
-
- Aug 09, 2009
-
-
Nick Mathewson authored
-
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.
-
- Aug 07, 2009
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Aug 06, 2009
-
-
Mike Perry authored
Also div vote and other bandwidth by 1000, not 1024.
-
Mike Perry authored
-
Mike Perry authored
Also: simplify complicated filtering steps, always take the most recent measurement, and use slightly smaller file sizes based on measurements.
-
Mike Perry authored
Also mention rounding step.
-
Mike Perry authored
"Measured=" is present in votes regardless of consensus method.
-
Roger Dingledine authored
in case it's broken.
-
Mike Perry authored
-
- Aug 03, 2009
-
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
- Aug 02, 2009
-
-
Andrew Lewman authored
-
- Aug 01, 2009
-
-
Karsten Loesing authored
-