Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
| | |||
* | Enhance findMergedChanges to allow looking at non-release targets | Nick Mathewson | 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 |
| | |||
* | Make findMergedChanges.pl print a usage msg when started with no args | Nick Mathewson | 2011-04-29 |
| | | | | | | Otherwise I need to figure out what it does and how to make it do it every time I want to use it. It did that unixy thing where running it with no arguments printed nothing and returned. | ||
* | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-03-09 |
|\ | |||
| * | openSUSE initscript create /var/run/tor fixes Ticket #2573 | Andreas Stieger | 2011-03-09 |
| | | | | | | | | (changes file added by nickm) | ||
* | | Add a perl script to find changes files that have already been merged into ↵ | Nick Mathewson | 2011-02-21 |
| | | | | | | | | release-0.2.2 | ||
* | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-01-26 |
|\| | |||
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | 2011-01-26 |
| |\ | |||
| | * | fix the links in the exit-list notice we give out to users. | Andrew Lewman | 2011-01-26 |
| | | | |||
| | * | Backport current tor-exit-notice to 0.2.1 | Nick Mathewson | 2011-01-26 |
| | | | |||
* | | | trivial make-signature.sh patch | Taylor R Campbell | 2011-01-15 |
| | | | |||
* | | | Add a make-signature.sh script. | Nick Mathewson | 2011-01-15 |
| | | | |||
* | | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-01-03 |
|\| | | |||
| * | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | 2011-01-03 |
| |\| | | | | | | | | | | | | | | | | Conflicts: src/common/test.h src/or/test.c | ||
| | * | Bump copyright statements to 2011 | Nick Mathewson | 2011-01-03 |
| | | | |||
| | * | windows packaging cleanups from phobos | Roger Dingledine | 2010-04-23 |
| | | | |||
| * | | bump to 0.2.2.19-alpha | Roger Dingledine | 2010-11-21 |
| | | | |||
| * | | new development version | Roger Dingledine | 2010-11-16 |
| | | | |||
| * | | bump to 0.2.2.18-alpha | Roger Dingledine | 2010-11-16 |
| | | | |||
* | | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-11-15 |
|\| | | | | | | | | | | | | | | | | | Conflicts: src/or/config.c src/or/cpuworker.c | ||
| * | | Merge remote branch 'sebastian/manpagefixups' into maint-0.2.2 | Nick Mathewson | 2010-11-15 |
| |\ \ | |||
| | * | | Remove the torrc.complete file. | Sebastian Hahn | 2010-11-10 |
| | | | | | | | | | | | | | | | | | | | | We haven't been keeping it up to date, and the manpage exists as a replacement for users who want an overview of all available options. | ||
| | * | | Change checkOptionDocs.pl to be case sensitive | Sebastian Hahn | 2010-11-10 |
| | | | | |||
* | | | | Split long lines in configure.in and Makefile.am files | Nick Mathewson | 2010-11-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having very long single lines with lots and lots of things in them tends to make files hard to diff and hard to merge. Since our tools are one-line-at-a-time, we should try to construct lists that way too, within reason. This incidentally turned up a few headers in configure.in that we were for some reason searching for twice. | ||
* | | | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-11-11 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: configure.in | ||
| * | | | Remove everything related to os x expert package | Sebastian Hahn | 2010-11-10 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We decided to no longer ship expert packages for OS X because they're a lot of trouble to keep maintained and confuse users. For those who want a tor on OS X without Vidalia, macports is a fine option. Alternatively, building from source is easy, too. The polipo stuff that is still required for the Vidalia bundle build can now be found in the torbrowser repository, git://git.torproject.org/torbrowser.git. | ||
| * | | bump to 0.2.2.17-alpha-dev | Roger Dingledine | 2010-10-01 |
| | | | |||
* | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2010-09-30 |
|\| | | |||
| * | | improve rpm init script by borrowing from Debian | Erinn Clark | 2010-09-30 |
| | | | |||
| * | | AUTHORS doesn't exist, so stop trying to cp it. Add 'sudo' to a mv that ↵ | Erinn Clark | 2010-09-30 |
| | | | | | | | | | | | | needs higher permissions. | ||
| * | | 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 |
| | | |||
* | | fix up contrib/checkOptionDocs.pl to match current practice (asciidoc ↵ | Nick Mathewson | 2010-08-19 |
| | | | | | | | | manpage, no "online docs"). | ||
* | | bump to 0.2.2.15-alpha | Roger Dingledine | 2010-08-18 |
| | | |||
* | | Add a rule to detect misplaced labels during check-spaces | Sebastian Hahn | 2010-08-16 |
| | | |||
* | | 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 |
| | | |||
* | | 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 |
| | |