summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2020-08-11bump version to 0.4.4.4-rcNick Mathewson
2020-07-27bump to 0.4.4.3-alpha-devNick Mathewson
2020-07-27Bump to 0.4.4.3-alphaNick Mathewson
2020-07-09Bump to 0.4.4.2-alpha-devNick Mathewson
2020-07-09Update version to 0.4.4.2-alpha.Nick Mathewson
2020-06-16Bump to 0.4.4.1-alpha-devNick Mathewson
2020-06-15Bump to 0.4.4.1-alphaNick Mathewson
2020-05-15Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-15Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-15Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-15Merge branch 'maint-0.3.5' into maint-0.4.1maint-0.4.1Nick Mathewson
2020-05-15Fix use of non-portable == in configure.ac.Nick Mathewson
Fixes bug 34233. (This has bug has been backported to 0.3.5, but only released in 0.4.3, so it only needs a changes file there.)
2020-05-15bump to 0.4.3.5-devNick Mathewson
2020-05-14bump to 0.4.3.5Nick Mathewson
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06Add a fallthrough macro.Nick Mathewson
This macro defers to __attribute__((fallthrough)) on GCC (and clang). Previously we had been using GCC's magic /* fallthrough */ comments, but clang very sensibly doesn't accept those. Since not all compiler recognize it, we only define it when our configure script detects that it works. Part of a fix for 34078.
2020-04-13bump to 0.4.3.4-rc-devNick Mathewson
2020-04-09bump to 0.4.3.4-rcNick Mathewson
2020-04-09Merge remote-tracking branch 'tor-github/pr/1723/head' into maint-0.4.3Nick Mathewson
2020-04-01Merge branch 'maint-0.4.3'teor
2020-04-01configure: Fix enabled module variable expansionDavid Goulet
Fixes #33646 Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-03-18Bump version to 0.4.2.7-devNick Mathewson
2020-03-18Bump version to 0.4.1.9-devNick Mathewson
2020-03-18Bump version to 0.3.5.10-devNick Mathewson
2020-03-17Merge branch 'pr1777_squashed'teor
2020-03-17Add --enable-all-bugs-are-fatal option to configurerl1987
This option enables the ALL_BUGS_ARE_FATAL macro. And use --enable-all-bugs-are-fatal in the Travis configuration.
2020-03-13Bump to 0.3.5.10Nick Mathewson
2020-03-13Bump to 0.4.1.9Nick Mathewson
2020-03-13Bump to 0.4.2.7.Nick Mathewson
2020-03-10Bump to 0.4.3.3-alpha.Nick Mathewson
2020-03-09Merge branch 'tor-github/pr/1723'David Goulet
2020-02-13err/log: Stop closing stderr and stdout during shutdownteor
Closing these file descriptors can hide sanitiser logs. Instead, flush the logs before tor exits, using fsync(). Some Windows environments don't have fsync(), so we check for it at compile time. Fixes bug 33087; bugfix on 0.4.1.6.
2020-02-10Update to 0.4.4.0-alpha-devtor-0.4.4.0-alpha-devNick Mathewson
2020-02-10Update to 0.4.3.2-alpha-devNick Mathewson
2020-02-10bump to 0.4.3.2-alphaNick Mathewson
2020-02-06configure: Fix and improve summary pretty printingDavid Goulet
Fixes #32230 Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-01-30bump to 0.4.2.6-devNick Mathewson
2020-01-30Bump to 0.4.1.8-devNick Mathewson
2020-01-29Bump version to 0.4.2.6Nick Mathewson
2020-01-29bump to 0.4.1.8Nick Mathewson
2020-01-22Bump to 0.4.3.1-alpha-devNick Mathewson
2020-01-21Bump to 0.4.3.1-alphaNick Mathewson
2020-01-16Document why dircache is not included in --list-modulesNick Mathewson
2020-01-16Define a "dircache" module.Nick Mathewson
For now, this module is enabled whenever the relay module is enabled, and disabled whenever the relay module is disabled. Though they are logically separate, the use cases for running one without the other are rare enough that we don't really want to support compiling them independently.
2019-12-09bump to 0.4.2.5-devNick Mathewson
2019-12-09bump to 0.4.1.7-devNick Mathewson
2019-12-09bump to 0.3.5.9-devNick Mathewson