summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2005-05-15Make postflight script executable; maybe fix bug 141Nick Mathewson
svn:r4230
2005-05-15bump to 0.1.0.6-rcRoger Dingledine
svn:r4217
2005-05-14Fix script name in syntax msgNick Mathewson
svn:r4203
2005-05-12Fix patch to TorControl.pyNick Mathewson
svn:r4195
2005-05-12Commit patch to resolve bug 140Nick Mathewson
svn:r4194
2005-05-10Better error message when osx script is invoked without an argumentNick Mathewson
svn:r4190
2005-04-28bump to 0.1.0.5-rc-cvsRoger Dingledine
svn:r4149
2005-04-27bump to 0.1.0.5-rcRoger Dingledine
svn:r4138
2005-04-26bump to 0.1.0.4-rc-cvs while we're testingRoger Dingledine
svn:r4123
2005-04-23bump experimental version to 0.1.0.4-rcRoger Dingledine
svn:r4096
2005-04-23bump to 0.1.0.3-rc-cvsRoger Dingledine
svn:r4088
2005-04-08bump to 0.1.0.3-rcRoger Dingledine
svn:r4064
2005-04-05Update TorControl to handle new event types. EVENT_WARN is obsolete, so ↵Nick Mathewson
rename it to EVENT_TYPE.OBSOLETE_LOG. svn:r4011
2005-04-01bump to 0.1.0.2-rc-cvsRoger Dingledine
svn:r3983
2005-04-01update copyright notices.Nick Mathewson
svn:r3982
2005-04-01Fix typo in package_nsis.shNick Mathewson
svn:r3977
2005-04-01include ExerciseServer.py and PathDemo.py in the tarballRoger Dingledine
svn:r3974
2005-04-01bump version to 0.1.0.2-rcdebian-version-0.1.0.2-rc-200504011500-1Roger Dingledine
svn:r3969
2005-04-01Add several files to cvsignoresNick Mathewson
svn:r3963
2005-04-01Remove autoconf-generated plist files from cvs.Nick Mathewson
svn:r3962
2005-04-01Fix fix to torrc cleanup; resolve bug 115Nick Mathewson
svn:r3944
2005-04-01Make sure to create OS X Tor user in <500 rangeNick Mathewson
svn:r3941
2005-03-31bump cvs version to 0.1.0.1-rc-cvsdebian-version-0.1.0.1-rc-cvs-200503310807-1Roger Dingledine
svn:r3933
2005-03-31hack exerciseserver into something i just ran.Roger Dingledine
svn:r3930
2005-03-31Add close_foo functions to TorControlNick Mathewson
svn:r3929
2005-03-31Cut off after 100 circuits; print which servers were in successful/failed ↵Nick Mathewson
circuits when done. svn:r3928
2005-03-31fix crashNick Mathewson
svn:r3927
2005-03-31Make ExercieseServer actually work.Nick Mathewson
svn:r3925
2005-03-31First cut at server-poker.Nick Mathewson
svn:r3924
2005-03-31checkpoint fixes to TorControlNick Mathewson
svn:r3923
2005-03-31Add more functionality; fix syntax.Nick Mathewson
svn:r3922
2005-03-26deal with the fact that tor-control.py got renamedRoger Dingledine
svn:r3883
2005-03-25Rename tor-control.py to TorControl.py; begin making it into a useful ↵Nick Mathewson
library instead of a lame testing script. svn:r3879
2005-03-24Fix Python resolve script so we have an easy way to test SOCKS5 resolves.Nick Mathewson
svn:r3852
2005-03-24Debug EXTENDCIRCUITNick Mathewson
svn:r3849
2005-03-24Bump OSX versions.Nick Mathewson
svn:r3848
2005-03-23bump cvs to 0.1.0.1-rcRoger Dingledine
svn:r3845
2005-03-23Remove @LOCALSTATEDIR@ macros when building windows packageNick Mathewson
svn:r3842
2005-03-23Make GETINFO for "network-status" work on non-authdirsNick Mathewson
svn:r3837
2005-03-23Make tor-control.py demo script exercise more of the controller interface, ↵Nick Mathewson
and provide a more useful set of functions itself. svn:r3834
2005-03-19Split version info into separate spec doc.Nick Mathewson
svn:r3783
2005-03-18Make OSX install happier about running on non-default volume.Nick Mathewson
svn:r3777
2005-03-18Make OS X package actually try to log things to the nice log directory we ↵Nick Mathewson
gave it. svn:r3776
2005-03-18Make OS X log happily to /var/log/TorNick Mathewson
svn:r3775
2005-03-18Mac packaging magic: make man pages useable, and do not overwrite existing ↵Nick Mathewson
torrc files. svn:r3774
2005-03-11Clean up privoxy-tor-toggle; untabify; clean up messages; remove ↵Nick Mathewson
fwd-incompatible "print status on unrecognized command" feature svn:r3742
2005-03-11add a contrib script to toggle whether privoxy uses tor.Roger Dingledine
seems to be configured for debian by default. svn:r3741
2005-02-25distribute exitlist in the tarball tooRoger Dingledine
svn:r3701
2005-02-25simple python script to parse directories and find tor nodes that exit to ↵Nick Mathewson
listed nodes/ports. interface could be more polished, but this should do. svn:r3692
2005-01-23if we're going to ship with our own privoxy, we might as wellRoger Dingledine
lock it down a bit more. (does this break anything?) thanks to Brett Carrington for pointing this out. svn:r3418