- May 14, 2012
-
-
Nick Mathewson authored
This tells the windows headers to give us definitions that didn't exist before XP -- like the ones that we need for IPv6 support. See bug #5861. We didn't run into this issue with mingw, since mingw doesn't respect _WIN32_WINNT as well as it should for some of its definitions.
-
Nick Mathewson authored
We started adding it in 59e2c778 back in 2004, 8 years and 3 days ago. It's time to deprogram ourselves from this cargo cult.
-
- Apr 30, 2012
-
-
Roger Dingledine authored
-
Nick Mathewson authored
I think that the trailing __ got added in false analogy to HAVE_MACRO__func__, HAVE_MACRO__FUNC__, and HAVE_MACRO__FUNCTION__. But those macros actually indicate the presence of __func__, __FUNC__, and __FUNCTION__ respectively. The __ at the end of HAVE_EXTERN_ENVIRON_DECLARED would only be appropriate if the environ were declared__, whatever that means. (As a side-note, HAVE_MACRO__func__ and so on should probably be renamed HAVE_MACRO___func__ and so on. But that can wait.) This is an identifier renaming only.
-
Nick Mathewson authored
We'd had our configure.in test include unistd.h unconditionally, which would fail on Windows/mingw, even though environ _was_ declared there. Fix for 5704; bugfix on 0.2.3.13-alpha. Thanks to Erinn for finding this and rransom for figuring out the problem.
-
- Apr 24, 2012
-
-
The bump from miniupnpc-1.5 to 1.6 changes the definition of two functions used by tor-fw-helper-upnp.c, upnpDiscover() and UPNP_AddPortMapping(). This patch addresses this and adds a check in configure.in for backwards compatibility. Thanks to Nickolay Kolchin-Semyonov for some hints. X-Tor-Bug-URL: https://trac.torproject.org/projects/tor/ticket/5434 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=376621 Signed-off-by:
Anthony G. Basile <blueness@gentoo.org>
-
- Apr 23, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Mar 27, 2012
-
-
Roger Dingledine authored
-
- Mar 26, 2012
-
-
Roger Dingledine authored
-
- Feb 19, 2012
-
-
Sebastian Hahn authored
This would cause a redundant redeclaration warning on some versions of Linux otherwise.
-
- Feb 14, 2012
-
-
OS X would otherwise crash with a segfault when linked statically to some libraries.
-
- Feb 13, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
Previously we'd been using "we have clock_gettime()" as a proxy for "we need -lrt to link a static libevent". But that's not really accurate: we should only add -lrt if searching for clock_gettime function adds -lrt to our libraries.
-
- Jan 31, 2012
-
-
-
Nick Mathewson authored
There was one MS_WINDOWS that remained because it wasn't on a macro line; a few remaining uses (and the definition!) in configure.in; and a now-nonsensical stanza of eventdns_tor.h that previously defined 'WIN32' if it didn't exist.
-
- Jan 23, 2012
-
-
Roger Dingledine authored
-
- Jan 22, 2012
-
-
Roger Dingledine authored
-
- Jan 20, 2012
-
-
Sebastian Hahn authored
This option seems to be supported all the way back to at least 10.4, so enabling it for OS X in general should be fine. If not, someone will yell. With no libs statically linked, that's a 3% win in binary size, with just libevent linked statically, this gives us an advantage of 5% in terms of binary size, and with libevent and openssl statically linked, we gain over 18% or over 500KB. Implements ticket 2915.
-
- Jan 05, 2012
-
-
Nick Mathewson authored
Fixes bug 4829; bug not in any released tor.
-
- Dec 28, 2011
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This resolves bug1827, and lets us avoid freaking people out. Later, we can use it to get a complete list of our interfaces.
-
- Dec 19, 2011
-
-
Nick Mathewson authored
-
On some platforms (Haiku/BeOS) libm lives in libcore. Also added 'network' to the list of libraries to search for connect().
-
- Dec 16, 2011
-
-
Nick Mathewson authored
-
- Dec 15, 2011
-
- 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
-
Roger Dingledine authored
-
- Nov 30, 2011
-
-
-
Steven Murdoch authored
- Link in libws32 and libiphlpapi, needed for libnatpmp (both in ./configure and when compiling tor-fw-helper-natpmp.c) - Define STATICLIB under Windows, to allow tor-fw-helper-natpmp.c to link - Don't include arpa/inet.h which isn't present in Mingw32 and doesn't appear to be needed on either Windows or MacOS X
-
- Nov 23, 2011
-
-
Roger Dingledine authored
-
- Nov 22, 2011
-
-
Roger Dingledine authored
-
- Nov 11, 2011
-
-
Nick Mathewson authored
Yes, the timing functions are suboptimal. Please improve!
-
- Oct 30, 2011
-
- Oct 28, 2011
-
-
Nick Mathewson authored
-
Roger Dingledine authored
-