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