aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* another todo item we ought to doRoger Dingledine2006-04-10
| | | | svn:r6361
* exclude the website images from the tarball. they're huge.Roger Dingledine2006-04-10
| | | | | | | | we need to figure out some other solution than shipping the whole pile of screenshots. svn:r6352
* a todo item nick suggestedRoger Dingledine2006-04-10
| | | | svn:r6348
* and update the dir-spec to match the codeRoger Dingledine2006-04-10
| | | | svn:r6347
* make the spec more accurateRoger Dingledine2006-04-09
| | | | svn:r6344
* another low-priority todo itemRoger Dingledine2006-04-09
| | | | svn:r6341
* and update the man page to reflect thatRoger Dingledine2006-04-09
| | | | svn:r6339
* work through more todo itemsRoger Dingledine2006-04-09
| | | | svn:r6336
* remove something from the todo, add something to it.Roger Dingledine2006-04-09
| | | | svn:r6335
* man page entry for FetchUselessDescriptorsRoger Dingledine2006-04-08
| | | | svn:r6328
* begin to specify when to warn.Roger Dingledine2006-04-04
| | | | svn:r6314
* Oops; meant received, not published.Nick Mathewson2006-04-03
| | | | svn:r6304
* save first, then commit.Nick Mathewson2006-04-03
| | | | svn:r6303
* Clarify behavior on failing network-status download.Nick Mathewson2006-04-03
| | | | svn:r6302
* minor cleanupsRoger Dingledine2006-04-03
| | | | svn:r6301
* Try to clarify thresholds, intervals, and strategies. Some of the later ↵Nick Mathewson2006-04-02
| | | | | | sections need more work, but my laptop is running low on battery. svn:r6298
* admit that getinfo can fail.Roger Dingledine2006-04-02
| | | | svn:r6291
* hack together a shell blob so 'make dist' can build even whenRoger Dingledine2006-04-02
| | | | | | | the website isn't there. svn:r6288
* Blow away the obsolete docs.Roger Dingledine2006-03-31
| | | | | | | Leave shells of them in case people link to them from elsewhere. svn:r6279
* Fail somehow smarter if we do not have the website source tree in ../websitePeter Palfrader2006-03-31
| | | | svn:r6278
* This works better for me. Does it still work for you?Peter Palfrader2006-03-31
| | | | svn:r6277
* weasel suggests that this will help.Roger Dingledine2006-03-31
| | | | svn:r6276
* A start at copying the website tor-*.html and images intoRoger Dingledine2006-03-31
| | | | | | | | the tarball. Weasel, can you help make the dependencies cause these to get re-built appropriately? svn:r6275
* Label the old cvs/tor/doc/*.html files as obsolete, and pointRoger Dingledine2006-03-31
| | | | | | | to the new documentation page. svn:r6274
* a few other thoughts that i wrote down somewhere for onceRoger Dingledine2006-03-28
| | | | svn:r6257
* If you run a fast server, can you run your client elsewhere?Roger Dingledine2006-03-25
| | | | svn:r6238
* try to make it clearer that eigentrust is one way to do theRoger Dingledine2006-03-25
| | | | | | | "deputy tester" design, but there are simpler ways too. svn:r6237
* man page entries for CircuitBuildTimeout and CircuitIdleTimeoutRoger Dingledine2006-03-22
| | | | svn:r6221
* and add SocksTimeout to the man pageRoger Dingledine2006-03-21
| | | | | | | and stop shouting when we talk about Socks svn:r6218
* clean up man page entries on EntryNodes and ExitNodesRoger Dingledine2006-03-20
| | | | svn:r6202
* man page entry for safesocks. also correct the man pageRoger Dingledine2006-03-19
| | | | | | | entry for testsocks. svn:r6191
* and fix the AllowInvalidNodes man page entry too.Roger Dingledine2006-03-19
| | | | svn:r6189
* specify SETROUTERPURPOSE and modify +POSTDESCRIPTORRoger Dingledine2006-03-17
| | | | | | | to address bug 250. svn:r6177
* Implement GETINFO(dir/server/foo); status will be harder.Nick Mathewson2006-03-15
| | | | svn:r6165
* bump to 0.1.1.15-rcRoger Dingledine2006-03-11
| | | | svn:r6126
* Use escaped() for remaining cases.Nick Mathewson2006-03-11
| | | | svn:r6117
* add johnny's further discussion on incentives.Roger Dingledine2006-03-09
| | | | svn:r6115
* add to the stack of implementation notes.Roger Dingledine2006-03-09
| | | | svn:r6113
* update the todo file. getting closer.Roger Dingledine2006-03-09
| | | | svn:r6110
* document AuthDirRejectUnlisted in the man pageRoger Dingledine2006-03-09
| | | | svn:r6109
* correct weasel's note in the dir specRoger Dingledine2006-03-09
| | | | svn:r6107
* new controller signal NEWNYM that makes new application requestsRoger Dingledine2006-03-09
| | | | | | | use clean circuits. svn:r6104
* introduce a new orconn_status "NEW"Roger Dingledine2006-03-08
| | | | svn:r6100
* Document AuthDir(Invalid|Reject)Nick Mathewson2006-03-08
| | | | svn:r6098
* mark controller exposure of directory data as DRAFT and Not ImplementedGeoff Goodell2006-03-08
| | | | svn:r6094
* Say that /tor/server/authority is not used by useful nonethelessPeter Palfrader2006-03-08
| | | | svn:r6093
* Clarify server/d/<D>.z descriptionPeter Palfrader2006-03-08
| | | | | | | Spell out that fingerprints in requests should use capital A-F letters for their hex svn:r6092
* add tor/* contents from Section 4.4 of dir-spec.txt to controller GETINFO ↵Geoff Goodell2006-03-07
| | | | | | requests svn:r6091
* Add some functions to escape values from the network before sending them to ↵Nick Mathewson2006-03-05
| | | | | | the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) svn:r6087
* Mention which version of tor implements control-spec.txt, so people wont get ↵Nick Mathewson2006-03-05
| | | | | | so confused. svn:r6085