- Jan 30, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 23, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 11, 2017
-
-
Nick Mathewson authored
-
- Dec 23, 2016
-
-
This commit removes more code related to the old tor-fw-helper which was removed in ticket 13338. Closes ticket 21024.
-
-
Turning on warnings in Automake makes it complain about not using the AM_PROG_AR macro. The AM_PROG_AR macro is required when LIBRARIES or LTLIBRARIES is used. The macro looks for an archiver and wraps it in the ar-lib script which is automatically generated so Git should ignore it. It makes the custom check for 'ar' obsolete so it is removed. The AM_PROG_AR macro was added in Automake 1.11.2 thus the minimum Automake version is increased.
-
The AC_PROG_SED macro was added in Autoconf 2.59b and the minimum supported Autoconf version is now 2.63 so we can safely assume it is available.
-
-
Nick Mathewson authored
(event_init() is obsoleted in libevent 2.) Fixes bug 21051; bugfix on 0.2.9.1-alpha when we dropped libevent 1 support.
-
- Dec 19, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Dec 16, 2016
-
-
Nick Mathewson authored
This reverts commit 954eeda6. Apparently, OpenBSD is what expects you to declare environ yourself. So 19142 is a wontfix.
-
Also permit users to override the Perl variable with relative paths.
-
- Dec 12, 2016
-
-
Nick Mathewson authored
There seems to be pretty good evidence that it's always declared, and that checking for it is pointless. Closes ticket 19142.
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes 20935.
-
Nick Mathewson authored
-
- Dec 08, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Dec 02, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Dec 01, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 23, 2016
-
-
Nick Mathewson authored
Apple is supposed to decorate their function declarations with macros to indicate which OSX version introduced them, so that you can tell the compiler that you want to build against certain versions of OSX. But they forgot to do that for clock_gettime() and getentropy(), both of which they introduced in 10.12. This patch adds a kludge to the configure.ac script where, if we detect that we are targeting OSX 10.11 or earlier, we don't even probe to see if the two offending functions are present. Closes ticket 20235.
-
- Nov 08, 2016
-
-
Nick Mathewson authored
-
- Nov 07, 2016
-
-
Nick Mathewson authored
-
- Nov 02, 2016
-
-
- Oct 19, 2016
-
-
Nick Mathewson authored
-
- Oct 17, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-