summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2012-06-28bump version to 0.2.3.18-rc-devNick Mathewson
2012-06-28bump to 0.2.3.18-rctor-0.2.3.18-rcRoger Dingledine
2012-06-23Catch a few more K&R violations with make check-spacesNick 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-15bump to 0.2.3.17-beta-devRoger Dingledine
2012-06-15bump to 0.2.3.17-betaRoger Dingledine
2012-06-05bump to 0.2.3.16-alpha-devRoger Dingledine
2012-06-05today is the day for 0.2.3.16-alphaRoger Dingledine
2012-06-04Update the "redox" doxygen/DOCDOC postprocessing scriptNick 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-30bump to 0.2.3.15-alpha-devRoger Dingledine
2012-04-30bump to 0.2.3.15-alphator-0.2.3.15-alphaRoger Dingledine
2012-04-23bump to 0.2.3.14-alpha-devRoger Dingledine
2012-04-23bump to 0.2.3.14-alphaRoger Dingledine
2012-03-27Changelog for torify changesNick 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-27Remove tsocks support from torify.Nick Mathewson
Fixes bug3530 and bug 5180. Patch by ugh.
2012-03-27bump to 0.2.3.13-alpha-devRoger Dingledine
2012-03-26bump to 0.2.3.13-alphaRoger Dingledine
2012-03-20Shorten links to law.cornell.edu for exit-note fileChristian Kujau
The links we have currently redirect to those new files now.
2012-02-13bump to 0.2.3.12-alpha-devRoger Dingledine
2012-02-13bump to 0.2.3.12-alphaRoger Dingledine
2012-01-23bump to 0.2.3.11-alpha-devRoger Dingledine
2012-01-22bump to 0.2.3.11-alphaRoger Dingledine
2011-12-24update instructions on the exitlist scriptRoger Dingledine
2011-12-16Increment version in master to 0.2.3.10-alpha-devNick Mathewson
2011-12-15Bump version to Tor 0.2.3.10-alphator-0.2.3.10-alphaNick Mathewson
2011-12-08bump to 0.2.3.9-alpha-devRoger Dingledine
2011-12-08bump to 0.2.3.9-alphaRoger Dingledine
2011-11-24Update check-spaces to remove false positive for timercmp macroSebastian 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-23bump to 0.2.3.8-alpha-devRoger Dingledine
2011-11-22bump to 0.2.3.8-alphaRoger Dingledine
2011-10-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-31remove absolute path from contrib/package_nsis-mingw.sh in order to make it ↵Erinn Clark
easier to automatically build tor expert bundle
2011-10-30blurb and version bump for 0.2.3.7-alphator-0.2.3.7-alphaRoger Dingledine
2011-10-28Bump version to 0.2.3.6-alpha-devNick Mathewson
2011-10-27bump maint-0.2.2 to 0.2.2.34-devRoger Dingledine
2011-10-26bump to 0.2.3.6-alphaRoger Dingledine
2011-10-23bump to 0.2.3.5-alpha-devRoger Dingledine
2011-09-28bump to 0.2.3.5-alphator-0.2.3.5-alphaRoger Dingledine
2011-09-13bump to 0.2.3.4-alpha-devRoger Dingledine
2011-09-13bump to 0.2.3.4-alphaRoger Dingledine
2011-09-02bump to 0.2.3.3-alpha-devRoger Dingledine
2011-09-02bump to 0.2.3.3-alphaRoger Dingledine
2011-07-18Bump version to 0.2.3.2-alpha-devNick Mathewson
2011-07-18bump to 0.2.3.2-alphaRoger Dingledine
2011-07-18Enhance findMergedChanges to allow looking at non-release targetsNick Mathewson
2011-05-05Increment version to 0.2.3.1-alpha-devNick Mathewson
2011-05-05Increment version to 0.2.3.1-alphaNick Mathewson
2011-04-29Make findMergedChanges.pl print a usage msg when started with no argsNick 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-09Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-09openSUSE initscript create /var/run/tor fixes Ticket #2573Andreas Stieger
(changes file added by nickm)
2011-02-21Add a perl script to find changes files that have already been merged into ↵Nick Mathewson
release-0.2.2