- Nov 24, 2011
-
-
Nick Mathewson authored
This avoids a possible strdup of an uninitialized buffer. Fixes 4529; fix on 0.2.1.3-alpha; reported by troll_un.
-
- Nov 23, 2011
-
-
Nick Mathewson authored
-
Backport of 68475fc5 which accidentally only made it into master. Fixes bug 4547. Bug isn't in any released version.
-
- Nov 21, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
Now it will be easier for researchers to simulate Tor networks with different values. Resolves ticket 4484.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 20, 2011
-
-
Sebastian Hahn authored
this gets rid of a warning about signed/unsigned comparison This is a backport of 0a5338e0 that accidentally only went into master
-
Sebastian Hahn authored
This is a backport of bed79c47 which accidentally only went into master
-
- Nov 19, 2011
-
-
Nick Mathewson authored
The function is over 10 or 20% on some of Moritz's profiles, depending on how you could. Since it's checking for a multi-hour timeout, this is safe to do. Fixes bug 4518.
-
- Nov 18, 2011
-
-
Sebastian Hahn authored
Completely disable stats if we aren't running as a relay. We won't collect any anyway, so setting up the infrastructure for them and logging about them is wrong. This also removes a confusing log message that clients without a geoip db would have seen. Fixes bug 4353.
-
- Nov 16, 2011
-
-
Nick Mathewson authored
-
- Nov 15, 2011
-
-
Nick Mathewson authored
Reported by "troll_un"; bugfix on 0.2.0.10-alpha; fixes bug 4349.
-
- Nov 14, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
In Tor 0.2.2, we never need the event base to be notifiable, since we don't call it from other threads. This is a workaround for bug 4457, which is not actually a Tor bug IMO.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 09, 2011
-
-
Nick Mathewson authored
The old behavior was susceptible to the compiler optimizing out our assertion check, *and* could still overflow size_t on 32-bit systems even when it did work.
-
Nick Mathewson authored
-
Sebastian Hahn authored
STMT_VOID semantics suggested by nick, thanks!
-
- Nov 08, 2011
-
-
Robert Ransom authored
-
- Nov 07, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Robert Ransom authored
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- Nov 06, 2011
-
-
Sebastian Hahn authored
-
Fixes bug 4410.
-
- Nov 03, 2011
-
-
Nick Mathewson authored
-
-
- Oct 31, 2011
-
-
Nick Mathewson authored
-
Erinn Clark authored
remove absolute path from contrib/package_nsis-mingw.sh in order to make it easier to automatically build tor expert bundle
-
- Oct 29, 2011
-
-
Sebastian Hahn authored
-
Sebastian Hahn authored
In other parts of the code we will otherwise attempt to collect these statistics, and that will lead to crashes.
-
- Oct 28, 2011
-
-
Nick Mathewson authored
Fix for bug 4299
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-