Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-02-10 | Merge remote-tracking branch 'public/bug18184' | Nick Mathewson | |
2016-02-04 | Bump to 0.2.8.1-alpha-dev | Nick Mathewson | |
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. | |||
2015-09-25 | Bump master to 0.2.8.0-alpha-dev | Nick Mathewson | |
2015-09-25 | Bump to 0.2.7.3-rc-dev | Nick Mathewson | |
2015-09-24 | Increment version. | Nick Mathewson | |
2015-07-27 | Bump version to 0.2.7.2-alpha-dev | Nick Mathewson | |
2015-07-23 | Bump version (and explain how) | Nick Mathewson | |
2015-06-29 | Try a little harder to fix the tor-ci-windows builder, or figure out why it ↵ | Nick Mathewson | |
is broke | |||
2015-05-12 | Bump version to 0.2.7.1-alpha-dev | Nick Mathewson | |
2015-05-11 | Bump version to 0.2.7.1-alpha. (This is not the release yet.) | Nick Mathewson | |
2015-02-24 | Bump master to 0.2.7tor-0.2.7.0-root | Nick Mathewson | |
2015-02-19 | bump version to 0.2.6.3-alpha-dev | Nick Mathewson | |
2015-02-19 | Increment version to 0.2.6.3-alpha | Nick Mathewson | |
2014-12-31 | Bump version to 0.2.6.2-alpha-dev | Nick Mathewson | |
2014-12-31 | bump the version to 0.2.6.2-alpha | Nick Mathewson | |
2014-10-30 | Bump version to 0.2.6.1-alpha-dev | Nick Mathewson | |
2014-10-30 | Bump version to 0.2.6.1-alpha | Nick Mathewson | |
2014-10-27 | Remove configure option to disable curve25519 | Sebastian Hahn | |
By now, support in the network is widespread and it's time to require more modern crypto on all Tor instances, whether they're clients or servers. By doing this early in 0.2.6, we can be sure that at some point all clients will have reasonable support. | |||
2014-09-09 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-09 | Clean up the MVSC nmake files so they work again. | Nick Mathewson | |
Fixes bug 13081; bugfix on 0.2.5.1-alpha. Patch from "NewEraCracker." | |||
2014-07-28 | bump to 0.2.5.6-alpha | Roger Dingledine | |
2014-06-20 | Thread support is now required | Nick Mathewson | |
Long ago we supported systems where there was no support for threads, or where the threading library was broken. We shouldn't have do that any more: on every OS that matters, threads exist, and the OS supports running threads across multiple CPUs. This resolves tickets 9495 and 12439. It's a prerequisite to making our workqueue code work better, since sensible workqueue implementations don't split across multiple processes. | |||
2014-06-20 | Remove code for Windows CE support | Nick Mathewson | |
As far as I know, nobody has used this in ages. It would be a pretty big surprise if it had worked. Closes ticket 11446. | |||
2014-06-18 | Bump version in master to 0.2.6.0-alpha-dev | Nick Mathewson | |
2014-06-18 | Bump version to Tor 0.2.5.5-alpha-dev | Nick Mathewson | |
2014-06-16 | bump version to 0.2.5.5-alpha. Not released yet. | Nick Mathewson | |
2014-04-25 | Bump version to 0.2.5.4-alpha-dev | Nick Mathewson | |
2014-04-25 | Bump version to 0.2.5.4-alpha. | Nick Mathewson | |
Probably releasing within ~22 hours, pending testing | |||
2014-03-23 | bump to 0.2.5.3-alpha-dev | Nick Mathewson | |
2014-03-22 | Increment version to 0.2.5.3-alpha | Nick Mathewson | |
2014-02-13 | bump to 0.2.5.2-alphator-0.2.5.2-alpha | Roger Dingledine | |
2013-10-02 | Bump version to 0.2.5.1-alpha-dev | Nick Mathewson | |
2013-10-01 | bump to 0.2.5.1-alpha | Roger Dingledine | |
2013-03-01 | Whoops. I forgot the "alpha" | Nick Mathewson | |
2013-03-01 | Bump version in master to 0.2.5.0-alpha-dev | Nick Mathewson | |
2013-02-07 | Have autoconf check whether enums are signed. | Nick Mathewson | |
Fixes bug 7727; fix on 0.2.4.10-alpha. | |||
2013-02-04 | bump to 0.2.4.10-alpha-dev | Roger Dingledine | |
2013-02-04 | bump to 0.2.4.10-alphator-0.2.4.10-alpha | Roger Dingledine | |
2013-01-29 | Detect platforms where memset(0) doesn't set doubles to 0.0. | Nick Mathewson | |
This is allowed by the C statndard, which permits you to represent doubles any way you like, but in practice we have some code that assumes that memset() clears doubles in structs. Noticed as part of 7802 review; see 8081 for more info. | |||
2013-01-17 | For now, always use donna32 on msvc | Nick Mathewson | |