Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | We do not need to define _WIN32 by hand; MSVC does that for us | Nick Mathewson | 2012-05-14 |
| | | | | Bug 5858; fix on 0.2.3.12-alpha | ||
* | bump to 0.2.3.15-alpha-dev | Roger Dingledine | 2012-04-30 |
| | |||
* | bump to 0.2.3.15-alpha | Roger Dingledine | 2012-04-30 |
| | |||
* | bump to 0.2.3.14-alpha-dev | Roger Dingledine | 2012-04-23 |
| | |||
* | bump to 0.2.3.14-alpha | Roger Dingledine | 2012-04-23 |
| | |||
* | bump to 0.2.3.13-alpha-dev | Roger Dingledine | 2012-03-27 |
| | |||
* | bump to 0.2.3.13-alpha | Roger Dingledine | 2012-03-26 |
| | |||
* | bump to 0.2.3.12-alpha-dev | Roger Dingledine | 2012-02-13 |
| | |||
* | bump to 0.2.3.12-alpha | Roger Dingledine | 2012-02-13 |
| | |||
* | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 | Nick Mathewson | 2012-01-31 |
| | | | | | | | | | | | This commit is completely mechanical; I used this perl script to make it: #!/usr/bin/perl -w -i.bak -p if (/^\s*\#/) { s/MS_WINDOWS/_WIN32/g; s/\bWIN32\b/_WIN32/g; } | ||
* | bump to 0.2.3.11-alpha-dev | Roger Dingledine | 2012-01-23 |
| | |||
* | bump to 0.2.3.11-alpha | Roger Dingledine | 2012-01-22 |
| | |||
* | Increment version in master to 0.2.3.10-alpha-dev | Nick Mathewson | 2011-12-16 |
| | |||
* | Bump version to Tor 0.2.3.10-alpha | Nick Mathewson | 2011-12-15 |
| | |||
* | bump to 0.2.3.9-alpha-dev | Roger Dingledine | 2011-12-08 |
| | |||
* | bump to 0.2.3.9-alpha | Roger Dingledine | 2011-12-08 |
| | |||
* | bump to 0.2.3.8-alpha-dev | Roger Dingledine | 2011-11-23 |
| | |||
* | bump to 0.2.3.8-alpha | Roger Dingledine | 2011-11-22 |
| | |||
* | blurb and version bump for 0.2.3.7-alpha | Roger Dingledine | 2011-10-30 |
| | |||
* | Bump version to 0.2.3.6-alpha-dev | Nick Mathewson | 2011-10-28 |
| | |||
* | bump to 0.2.3.6-alpha | Roger Dingledine | 2011-10-26 |
| | |||
* | bump to 0.2.3.5-alpha-dev | Roger Dingledine | 2011-10-23 |
| | |||
* | bump to 0.2.3.5-alpha | Roger Dingledine | 2011-09-28 |
| | |||
* | bump to 0.2.3.4-alpha-dev | Roger Dingledine | 2011-09-13 |
| | |||
* | bump to 0.2.3.4-alpha | Roger Dingledine | 2011-09-13 |
| | |||
* | bump to 0.2.3.3-alpha-dev | Roger Dingledine | 2011-09-02 |
| | |||
* | bump to 0.2.3.3-alpha | Roger Dingledine | 2011-09-02 |
| | |||
* | Initial patch to build Tor with msvc and nmake | Nick Mathewson | 2011-08-01 |
| | | | | | | | | | | We'll still need to tweak it so that it looks for includes and libraries somewhere more sensible than "where we happened to find them on Erinn's system"; so that tests and tools get built too; so that it's a bit documented; and so that we actually try running the output. Work done with Erinn Clark. | ||
* | Bump version to 0.2.3.2-alpha-dev | Nick Mathewson | 2011-07-18 |
| | |||
* | bump to 0.2.3.2-alpha | Roger Dingledine | 2011-07-18 |
| | |||
* | Increment version to 0.2.3.1-alpha-dev | Nick Mathewson | 2011-05-05 |
| | |||
* | Increment version to 0.2.3.1-alpha | Nick Mathewson | 2011-05-05 |
| | |||
* | Merge commit 'c643e0527c186b8ef2d259b2ef11a10c1d4ee3e5' | Nick Mathewson | 2010-11-19 |
|\ | | | | | | | | | | | | | Conflicts: configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h | ||
| * | new development version | Roger Dingledine | 2010-11-16 |
| | | |||
| * | bump to 0.2.2.18-alpha | Roger Dingledine | 2010-11-16 |
| | | |||
| * | bump to 0.2.2.17-alpha-dev | Roger Dingledine | 2010-10-01 |
| | | |||
| * | bump to 0.2.2.17-alpha | Roger Dingledine | 2010-09-30 |
| | | |||
* | | Bump the Tor version in master to 0.2.3.0-alpha-dev | Nick Mathewson | 2010-09-24 |
|/ | | | | | | | | 0.2.2.x development will continue in branch maint-0.2.2. master is now out of feature freeze. Let's not go crazy right away. :) | ||
* | bump to 0.2.2.16-alpha-dev | Roger Dingledine | 2010-09-17 |
| | |||
* | best tor ever! | Roger Dingledine | 2010-09-17 |
| | |||
* | Bump version to 0.2.2.15-alpha-dev | Nick Mathewson | 2010-08-19 |
| | |||
* | bump to 0.2.2.15-alpha | Roger Dingledine | 2010-08-18 |
| | |||
* | bump to 0.2.2.14-alpha-dev | Roger Dingledine | 2010-07-13 |
| | |||
* | bump to 0.2.2.14-alpha | Roger Dingledine | 2010-07-12 |
| | |||
* | moved wince related includes and defs to compat.h where possible, removed ↵ | valerino | 2010-05-24 |
| | | | | unused/redundant wince includes | ||
* | bump to 0.2.2.13-alpha-dev | Roger Dingledine | 2010-05-05 |
| | |||
* | bump to 0.2.2.13-alpha | Roger Dingledine | 2010-04-24 |
| | |||
* | bump to 0.2.2.12-alpha-dev | Roger Dingledine | 2010-04-20 |
| | |||
* | bump to 0.2.2.12-alpha | Roger Dingledine | 2010-04-20 |
| | |||
* | bump to 0.2.2.11-alpha-dev | Roger Dingledine | 2010-04-19 |
| |