Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | Merge branch 'bug34078_prelim_035' into bug34078_prelim_041 | Nick Mathewson | |
2020-05-06 | Add 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-03-18 | Bump version to 0.4.1.9-dev | Nick Mathewson | |
2020-03-18 | Bump version to 0.3.5.10-dev | Nick Mathewson | |
2020-03-13 | Bump to 0.3.5.10 | Nick Mathewson | |
2020-03-13 | Bump to 0.4.1.9 | Nick Mathewson | |
2020-01-30 | Bump to 0.4.1.8-dev | Nick Mathewson | |
2020-01-29 | bump to 0.4.1.8 | Nick Mathewson | |
2019-12-09 | bump to 0.4.1.7-dev | Nick Mathewson | |
2019-12-09 | bump to 0.3.5.9-dev | Nick Mathewson | |
2019-12-05 | bump version to 0.4.1.7 | Nick Mathewson | |
2019-12-05 | Bump version to 0.3.5.9 | Nick Mathewson | |
2019-09-19 | bump to 0.4.1.6-dev | Nick Mathewson | |
2019-09-17 | Bump version to 0.4.1.6 | Nick Mathewson | |
2019-08-20 | bump to 0.4.1.5-dev | Nick Mathewson | |
2019-08-19 | Update version to 0.4.1.5 | Nick Mathewson | |
2019-07-25 | bump to 0.4.1.4-rc-dev | Nick Mathewson | |
2019-07-25 | Bump version to 0.4.1.4-rc | Nick Mathewson | |
2019-06-25 | bump to 0.4.1.3-alpha-dev | Nick Mathewson | |
2019-06-24 | bump to 0.4.1.3-alpha | Nick Mathewson | |
2019-06-06 | bump to 0.4.1.2-alpha-dev | Nick Mathewson | |
2019-06-05 | Bump to 0.4.1.2-alpha | Nick Mathewson | |
2019-05-22 | Now this repository is full of 0.4.1.1-alpha-dev | Nick Mathewson | |
2019-05-22 | Bump to 0.4.1.1-alpha | Nick Mathewson | |
2019-04-27 | Remove obsolete OpenSUSE initscript | rl1987 | |
2019-04-17 | Remove contrib/dist/tor.sh.in | rl1987 | |
2019-03-26 | Merge remote-tracking branch 'tor-github/pr/724' | teor | |
2019-03-22 | Compile time check for being able to fit {unsigned} int inside void pointer | rl1987 | |
2019-03-13 | Merge branch 'pr_722_squashed' | Nick Mathewson | |
2019-03-13 | Silence unneeded clang warns that triggered in prob distr tests. | George Kadianakis | |
See https://trac.torproject.org/projects/tor/ticket/29528#comment:3 and https://bugs.llvm.org/show_bug.cgi?id=19535 | |||
2019-02-26 | Merge branch 'tor-github/pr/655' | David Goulet | |
2019-02-21 | Bump to 0.3.5.8-dev | Nick Mathewson | |
2019-02-21 | Bump to 0.3.5.8 | Nick Mathewson | |
2019-02-19 | Bump to 0.4.1.0-alpha-devtor-0.4.1.0-alpha-dev | Nick Mathewson | |
2019-02-06 | Code for anonymous mappings via mmap() or CreateFileMapping(). | Nick Mathewson | |
Using an anonymous mmap() is a good way to get pages that we can set kernel-level flags on, like minherit() or madvise() or mlock(). We're going to use that so that we can make uninheritable locked pages to store PRNG data. | |||
2019-01-18 | Bump to 0.4.0.1-alpha-dev | Nick Mathewson | |
2019-01-17 | Use openssl's version of sha3 when available. | Nick Mathewson | |
Part of 28837. | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2019-01-16 | Bump to 0.4.0.1-alpha | Nick Mathewson | |
2019-01-07 | Update to 0.3.5.7-dev | Nick Mathewson | |
2019-01-07 | Bump version to 0.3.5.7 | Nick Mathewson | |
2018-12-21 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-12-21 | Try @warning_flags to avoid bloating verbose make logs | Nick Mathewson | |
We now accumulate warning flags in a separate variable, "TOR_WARNING_FLAGS", and write it to a "warning_flags" file. Then we test whether the compiler will accept "@warning_flags": if so, we put "@warning_flags" in the CFLAGS; if not, we copy the contents of "$TOR_WARNING_FLAGS" into the CFLAGS. Closes ticket 28924. | |||
2018-12-18 | Bump version to 0.3.5.6-rc-dev | Nick Mathewson | |
2018-12-18 | Bump to 0.3.5.6-rc | Nick Mathewson | |
2018-11-24 | Rewrite updateVersions script in Python, add datestamp functionality. | Nick Mathewson | |
This updateVersions.pl script was one of the only essential perl scripts left in out maint system, and was the only one that used autoconf to fill in the script. This script adds a feature to define an APPROX_RELEASE_DATE macro that is updated when the version changes. We'll use this to implement prop297, so that we have an accurate view of when a release date happens. | |||
2018-11-19 | Merge remote-tracking branch 'isis/bug25341' into ticket25341_merged_v2 | Nick Mathewson | |
2018-11-16 | Bump to 0.3.5.5-alpha-dev | Nick Mathewson | |
2018-11-16 | Bump to 0.3.5.5-alpha | Nick Mathewson | |