Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-26 | update version to 0.3.1.2-alpha | Nick Mathewson | |
2017-05-22 | bump to 0.3.1.1-alpha | Nick Mathewson | |
2017-02-15 | Bump master to 0.3.1.0-alpha-dev | Nick Mathewson | |
2017-02-03 | Bump to 0.3.0.3-alpha-dev | Nick Mathewson | |
2017-02-03 | Bump version to 0.3.0.3-alpha | Nick Mathewson | |
2017-01-23 | Bump to 0.3.0.2-alpha-dev | Nick Mathewson | |
2017-01-23 | version bump (0.3.0.2-alpha) | Nick Mathewson | |
2016-12-19 | bump to 0.3.0.1-alpha-dev | Nick Mathewson | |
2016-12-19 | Bump to 0.3.0.1-alpha | Nick Mathewson | |
2016-10-19 | Bump version on master to 0.3.0.0-alpha-dev. | Nick Mathewson | |
2016-10-17 | Bump master to 0.2.9.4-alpha-dev | Nick Mathewson | |
2016-10-17 | Bump version to 0.2.9.4-alpha. | Nick Mathewson | |
2016-09-23 | Bump to 0.2.9.3-alpha-dev | Nick Mathewson | |
2016-09-22 | bump master to 0.2.9.3-alpha | Nick Mathewson | |
2016-08-24 | bump to 0.2.9.2-alpha-dev | Nick Mathewson | |
2016-08-24 | Bump to 0.2.9.2-alpha | Nick Mathewson | |
2016-08-08 | bump master to 0.2.9.1-alpha.dev | Nick Mathewson | |
2016-08-02 | Bump master version to 0.2.9.1-alpha | Nick Mathewson | |
2016-07-04 | Raise libevent dependency to 2.0.10-stable or newer | Sebastian Hahn | |
Only some very ancient distributions don't ship with Libevent 2 anymore, even the oldest supported Ubuntu LTS version has it. This allows us to get rid of a lot of compat code. | |||
2016-07-03 | Remove HAVE_EVENT_H from winconfig | Sebastian Hahn | |
This was accidentally left in in f25e2167f556. | |||
2016-07-03 | Remove HAVE_EVENT_* defines from winconfig | Sebastian Hahn | |
They were accidentally left sitting around in 517e0f965. | |||
2016-03-28 | Begin an 0.2.9 branchtor-0.2.9.0-root | 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. |