summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2006-03-17specify SETROUTERPURPOSE and modify +POSTDESCRIPTORRoger Dingledine
to address bug 250. svn:r6177
2006-03-15Implement GETINFO(dir/server/foo); status will be harder.Nick Mathewson
svn:r6165
2006-03-11bump to 0.1.1.15-rcRoger Dingledine
svn:r6126
2006-03-11Use escaped() for remaining cases.Nick Mathewson
svn:r6117
2006-03-09add johnny's further discussion on incentives.Roger Dingledine
svn:r6115
2006-03-09add to the stack of implementation notes.Roger Dingledine
svn:r6113
2006-03-09update the todo file. getting closer.Roger Dingledine
svn:r6110
2006-03-09document AuthDirRejectUnlisted in the man pageRoger Dingledine
svn:r6109
2006-03-09correct weasel's note in the dir specRoger Dingledine
svn:r6107
2006-03-09new controller signal NEWNYM that makes new application requestsRoger Dingledine
use clean circuits. svn:r6104
2006-03-08introduce a new orconn_status "NEW"Roger Dingledine
svn:r6100
2006-03-08Document AuthDir(Invalid|Reject)Nick Mathewson
svn:r6098
2006-03-08mark controller exposure of directory data as DRAFT and Not ImplementedGeoff Goodell
svn:r6094
2006-03-08Say that /tor/server/authority is not used by useful nonethelessPeter Palfrader
svn:r6093
2006-03-08Clarify server/d/<D>.z descriptionPeter Palfrader
Spell out that fingerprints in requests should use capital A-F letters for their hex svn:r6092
2006-03-07add tor/* contents from Section 4.4 of dir-spec.txt to controller GETINFO ↵Geoff Goodell
requests svn:r6091
2006-03-05Add some functions to escape values from the network before sending them to ↵Nick Mathewson
the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) svn:r6087
2006-03-05Mention which version of tor implements control-spec.txt, so people wont get ↵Nick Mathewson
so confused. svn:r6085
2006-02-26clarify that we want a free software webserver for windows,Roger Dingledine
not a freeware-gosh-it-seems-good-to-me webserver for windows. svn:r6082
2006-02-26initial tweaks and questions for the proposed udp specRoger Dingledine
svn:r6081
2006-02-26add the spec for Marc Liberatore's proposed extension toRoger Dingledine
add UDP support to tor. svn:r6080
2006-02-26spanish-language tor win32 docRoger Dingledine
svn:r6079
2006-02-26home? what is this home?Roger Dingledine
svn:r6078
2006-02-26fix up the links to contact usRoger Dingledine
svn:r6077
2006-02-23more thoughts on incentivesRoger Dingledine
svn:r6076
2006-02-23Add a new circuit purpose 'controller' to let the controllerRoger Dingledine
ask for a circuit that Tor won't try to use. Extend the EXTENDCIRCUIT controller command to let you specify the purpose if you're starting a new circuit. Add a new SETCIRCUITPURPOSE controller command to let you change a circuit's purpose after it's been created. svn:r6075
2006-02-21Add tor-osx-dmg-creation.txt and tor-rpm-creation.txt for distributionAndrew Lewman
svn:r6068
2006-02-21commit this so it matches the tarballtor-0.1.1.14-alphaRoger Dingledine
svn:r6060
2006-02-20It's FI not Fi..fo fum..Andrew Lewman
svn:r6056
2006-02-20sort remaining 0.1.1.x todo itemsRoger Dingledine
svn:r6054
2006-02-19and put them in the man pageRoger Dingledine
svn:r6048
2006-02-19mark off a few todo itemsRoger Dingledine
svn:r6043
2006-02-19clean up the Reachable*Addresses changesRoger Dingledine
svn:r6041
2006-02-18Updated instructions to work under the latest 10.4.5 point release fromAndrew Lewman
Apple. svn:r6040
2006-02-17New clear and concise directions for building Tor on OSX machines.Andrew Lewman
Moved the documentation into the doc/ dir where it belongs. svn:r6027
2006-02-17All new, re-written instructions for building Tor binaries in rpmAndrew Lewman
format. This re-write matches the new tor.spec.in changes. svn:r6026
2006-02-16fix the headers at the top of the tor-doc html filesRoger Dingledine
svn:r6025
2006-02-16and don't ship it eitherRoger Dingledine
svn:r6022
2006-02-16remove the obsolete faq entries that were somehow still around.Roger Dingledine
svn:r6021
2006-02-14Remove the tor rpm creation text from the tor.spec.in file, asAndrew Lewman
apparently rpmbuild interprets any % as a macro, even behind comments. Create a new file in tor/doc that describes how to create tor rpms. svn:r6018
2006-02-14Make it an explicit step to allow connections to your localRoger Dingledine
resources from your tor server. svn:r6017
2006-02-13document ReachableDirAddresses and ReachableORAddressesPeter Palfrader
svn:r6011
2006-02-13Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader
svn:r6009
2006-02-13work out a few more details of the dirserver-based reputationRoger Dingledine
scheme. svn:r6008
2006-02-13which leads to a new todo item. help from a windows person please?Roger Dingledine
svn:r6006
2006-02-13rearrange todo a bitRoger Dingledine
svn:r5999
2006-02-13Let the users set ControlListenAddress in the torrc.Roger Dingledine
This can be dangerous, but there are some cases (like a secured LAN) where it makes sense. svn:r5997
2006-02-13the *ListenAddress config options were still namedRoger Dingledine
*BindAddress in the man page. svn:r5996
2006-02-13and mark off another todo itemRoger Dingledine
svn:r5993
2006-02-12Generate 18.0.0.0/8 address policy format in descs when we can; warn when ↵Nick Mathewson
the mask is not reducible to a bit-prefix. svn:r5991