summaryrefslogtreecommitdiff
path: root/src/win32
AgeCommit message (Collapse)Author
2017-05-26update version to 0.3.1.2-alphaNick Mathewson
2017-05-22bump to 0.3.1.1-alphaNick Mathewson
2017-02-15Bump master to 0.3.1.0-alpha-devNick Mathewson
2017-02-03Bump to 0.3.0.3-alpha-devNick Mathewson
2017-02-03Bump version to 0.3.0.3-alphaNick Mathewson
2017-01-23Bump to 0.3.0.2-alpha-devNick Mathewson
2017-01-23version bump (0.3.0.2-alpha)Nick Mathewson
2016-12-19bump to 0.3.0.1-alpha-devNick Mathewson
2016-12-19Bump to 0.3.0.1-alphaNick Mathewson
2016-10-19Bump version on master to 0.3.0.0-alpha-dev.Nick Mathewson
2016-10-17Bump master to 0.2.9.4-alpha-devNick Mathewson
2016-10-17Bump version to 0.2.9.4-alpha.Nick Mathewson
2016-09-23Bump to 0.2.9.3-alpha-devNick Mathewson
2016-09-22bump master to 0.2.9.3-alphaNick Mathewson
2016-08-24bump to 0.2.9.2-alpha-devNick Mathewson
2016-08-24Bump to 0.2.9.2-alphaNick Mathewson
2016-08-08bump master to 0.2.9.1-alpha.devNick Mathewson
2016-08-02Bump master version to 0.2.9.1-alphaNick Mathewson
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian 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-03Remove HAVE_EVENT_H from winconfigSebastian Hahn
This was accidentally left in in f25e2167f556.
2016-07-03Remove HAVE_EVENT_* defines from winconfigSebastian Hahn
They were accidentally left sitting around in 517e0f965.
2016-03-28Begin an 0.2.9 branchtor-0.2.9.0-rootNick Mathewson
2016-03-28and NOW the version is 0.2.8.2-alpha-devNick Mathewson
2016-03-28Bump version correctly this timeNick Mathewson
2016-03-28Bump the version numberNick Mathewson
2016-02-10Merge remote-tracking branch 'public/bug18184'Nick Mathewson
2016-02-04Bump to 0.2.8.1-alpha-devNick Mathewson
2016-02-04Bump version. (This is not yet the release.)Nick Mathewson
2016-01-29Remove support for unsigned time_tNick 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-25Bump master to 0.2.8.0-alpha-devNick Mathewson
2015-09-25Bump to 0.2.7.3-rc-devNick Mathewson
2015-09-24Increment version.Nick Mathewson
2015-07-27Bump version to 0.2.7.2-alpha-devNick Mathewson
2015-07-23Bump version (and explain how)Nick Mathewson
2015-06-29Try a little harder to fix the tor-ci-windows builder, or figure out why it ↵Nick Mathewson
is broke
2015-05-12Bump version to 0.2.7.1-alpha-devNick Mathewson
2015-05-11Bump version to 0.2.7.1-alpha. (This is not the release yet.)Nick Mathewson
2015-02-24Bump master to 0.2.7tor-0.2.7.0-rootNick Mathewson
2015-02-19bump version to 0.2.6.3-alpha-devNick Mathewson
2015-02-19Increment version to 0.2.6.3-alphaNick Mathewson
2014-12-31Bump version to 0.2.6.2-alpha-devNick Mathewson
2014-12-31bump the version to 0.2.6.2-alphaNick Mathewson
2014-10-30Bump version to 0.2.6.1-alpha-devNick Mathewson
2014-10-30Bump version to 0.2.6.1-alphaNick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian 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-09Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-09Clean 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-28bump to 0.2.5.6-alphaRoger Dingledine
2014-06-20Thread support is now requiredNick 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-20Remove code for Windows CE supportNick 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.