summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2010-01-27Allow generating documentation from asciidoc in the MakefileSebastian Hahn
2010-01-260.2.2.8-alpha is coming out today sometimetor-0.2.2.8-alphaRoger Dingledine
2010-01-24Merge commit 'origin/maint-0.2.1'Nick Mathewson
Resolved conflicts in: configure.in src/or/Makefile.am src/tools/Makefile.am
2010-01-24Add --enable-static-(openssl|libevent) optionsNick Mathewson
These options only work when using --with-(openssl|libevent)-dir to explicitly pick a libevent or openssl location.
2010-01-24New configure option: --enable-gcc-warnings-advisoryPeter Palfrader
the new configure option --enable-gcc-warnings-advisory enables all the gcc flags that --enable-gcc-warnings does with the exception of -Werror.
2010-01-19bump to 0.2.2.7-alphator-0.2.2.7-alphaRoger Dingledine
2010-01-19bump to 0.2.1.22, and give it a changelogtor-0.2.1.22Roger Dingledine
2009-12-21bump to 0.2.1.21 so we can releasetor-0.2.1.21Roger Dingledine
2009-11-21bump to 0.2.2.6-alpha-devRoger Dingledine
2009-11-20Fix compilation on OSX 10.3.Nick Mathewson
On this OSX version, there is a stub mlockall() function that doesn't work, *and* the declaration for it is hidden by an '#ifdef _P1003_1B_VISIBLE'. This would make autoconf successfully find the function, but our code fail to build when no declaration was found. This patch adds an additional test for the declaration.
2009-11-19bump to 0.2.2.6-alphator-0.2.2.6-alphaRoger Dingledine
2009-11-14Fix compilation with with bionic libc.Jacob Appelbaum
This fixes bug 1147: bionic doesn't have an actual implementation of mlockall(); mlockall() is merely in the headers but not actually in the library. This prevents Tor compilation with the bionic libc for Android handsets.
2009-10-15bump to 0.2.1.20tor-0.2.1.20Roger Dingledine
2009-10-12bump to 0.2.2.5-alpha-devRoger Dingledine
2009-10-11bump to 0.2.2.5-alphaRoger Dingledine
2009-10-10bump to 0.2.2.4-alphaRoger Dingledine
2009-09-23Move testing code into new src/test directory.Nick Mathewson
2009-09-23Bump version to 0.2.2.3-alpha-devNick Mathewson
2009-09-22bump to 0.2.2.3-alpha, plus add a changelog for bug 1103Roger Dingledine
2009-09-21Bump version to 0.2.2.2-alpha-devNick Mathewson
2009-09-21bump to 0.2.2.2-alphaRoger Dingledine
2009-08-27bump to 0.2.2.1-alpha-devRoger Dingledine
2009-08-26bump to 0.2.2.1-alphaRoger Dingledine
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-20autoconf 2.59 appears not to support AC_PROG_SEDRoger Dingledine
2009-08-17Remove ./configure option for cell statistics.Karsten Loesing
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-08-14Remove ./configure option for exit port statistics.Karsten Loesing
2009-07-28bump to 0.2.1.19tor-0.2.1.19Roger Dingledine
2009-07-24bump to 0.2.1.18tor-0.2.1.18Roger Dingledine
2009-07-15Some tweaks to statistics.Karsten Loesing
Changes to directory request statistics: - Rename GEOIP statistics to DIRREQ statistics, because they now include more than only GeoIP-based statistics, whereas other statistics are GeoIP-dependent, too. - Rename output file from geoip-stats to dirreq-stats. - Add new config option DirReqStatistics that is required to measure directory request statistics. - Clean up ChangeLog. Also ensure that entry guards statistics have access to a local GeoIP database.
2009-07-07Merge commit 'karsten/entrystats-master'Nick Mathewson
Conflicts: ChangeLog configure.in src/or/config.c src/or/or.h
2009-07-07Bump version to 0.2.1.17-rc-devNick Mathewson
2009-07-07Bump version to 0.2.1.17-rctor-0.2.1.17-rcNick Mathewson
2009-07-05If configured, write entry-node statistics to disk periodically.Karsten Loesing
2009-07-05If configured, write cell statistics to disk periodically.Karsten Loesing
2009-07-02If configured, write per-port exit statistics to disk periodically.Karsten Loesing
[Original patch series from Karsten, revised and squashed by Nick]
2009-06-20Bump version to 0.2.1.16-rc.devNick Mathewson
2009-06-20Bump version to 0.2.1.16-rctor-0.2.1.16-rcNick Mathewson
2009-06-12Make Tor compile with Libevent 1.0 again.Nick Mathewson
2009-06-12Move the Libvent setup logic into compat_libevent from config.Nick Mathewson
This has been some pretty ugly and voodoo-laden code. I've tried to clean it up a bit, but more work probably remains.
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
This patch adds a new compat_libevent.[ch] set of files, and moves our Libevent compatibility and utilitity functions there. We build them into a separate .a so that nothing else in src/commmon depends on Libevent (partially fixing bug 507). Also, do not use our own built-in evdns copy when we have Libevent 2.0, whose evdns is finally good enough (thus fixing Bug 920).
2009-05-25Bump version to 0.2.1.15-rc-dev.Nick Mathewson
2009-05-25bump to 0.2.1.15-rctor-0.2.1.15-rcRoger Dingledine
2009-05-05Remove all svn metadata minus what I missed.Sebastian Hahn
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement.
2009-04-29Command-line option to dump SHA1 digests of all source files.Nick Mathewson
Now, when you call tor --digests, it dumps the SHA1 digest of each source file that Tor was built with. We support both 'sha1sum' and 'openssl sha1'. If the user is building from a tarball and they haven't edited anything, they don't need any program that calculates SHA1. If they _have_ modified a file but they don't have a program to calculate SHA1, we try to build so we do not output digests.
2009-04-29Bump master version to 0.2.2.0-alpha-dev.Nick Mathewson
2009-04-29Bump 0.2.1 branch version to 0.2.1.14-rc-devNick Mathewson
2009-04-12bump to 0.2.1.14-rcRoger Dingledine
svn:r19306
2009-03-09bump to 0.2.1.13-alpha-devRoger Dingledine
svn:r18830