- Dec 19, 2011
-
-
Nick Mathewson authored
-
Preprocessor directives should not be put inside the arguments of a macro. This is not supported on older GCC releases (< 3.3) thus broke compilation on Haiku (running gcc2).
-
On some platforms (Haiku/BeOS) libm lives in libcore. Also added 'network' to the list of libraries to search for connect().
-
- Dec 17, 2011
-
-
Nick Mathewson authored
-
-
test_util_spawn_background_ok() hardcoded the expected value for ENOENT to 2. This isn't portable as error numbers are platform specific, and particularly the hurd has ENOENT at 0x40000002. Construct expected string at runtime, using the correct value for ENOENT (closes: #4733).
-
- Dec 16, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
- Dec 15, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
- Dec 14, 2011
-
-
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 12, 2011
-
-
Robert Ransom authored
If a relay is dormant at startup, it will call init_keys before crypto_set_tls_dh_prime. This is bad. Let's make it not so bad, because someday it *will* happen again.
-
- Dec 10, 2011
-
-
Sebastian Hahn authored
Fixes a small oversight in 5dbfb1b3.
-
- Dec 09, 2011
-
-
Nick Mathewson authored
-
It's inefficient, but the more efficient solution (only try to attach streams aiming for this HS) would require far more complexity for a gain that should be tiny.
-
Fixes bug 4655; bugfix on 0.2.3.3-alpha.
-
Put the 'try attaching streams, clear isolation state if possible, retry attaching streams' loop in its own separate function, where it belongs.
-
- Dec 08, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
this way people with 80-column logs may read more of the warning
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Karsten Loesing authored
-
Sebastian Hahn authored
This re-applies a check-spaces fix that was part of 7920ea55 and got reverted along with the rest of that commit in df1f7232.
-
Sebastian Hahn authored
This re-applies f77f9bdd which got accidentally reverted in 53f535ae. Thanks asn for spotting this.
-
Nick Mathewson authored
-
Nick Mathewson authored
-