Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-28 | bump version to 0.2.3.18-rc-dev | Nick Mathewson | |
2012-06-28 | bump to 0.2.3.18-rctor-0.2.3.18-rc | Roger Dingledine | |
2012-06-23 | Catch a few more K&R violations with make check-spaces | Nick Mathewson | |
We now catch bare {s that should be on the previous line with a do, while, if, or for, and elses that should share a line with their preceding }. That is, if (foo) { and if (foo) { ... } else are now detected. We should think about maybe making Tor uncrustify-clean some day, but configuring uncrustify is an exercise in bizarreness, and reformatting huge gobs of Tor is always painful. | |||
2012-06-15 | bump to 0.2.3.17-beta-dev | Roger Dingledine | |
2012-06-15 | bump to 0.2.3.17-beta | Roger Dingledine | |
2012-06-05 | bump to 0.2.3.16-alpha-dev | Roger Dingledine | |
2012-06-05 | today is the day for 0.2.3.16-alpha | Roger Dingledine | |
2012-06-04 | Update the "redox" doxygen/DOCDOC postprocessing script | Nick Mathewson | |
Somewhere along the line, doxygen and tor changed their behavior a little. The script is still a dreadful kludge, but now at least it sorta works again. | |||
2012-04-30 | bump to 0.2.3.15-alpha-dev | Roger Dingledine | |
2012-04-30 | bump to 0.2.3.15-alphator-0.2.3.15-alpha | Roger Dingledine | |
2012-04-23 | bump to 0.2.3.14-alpha-dev | Roger Dingledine | |
2012-04-23 | bump to 0.2.3.14-alpha | Roger Dingledine | |
2012-03-27 | Changelog for torify changes | Nick Mathewson | |
Also reinstate the part of the torify script that checks for torsocks being installed, so that we can give a more useful message in case it isn't. | |||
2012-03-27 | Remove tsocks support from torify. | Nick Mathewson | |
Fixes bug3530 and bug 5180. Patch by ugh. | |||
2012-03-27 | bump to 0.2.3.13-alpha-dev | Roger Dingledine | |
2012-03-26 | bump to 0.2.3.13-alpha | Roger Dingledine | |
2012-03-20 | Shorten links to law.cornell.edu for exit-note file | Christian Kujau | |
The links we have currently redirect to those new files now. | |||
2012-02-13 | bump to 0.2.3.12-alpha-dev | Roger Dingledine | |
2012-02-13 | bump to 0.2.3.12-alpha | Roger Dingledine | |
2012-01-23 | bump to 0.2.3.11-alpha-dev | Roger Dingledine | |
2012-01-22 | bump to 0.2.3.11-alpha | Roger Dingledine | |
2011-12-24 | update instructions on the exitlist script | Roger Dingledine | |
2011-12-16 | Increment version in master to 0.2.3.10-alpha-dev | Nick Mathewson | |
2011-12-15 | Bump version to Tor 0.2.3.10-alphator-0.2.3.10-alpha | Nick Mathewson | |
2011-12-08 | bump to 0.2.3.9-alpha-dev | Roger Dingledine | |
2011-12-08 | bump to 0.2.3.9-alpha | Roger Dingledine | |
2011-11-24 | Update check-spaces to remove false positive for timercmp macro | Sebastian Hahn | |
The timercmp macro uses triggers a "space between function name and opening parentheses" warning for the check spaces script. Work around this by simply disabling the check for all "functions" named 'op()'. | |||
2011-11-23 | bump to 0.2.3.8-alpha-dev | Roger Dingledine | |
2011-11-22 | bump to 0.2.3.8-alpha | Roger Dingledine | |
2011-10-30 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-10-31 | remove absolute path from contrib/package_nsis-mingw.sh in order to make it ↵ | Erinn Clark | |
easier to automatically build tor expert bundle | |||
2011-10-30 | blurb and version bump for 0.2.3.7-alphator-0.2.3.7-alpha | Roger Dingledine | |
2011-10-28 | Bump version to 0.2.3.6-alpha-dev | Nick Mathewson | |
2011-10-27 | bump maint-0.2.2 to 0.2.2.34-dev | Roger Dingledine | |
2011-10-26 | bump to 0.2.3.6-alpha | Roger Dingledine | |
2011-10-23 | bump to 0.2.3.5-alpha-dev | Roger Dingledine | |
2011-09-28 | bump to 0.2.3.5-alphator-0.2.3.5-alpha | Roger Dingledine | |
2011-09-13 | bump to 0.2.3.4-alpha-dev | Roger Dingledine | |
2011-09-13 | bump to 0.2.3.4-alpha | Roger Dingledine | |
2011-09-02 | bump to 0.2.3.3-alpha-dev | Roger Dingledine | |
2011-09-02 | bump to 0.2.3.3-alpha | Roger Dingledine | |
2011-07-18 | 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-05-05 | 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-04-29 | Make findMergedChanges.pl print a usage msg when started with no args | Nick Mathewson | |
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. | |||
2011-03-09 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-03-09 | openSUSE initscript create /var/run/tor fixes Ticket #2573 | Andreas Stieger | |
(changes file added by nickm) | |||
2011-02-21 | Add a perl script to find changes files that have already been merged into ↵ | Nick Mathewson | |
release-0.2.2 |