summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2018-01-16Merge branch 'maint-0.3.2'Nick 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-13build: Add pretty printing of results of rust autoconf checks.Isis Lovecruft
* ADDS several `AC_MSG_RESULT`s which print the result of our checks for our rust dependencies and a check for a suitable rustc compiler version. * FIXES #24612: https://bugs.torproject.org/24612
2017-12-12Merge remote-tracking branch 'ahf-oniongit/bugs/24362'Nick Mathewson
2017-12-12Make configure log messages less confusing during static buildsteor
Closes #24558.
2017-12-11Merge remote-tracking branch 'public/feature24427'Nick Mathewson
2017-12-11Add support for Android's logging subsystem.Alexander Færøy
This patch adds support for Android's logging subsystem in Tor. When debugging Android applications it is useful to be able to collect information about the application running on the platform via the various system services that is available on the platform. This patch allows you to add "Log notice android" to your torrc and have Tor send everything above and including the notice severity to Android's ring buffer which can be inspected using the 'adb logcat' program. See: https://bugs.torproject.org/24362
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Make tor_free only evaluate its input once (at least on gcc and clang)Nick Mathewson
2017-12-08Use mach_approximate_time() for coarse time where available.Nick Mathewson
This lets us have a coarse-time implementation with reasonable performance characteristics on OSX and iOS. Implements 24427.
2017-12-01bump to 0.3.2.6-alpha-devNick Mathewson
2017-11-30bump to 0.3.2.6-alphaNick Mathewson
2017-11-29Switch -Wnormalized=id to -Wnormalized=nfkcFernando Fernandez Mancera
Modified -Wnormalized flag to nfkc option in configure.ac to avoid source code identifier confusion. Fixes #24467 Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
2017-11-22bump to 0.3.2.5-alpha-devNick Mathewson
2017-11-21Merge branch 'ticket23953_033_squashed'Nick Mathewson
2017-11-21Use stdatomic.h for atomic_counter_t where available.Nick Mathewson
Closes ticket 23953.
2017-11-21Remove /usr/athena from search path in configure.acFernando Fernandez Mancera
Fixes #24363 Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
2017-11-21bump version to 0.3.2.5-alphaNick Mathewson
2017-11-20Merge branch 'maint-0.3.2'Nick 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 branch 'maint-0.3.2'Nick Mathewson
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 'maint-0.3.2'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-11-01rename {,TOR_}RUST_DEPENDENCIESSebastian Hahn
2017-11-01Merge branch 'tor_api_squashed'Nick Mathewson
2017-11-01Add a small library to emulate tor_run_main() with exec()Nick Mathewson
2017-10-27bump to 0.3.2.3-alpha-dev.Nick Mathewson
2017-10-27Merge branch 'protover-rust-impl_squashed'Nick Mathewson
2017-10-27refactor build infrastructure for single rust binaryChelsea Holland Komlo
2017-10-27use tor allocator for string allocation in rustChelsea Holland Komlo
2017-10-27rust implementation of protoverChelsea Holland Komlo
2017-10-27update to 0.3.2.3-alphaNick 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.0.12Nick Mathewson
2017-10-24bump to 0.2.9.13Nick Mathewson
2017-10-15bump version on master to 0.3.3.0-alpha-devtor-0.3.3.0-alpha-devNick Mathewson
2017-10-02bump master to 0.3.2.2-alpha-devNick Mathewson