- Dec 21, 2011
-
-
Nick Mathewson authored
Back in #1240, r1eo linked to information about how this could happen with older Linux kernels in response to nmap. Bugs #4545 and #4547 are about how our approach to trying to deal with this condition was broken and stupid. Thanks to wanoskarnet for reminding us about #1240. This is a fix for the abovementioned bugs, and is a bugfix on 0.1.0.3-rc.
-
- Dec 16, 2011
-
-
Nick Mathewson authored
-
- Dec 15, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Dec 13, 2011
-
-
Sebastian Hahn authored
--enable-gcc-warnings enables two warnings that clang doesn't support, so the build fails. We had hoped clang 3.0 would add those, but it didn't, so let's just always disable those warnings when building with clang. We can still fix it later once they add support
-
- Dec 08, 2011
-
-
Roger Dingledine authored
-
Karsten Loesing authored
-
- Dec 02, 2011
-
-
Nick Mathewson authored
Fixes bug 4531; partial backport of e27a26d5.
-
Nick Mathewson authored
Fixes bug 4535; bugfix on 0.2.2.28-beta; found by "troll_un"
-
Nick Mathewson authored
Fix on 0.2.1.5-alpha; reported by troll_un
-
- 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.
-