summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
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-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
2009-01-15Two simple gradiant place holder graphics referenced in the wxs files would ↵Martin Peck
be useful. svn:r18120
2009-01-15Add initial wxs MSI installer specs for Thandy, TorButton, and Polipo packages.Martin Peck
svn:r18119
2009-01-08Update wix installer ids for 0.2.1.10-alpha MSI package.Martin Peck
svn:r18019
2009-01-06ok, all set to destabilize it againRoger Dingledine
svn:r17980
2009-01-06bump to 0.2.1.10-alpha, reorganize the changelogtor-0.2.1.10-alphaRoger Dingledine
svn:r17974
2008-12-26Bump version to 0.2.1.9-alpha-devNick Mathewson
svn:r17787
2008-12-25prepare for 0.2.1.9-alphaRoger Dingledine
svn:r17778
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
svn:r17739
2008-12-22Oops; add missing return to redox.pyNick Mathewson
svn:r17737
2008-12-22Better documentation for contrib/redox.pyNick Mathewson
svn:r17736
2008-12-22Add a script to post-process doxygen output into a sensible form and add ↵Nick Mathewson
DOCDOC comments to our source files. svn:r17728
2008-12-21Modify msi package for local user installation with configurable desktop ↵Martin Peck
shortcuts. svn:r17712
2008-12-12Leave ALLUSERS null by default instead of relying on =2 to detect admin ↵Martin Peck
privs correctly. svn:r17614
2008-12-11Modifications for current user install without admin privs.Martin Peck
svn:r17575
2008-12-09Bump version to 0.2.1.8-alpha-devNick Mathewson
svn:r17537
2008-12-08bump to 0.2.1.8-alphaRoger Dingledine
svn:r17521
2008-12-07Update WiX installer definitions to support silent upgrades of existing ↵Martin Peck
installations. svn:r17499
2008-12-02It's Short not Sort. Fix path to package list.Andrew Lewman
svn:r17458
2008-11-30Remove MSYSLibs from installer component list.Martin Peck
svn:r17412
2008-11-30Remove unnecessary msys libs from installer definitions.Martin Peck
svn:r17411
2008-11-29fix a few typos, clean up whitespace in commentsRoger Dingledine
svn:r17409
2008-11-29add coderman's wix scripts to make a windows msi installer.Roger Dingledine
svn:r17408
2008-11-22Backport candidate. Force UDZO compression to level 9.Andrew Lewman
svn:r17360
2008-11-16Hrmm, still not sure I like the flow of this paragraph, butMike Perry
this is slightly better. svn:r17280
2008-11-16Add in initgroups call to drop root's groups.Mike Perry
svn:r17279