aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAge
...
| * Bump version to 0.2.1.16-rcNick Mathewson2009-06-20
| |
| * Bump version to 0.2.1.15-rc-dev.Nick Mathewson2009-05-25
| |
| * bump to 0.2.1.15-rcRoger Dingledine2009-05-25
| |
| * Bump 0.2.1 branch version to 0.2.1.14-rc-devNick Mathewson2009-04-29
| |
* | Remove bashism from torify scriptMarcus Griep2009-06-16
| | | | | | | | Signed-off-by: Marcus Griep <marcus@griep.us>
* | Remove all svn metadata minus what I missed.Sebastian Hahn2009-05-05
| | | | | | | | | | Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement.
* | checkSpace.pl doesn't need to worry about svn tags anymoreSebastian Hahn2009-05-05
| |
* | Make the torify script use torify when available.Jacob Appelbaum2009-04-29
| | | | | | | | | | | | 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.
* | Bump master version to 0.2.2.0-alpha-dev.Nick Mathewson2009-04-29
|/
* bump to 0.2.1.14-rcRoger Dingledine2009-04-12
| | | | svn:r19306
* Update the bundle installers for the MSI packages; these probably belong ↵Martin Peck2009-03-10
| | | | | | with the wxs files in the Vidalia repo. svn:r18849
* bump to 0.2.1.13-alpha-devRoger Dingledine2009-03-09
| | | | svn:r18830
* bump to 0.2.1.13-alphaRoger Dingledine2009-03-09
| | | | svn:r18814
* Move wxs files to vidalia trunk for integration with existing bundle ↵Martin Peck2009-03-06
| | | | | | translations. svn:r18789
* Update some copyrights, change net.freehaven to org.torproject.Andrew Lewman2009-02-13
| | | | svn:r18514
* Update WiX MSI package GUIDs for version 0.2.1.12.Martin Peck2009-02-10
| | | | svn:r18466
* Bump version to 0.2.1.12-alpha-devNick Mathewson2009-02-09
| | | | svn:r18448
* bump to 0.2.1.12-alphaRoger Dingledine2009-02-09
| | | | svn:r18429
* Create Archive directory if it does not exist. Make sure mv knows we want ↵Peter Palfrader2009-02-06
| | | | | | to move stuff into a dir svn:r18411
* Update 'sd' to allow users to select v2 or v3 protocols when looking up a ↵Jacob Appelbaum2009-01-22
| | | | | | node name. Default to v2. Either way, we're using Weasel's DA. svn:r18220
* get ready for more developmentRoger Dingledine2009-01-21
| | | | svn:r18200
* Update Tor WiX MSI package for 0.2.1.11-alpha, new component GUIDs.Martin Peck2009-01-21
| | | | svn:r18198
* bump to 0.2.1.11-alpha, clean up changelogRoger Dingledine2009-01-20
| | | | svn:r18192
* make it work with base64Peter Palfrader2009-01-18
| | | | | | | | | | | | 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
* Aliases do not work so well in scriptsPeter Palfrader2009-01-18
| | | | svn:r18169
* Add base64-decode as an alias or shell function. it was a proper binary in ↵Peter Palfrader2009-01-18
| | | | | | sarge svn:r18168
* Update lists of directory authorities.Karsten Loesing2009-01-18
| | | | svn:r18167
* Mention tor-resolve alsoPeter Palfrader2009-01-18
| | | | svn:r18162
* mention that tsocks only socksifies TCPPeter Palfrader2009-01-18
| | | | | | | | 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
* Add the front end installer exe NSIS scripts for the bundle and net ↵Martin Peck2009-01-16
| | | | | | installer packages. And icon used for them. svn:r18123
* Two simple gradiant place holder graphics referenced in the wxs files would ↵Martin Peck2009-01-15
| | | | | | be useful. svn:r18120
* Add initial wxs MSI installer specs for Thandy, TorButton, and Polipo packages.Martin Peck2009-01-15
| | | | svn:r18119
* Update wix installer ids for 0.2.1.10-alpha MSI package.Martin Peck2009-01-08
| | | | svn:r18019
* ok, all set to destabilize it againRoger Dingledine2009-01-06
| | | | svn:r17980
* bump to 0.2.1.10-alpha, reorganize the changelogRoger Dingledine2009-01-06
| | | | svn:r17974
* Bump version to 0.2.1.9-alpha-devNick Mathewson2008-12-26
| | | | svn:r17787
* prepare for 0.2.1.9-alphaRoger Dingledine2008-12-25
| | | | svn:r17778
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
| | | | svn:r17739
* Oops; add missing return to redox.pyNick Mathewson2008-12-22
| | | | svn:r17737
* Better documentation for contrib/redox.pyNick Mathewson2008-12-22
| | | | svn:r17736
* Add a script to post-process doxygen output into a sensible form and add ↵Nick Mathewson2008-12-22
| | | | | | DOCDOC comments to our source files. svn:r17728
* Modify msi package for local user installation with configurable desktop ↵Martin Peck2008-12-21
| | | | | | shortcuts. svn:r17712
* Leave ALLUSERS null by default instead of relying on =2 to detect admin ↵Martin Peck2008-12-12
| | | | | | privs correctly. svn:r17614
* Modifications for current user install without admin privs.Martin Peck2008-12-11
| | | | svn:r17575
* Bump version to 0.2.1.8-alpha-devNick Mathewson2008-12-09
| | | | svn:r17537
* bump to 0.2.1.8-alphaRoger Dingledine2008-12-08
| | | | svn:r17521
* Update WiX installer definitions to support silent upgrades of existing ↵Martin Peck2008-12-07
| | | | | | installations. svn:r17499
* It's Short not Sort. Fix path to package list.Andrew Lewman2008-12-02
| | | | svn:r17458
* Remove MSYSLibs from installer component list.Martin Peck2008-11-30
| | | | svn:r17412
* Remove unnecessary msys libs from installer definitions.Martin Peck2008-11-30
| | | | svn:r17411