Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-25 | bump to 0.2.8.16-dev | Nick Mathewson | |
2017-10-24 | bump to 0.2.8.16 | Nick Mathewson | |
2017-09-18 | bump to 0.2.8.15-dev | Nick Mathewson | |
2017-09-14 | version bump: 0.2.8.15 | Nick Mathewson | |
2017-06-08 | Add -dev to version number. | Nick Mathewson | |
2017-06-08 | Bump to 0.2.8.14 | Nick Mathewson | |
2017-02-28 | bump version to 0.2.8.13 | Nick Mathewson | |
2016-12-19 | Bump to 0.2.8.12-dev | Nick Mathewson | |
2016-12-19 | Bump to 0.2.8.12 | Nick Mathewson | |
2016-12-08 | Bump to 0.2.8.11-dev | Nick Mathewson | |
2016-12-08 | Bump to 0.2.8.11 | Nick Mathewson | |
2016-12-02 | Bump to 0.2.8.10-dev | Nick Mathewson | |
2016-12-01 | Bump to 0.2.8.10 | Nick Mathewson | |
2016-11-22 | Try to work around breakage in the OSX 10.12 SDK. | Nick Mathewson | |
Apple is supposed to decorate their function declarations with macros to indicate which OSX version introduced them, so that you can tell the compiler that you want to build against certain versions of OSX. But they forgot to do that for clock_gettime() and getentropy(), both of which they introduced in 10.12. This patch adds a kludge to the configure.ac script where, if we detect that we are targeting OSX 10.11 or earlier, we don't even probe to see if the two offending functions are present. Closes ticket 20235. | |||
2016-10-17 | Bump to 0.2.8.9-dev | Nick Mathewson | |
2016-10-17 | bump to 0.2.8.9 | Nick Mathewson | |
2016-09-23 | Bump to 0.2.8.8-dev. | Nick Mathewson | |
2016-09-22 | Update versions to 0.2.8.8 | Nick Mathewson | |
2016-08-24 | bump to 0.2.8.7-dev | Nick Mathewson | |
2016-08-24 | Bump to 0.2.8.7 | Nick Mathewson | |
2016-08-02 | bump maint-0.2.8 to 0.2.8.6-dev | Nick Mathewson | |
2016-07-29 | bump to 0.2.8.6 | Nick Mathewson | |
2016-07-07 | Bump maint-0.2.8 to 0.2.8.5-rc-dev | Nick Mathewson | |
2016-07-05 | Update version to 0.2.8.5-rc. This is not yet a release. | Nick Mathewson | |
2016-06-15 | Bump to 0.2.8.4-rc-dev | Nick Mathewson | |
2016-06-14 | bump version to 0.2.8.4-rc | Nick Mathewson | |
2016-05-26 | Bump to 0.2.8.3-alpha-dev | Nick Mathewson | |
2016-05-26 | Bump to 0.2.8.3-alpha | Nick Mathewson | |
2016-05-24 | Make sure that libscrypt_scrypt actually exists before using it. | Nick Mathewson | |
Previously, if the header was present, we'd proceed even if the function wasn't there. Easy fix for bug 19161. A better fix would involve trying harder to find libscrypt_scrypt. | |||
2016-05-11 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-05-11 | Merge branch 'bug18841_1_025' into maint-0.2.7 | Nick Mathewson | |
2016-05-11 | Undefine _FORTIFY_SOURCE before defining it. | Nick Mathewson | |
This makes our compilation options checks in autoconf work better on systems that already define _FORTIFY_SOURCE. Fixes at least one case of bug 18841; bugfix on 0.2.3.17-beta. Patch from "trudokal". | |||
2016-03-28 | Remove a couple of redundant lines from the makefile | Nick Mathewson | |
Fixes the last case of 17744. | |||
2016-03-28 | and NOW the version is 0.2.8.2-alpha-dev | Nick Mathewson | |
2016-03-28 | Bump version correctly this time | Nick Mathewson | |
2016-03-28 | Bump the version number | Nick Mathewson | |
2016-03-25 | Merge branch 'bug18626_027' | Nick Mathewson | |
2016-03-25 | Remove spurious exit() calls from configure.ac | Nick Mathewson | |
We added these a while ago, but they do no actual good, and cause implicit declaration warnings in some situations. Rather than just adding stdint.h, it's easier to remove the exit() calls as redundant. Fixes bug 18626; bugfix from "cypherpunks" | |||
2016-03-11 | Move Automake options to configure.ac | cypherpunks | |
This will centralize the version configuration in one file to simplify future changes. Also fixes some typos in the Automake options comments. | |||
2016-02-23 | Document required autotools versions | Nick Mathewson | |
CentOS 6 is roughly the oldest thing we care about developers still using, and it has autoconf 2.63 / automake 1.11. These are both older than openssl 1.0.0, so anybody who can't upgrade past those probably can't upgrade to a modern openssl either. And since only people building from git or editing configure.ac/Makefile.am need to use autotools, I'm not totally enthused about keeping support for old ones anyway. Closes ticket 17732. | |||
2016-02-10 | Quotes added on configure script's string comparison. | zerosion | |
Solves #17744 The syntax has been generalized too, so there are only double quotes. Signed-off-by: zerosion <zerosion@protonmail.ch> | |||
2016-02-10 | Merge remote-tracking branch 'sebastian/bug18242' | Nick Mathewson | |
2016-02-10 | Merge remote-tracking branch 'public/bug18184' | Nick Mathewson | |
2016-02-05 | Fix the --disable-asserts-in-tests configure option | Sebastian Hahn | |
2016-02-04 | Bump to 0.2.8.1-alpha-dev | Nick Mathewson | |
2016-02-04 | Make the no-assertions-during-coverage check into a configure option | Nick Mathewson | |
Closes ticket 18242. The rationale here is that I like having coverage on by default in my own working directory, but I always want assertions turned on unless I'm doing branch coverage specifically. | |||
2016-02-04 | Bump version. (This is not yet the release.) | Nick Mathewson | |
2016-01-29 | Remove support for unsigned time_t | Nick Mathewson | |
We've never actually tested this support, and we should probably assume it's broken. To the best of my knowledge, only OpenVMS has this, and even on OpenVMS it's a compile-time option to disable it. And I don't think we build on openvms anyway. (Everybody else seems to be working around the 2038 problem by using a 64-bit time_t, which won't expire for roughly 292 billion years.) Closes ticket 18184. | |||
2016-01-11 | Try a little harder to only use SecureZeroMemory when it's present | Nick Mathewson | |
We could be using AC_CHECK_FUNC_DECL too, but it shouldn't be needed. | |||
2016-01-07 | Use memset_s or explicit_bzero when available. | Nick Mathewson | |