summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2018-08-15Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-08-08Don't search for -lpthread on WindowsNick Mathewson
If we're building for Windows, we want to use windows threads no matter what, and we don't want to link a pthread library even if it is present. Fixes bug 27081; bugfix on 1790dc67607799a in 0.1.0.1-rc.
2018-08-03Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-26Don't disable an unsupported compiler warningTaylor Yu
Conditionalize the pragma that temporarily disables -Wunused-const-variable. Some versions of gcc don't support it. We need to do this because of an apparent bug in some libzstd headers. Fixes bug 26785; bugfix on 0.3.2.11.
2018-07-11When setting a nonstandard malloc, disable the system malloc.Nick Mathewson
Closes ticket 20424.
2018-06-26Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-26Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-21Prefer recent Python 3 in autoconf.Nick Mathewson
Closes ticket 26372.
2018-03-13Add a missing prototype to our libevent configure stanza.Nick Mathewson
Fixes bug 25474; bugfix on 0.3.2.5-alpha.
2018-03-03bump version to 0.3.2.10-devNick Mathewson
2018-03-03version bump to 0.3.1.10-devNick Mathewson
2018-03-03Bump version to 0.2.9.15-devNick Mathewson
2018-03-01version bump to 0.3.2.10Nick Mathewson
2018-03-01Update to 0.3.1.10Nick Mathewson
2018-03-01version bump to 0.2.9.15Nick Mathewson
2018-02-11Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-11Merge branch 'ticket24315_029' into maint-0.2.9Nick Mathewson
2018-01-16Merge remote-tracking branch 'public/bug24652_032' into maint-0.3.2Nick Mathewson
2018-01-09Increment version to 0.3.2.9-devNick Mathewson
2018-01-08Increment version to 0.3.2.9Nick Mathewson
2018-01-04Use -lresolv in LIBS with rust on OSX.Nick Mathewson
This fixes issue #24652, and is a workaround for Rust issue https://github.com/rust-lang/rust/issues/46797 .
2017-12-21Increment version to 0.3.2.8-rc-devNick Mathewson
2017-12-21Increment version to 0.3.2.8-rcNick Mathewson
2017-12-14bump to 0.3.2.7-rc-devNick Mathewson
2017-12-13update to 0.3.2.7-rcNick Mathewson
2017-12-01bump to 0.3.2.6-alpha-devNick Mathewson
2017-12-01bump to 0.3.1.9-devNick Mathewson
2017-12-01bump to 0.2.9.14-devNick Mathewson
2017-11-30bump to 0.3.2.6-alphaNick Mathewson
2017-11-30version bump to 0.3.1.9Nick Mathewson
2017-11-30version bump to 0.2.9.14Nick Mathewson
2017-11-22bump to 0.3.2.5-alpha-devNick Mathewson
2017-11-21bump version to 0.3.2.5-alphaNick Mathewson
2017-11-20Include ws2_32 when trying to link openssl on windows in autoconfNick Mathewson
Fixes bug 23783; bugfix on 0.3.2.2-alpha when we started looking for TLSv1_1_method().
2017-11-20Merge remote-tracking branches 'public/ticket24315_029' and ↵Nick Mathewson
'public/bug24198_029' into maint-0.3.2
2017-11-16Check the libc version to decide whether to allow openat.Nick Mathewson
2017-11-15Merge branch 'bug24279_030' into maint-0.3.2Nick Mathewson
2017-11-15Fix configure libevent memory leakAlex Xu (Hello71)
Breaks build with externally-specified hardening flags.
2017-11-08bump to 0.3.2.4-alpha-devNick Mathewson
2017-11-07Bump to 0.3.2.4-alphaNick Mathewson
2017-10-27bump to 0.3.2.3-alpha-dev.Nick Mathewson
2017-10-27update to 0.3.2.3-alphaNick Mathewson
2017-10-25bump to 0.3.1.8-devNick Mathewson
2017-10-25bump to 0.3.0.12-devNick Mathewson
2017-10-25bump to 0.2.9.13-devNick Mathewson
2017-10-24bump to 0.3.1.8Nick Mathewson
2017-10-24bump to 0.3.0.12Nick Mathewson
2017-10-24bump to 0.2.9.13Nick Mathewson
2017-10-02bump master to 0.3.2.2-alpha-devNick Mathewson
2017-10-02Bump version to 0.3.2.2-alpha.Alexander Færøy
Signed-off-by: Isis Lovecruft <isis@torproject.org>