Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-16 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-16 | Merge remote-tracking branch 'public/bug24652_032' into maint-0.3.2 | Nick Mathewson | |
2018-01-09 | Increment version to 0.3.2.9-dev | Nick Mathewson | |
2018-01-08 | Increment version to 0.3.2.9 | Nick Mathewson | |
2018-01-04 | Use -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-21 | Increment version to 0.3.2.8-rc-dev | Nick Mathewson | |
2017-12-21 | Increment version to 0.3.2.8-rc | Nick Mathewson | |
2017-12-14 | bump to 0.3.2.7-rc-dev | Nick Mathewson | |
2017-12-13 | update to 0.3.2.7-rc | Nick Mathewson | |
2017-12-13 | build: 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-12 | Merge remote-tracking branch 'ahf-oniongit/bugs/24362' | Nick Mathewson | |
2017-12-12 | Make configure log messages less confusing during static builds | teor | |
Closes #24558. | |||
2017-12-11 | Merge remote-tracking branch 'public/feature24427' | Nick Mathewson | |
2017-12-11 | Add 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-08 | Merge branch 'macro_free_v2_squashed' | Nick Mathewson | |
2017-12-08 | Make tor_free only evaluate its input once (at least on gcc and clang) | Nick Mathewson | |
2017-12-08 | Use 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-01 | bump to 0.3.2.6-alpha-dev | Nick Mathewson | |
2017-11-30 | bump to 0.3.2.6-alpha | Nick Mathewson | |
2017-11-29 | Switch -Wnormalized=id to -Wnormalized=nfkc | Fernando 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-22 | bump to 0.3.2.5-alpha-dev | Nick Mathewson | |
2017-11-21 | Merge branch 'ticket23953_033_squashed' | Nick Mathewson | |
2017-11-21 | Use stdatomic.h for atomic_counter_t where available. | Nick Mathewson | |
Closes ticket 23953. | |||
2017-11-21 | Remove /usr/athena from search path in configure.ac | Fernando Fernandez Mancera | |
Fixes #24363 Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | |||
2017-11-21 | bump version to 0.3.2.5-alpha | Nick Mathewson | |
2017-11-20 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-20 | Include ws2_32 when trying to link openssl on windows in autoconf | Nick Mathewson | |
Fixes bug 23783; bugfix on 0.3.2.2-alpha when we started looking for TLSv1_1_method(). | |||
2017-11-20 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-20 | Merge remote-tracking branches 'public/ticket24315_029' and ↵ | Nick Mathewson | |
'public/bug24198_029' into maint-0.3.2 | |||
2017-11-16 | Check the libc version to decide whether to allow openat. | Nick Mathewson | |
2017-11-15 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-15 | Merge branch 'bug24279_030' into maint-0.3.2 | Nick Mathewson | |
2017-11-15 | Fix configure libevent memory leak | Alex Xu (Hello71) | |
Breaks build with externally-specified hardening flags. | |||
2017-11-08 | bump to 0.3.2.4-alpha-dev | Nick Mathewson | |
2017-11-07 | Bump to 0.3.2.4-alpha | Nick Mathewson | |
2017-11-01 | rename {,TOR_}RUST_DEPENDENCIES | Sebastian Hahn | |
2017-11-01 | Merge branch 'tor_api_squashed' | Nick Mathewson | |
2017-11-01 | Add a small library to emulate tor_run_main() with exec() | Nick Mathewson | |
2017-10-27 | bump to 0.3.2.3-alpha-dev. | Nick Mathewson | |
2017-10-27 | Merge branch 'protover-rust-impl_squashed' | Nick Mathewson | |
2017-10-27 | refactor build infrastructure for single rust binary | Chelsea Holland Komlo | |
2017-10-27 | use tor allocator for string allocation in rust | Chelsea Holland Komlo | |
2017-10-27 | rust implementation of protover | Chelsea Holland Komlo | |
2017-10-27 | update to 0.3.2.3-alpha | Nick Mathewson | |
2017-10-25 | bump to 0.3.0.12-dev | Nick Mathewson | |
2017-10-25 | bump to 0.2.9.13-dev | Nick Mathewson | |
2017-10-24 | bump to 0.3.0.12 | Nick Mathewson | |
2017-10-24 | bump to 0.2.9.13 | Nick Mathewson | |
2017-10-15 | bump version on master to 0.3.3.0-alpha-devtor-0.3.3.0-alpha-dev | Nick Mathewson | |
2017-10-02 | bump master to 0.3.2.2-alpha-dev | Nick Mathewson | |