summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2009-09-21bump to 0.2.2.2-alphaRoger Dingledine
2009-09-20fix grammar / add changelog for the torify commitRoger Dingledine
2009-09-20Merge commit 'sebastian/weasel_torify'Roger Dingledine
2009-09-19replace contrib/auto-naming with a readme saying where it wentRoger Dingledine
2009-09-18clarify our rules for assigning the Named flagRoger Dingledine
2009-09-09Fix torify: Do not complain if we cannot find all socksifiersPeter Palfrader
No longer complain if we cannot find both torify and tsocks. As long as we have one we are happy. Do not rely on which, it's not POSIX. Catch error if torsocks fails and print an error message.
2009-08-27bump to 0.2.2.1-alpha-devRoger Dingledine
2009-08-26update fetch-all with dir authAndrew Lewman
2009-08-26bump to 0.2.2.1-alphaRoger Dingledine
2009-08-10Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-10directory-archive scripts now fetch from urras tooRoger Dingledine
2009-08-03Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-08-03add geoip file to uninstallAndrew Lewman
2009-08-03Merge commit 'phobos/osx-uinstaller-maint-0.2.1'Nick Mathewson
2009-08-01add receipts to be wiped.Andrew Lewman
2009-07-28bump to 0.2.1.19tor-0.2.1.19Roger Dingledine
2009-07-24bump to 0.2.1.18tor-0.2.1.18Roger Dingledine
2009-07-07Bump version to 0.2.1.17-rc-devNick Mathewson
2009-07-07Bump version to 0.2.1.17-rctor-0.2.1.17-rcNick Mathewson
2009-06-20Bump version to 0.2.1.16-rc.devNick Mathewson
2009-06-20Bump version to 0.2.1.16-rctor-0.2.1.16-rcNick Mathewson
2009-06-16Remove bashism from torify scriptMarcus Griep
Signed-off-by: Marcus Griep <marcus@griep.us>
2009-05-25Bump version to 0.2.1.15-rc-dev.Nick Mathewson
2009-05-25bump to 0.2.1.15-rctor-0.2.1.15-rcRoger Dingledine
2009-05-05Remove all svn metadata minus what I missed.Sebastian Hahn
Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement.
2009-05-05checkSpace.pl doesn't need to worry about svn tags anymoreSebastian Hahn
2009-04-29Make the torify script use torify when available.Jacob Appelbaum
Update Torify to use torsocks by default and to warn when the user is using the older tsocks program. Update torify and the torify man page to refelect changes to torify. Add warnings in both.
2009-04-29Bump master version to 0.2.2.0-alpha-dev.Nick Mathewson
2009-04-29Bump 0.2.1 branch version to 0.2.1.14-rc-devNick Mathewson
2009-04-12bump to 0.2.1.14-rcRoger Dingledine
svn:r19306
2009-03-10Update the bundle installers for the MSI packages; these probably belong ↵Martin Peck
with the wxs files in the Vidalia repo. svn:r18849
2009-03-09bump to 0.2.1.13-alpha-devRoger Dingledine
svn:r18830
2009-03-09bump to 0.2.1.13-alphaRoger Dingledine
svn:r18814
2009-03-06Move wxs files to vidalia trunk for integration with existing bundle ↵Martin Peck
translations. svn:r18789
2009-02-13Update some copyrights, change net.freehaven to org.torproject.Andrew Lewman
svn:r18514
2009-02-10Update WiX MSI package GUIDs for version 0.2.1.12.Martin Peck
svn:r18466
2009-02-09Bump version to 0.2.1.12-alpha-devNick Mathewson
svn:r18448
2009-02-09bump to 0.2.1.12-alphaRoger Dingledine
svn:r18429
2009-02-06Create Archive directory if it does not exist. Make sure mv knows we want ↵Peter Palfrader
to move stuff into a dir svn:r18411
2009-01-22Update 'sd' to allow users to select v2 or v3 protocols when looking up a ↵Jacob Appelbaum
node name. Default to v2. Either way, we're using Weasel's DA. svn:r18220
2009-01-21get ready for more developmentRoger Dingledine
svn:r18200
2009-01-21Update Tor WiX MSI package for 0.2.1.11-alpha, new component GUIDs.Martin Peck
svn:r18198
2009-01-20bump to 0.2.1.11-alpha, clean up changelogtor-0.2.1.11-alphaRoger Dingledine
svn:r18192
2009-01-18make it work with base64Peter Palfrader
base64 from coreutils is really picky about the number of equation marks (=) that end a base64 encoded string. Unfortunately Tor doesn't believe they are important at all so it cuts them all off all the time. For perl purposes we just added a good measure of = and were happy about it. For base64 we now need to add the proper number of equation marks. It turns out that number is 1 for the length of strings we process. svn:r18170
2009-01-18Aliases do not work so well in scriptsPeter Palfrader
svn:r18169
2009-01-18Add base64-decode as an alias or shell function. it was a proper binary in ↵Peter Palfrader
sarge svn:r18168
2009-01-18Update lists of directory authorities.Karsten Loesing
svn:r18167
2009-01-18Mention tor-resolve alsoPeter Palfrader
svn:r18162
2009-01-18mention that tsocks only socksifies TCPPeter Palfrader
In the torify(1) manpage explain that tsocks will only socksify TCP connections, and that therefore it will most likely leak DNS requests. svn:r18160
2009-01-16Add the front end installer exe NSIS scripts for the bundle and net ↵Martin Peck
installer packages. And icon used for them. svn:r18123