Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bump to 0.1.1.15-rc | Roger Dingledine | 2006-03-11 |
| | | | | svn:r6126 | ||
* | Use escaped() for remaining cases. | Nick Mathewson | 2006-03-11 |
| | | | | svn:r6117 | ||
* | add johnny's further discussion on incentives. | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6115 | ||
* | add to the stack of implementation notes. | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6113 | ||
* | update the todo file. getting closer. | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6110 | ||
* | document AuthDirRejectUnlisted in the man page | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6109 | ||
* | correct weasel's note in the dir spec | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6107 | ||
* | new controller signal NEWNYM that makes new application requests | Roger Dingledine | 2006-03-09 |
| | | | | | | | use clean circuits. svn:r6104 | ||
* | introduce a new orconn_status "NEW" | Roger Dingledine | 2006-03-08 |
| | | | | svn:r6100 | ||
* | Document AuthDir(Invalid|Reject) | Nick Mathewson | 2006-03-08 |
| | | | | svn:r6098 | ||
* | mark controller exposure of directory data as DRAFT and Not Implemented | Geoff Goodell | 2006-03-08 |
| | | | | svn:r6094 | ||
* | Say that /tor/server/authority is not used by useful nonetheless | Peter Palfrader | 2006-03-08 |
| | | | | svn:r6093 | ||
* | Clarify server/d/<D>.z description | Peter Palfrader | 2006-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 Goodell | 2006-03-07 |
| | | | | | | requests svn:r6091 | ||
* | Add some functions to escape values from the network before sending them to ↵ | Nick Mathewson | 2006-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 Mathewson | 2006-03-05 |
| | | | | | | so confused. svn:r6085 | ||
* | clarify that we want a free software webserver for windows, | Roger Dingledine | 2006-02-26 |
| | | | | | | | not a freeware-gosh-it-seems-good-to-me webserver for windows. svn:r6082 | ||
* | initial tweaks and questions for the proposed udp spec | Roger Dingledine | 2006-02-26 |
| | | | | svn:r6081 | ||
* | add the spec for Marc Liberatore's proposed extension to | Roger Dingledine | 2006-02-26 |
| | | | | | | | add UDP support to tor. svn:r6080 | ||
* | spanish-language tor win32 doc | Roger Dingledine | 2006-02-26 |
| | | | | svn:r6079 | ||
* | home? what is this home? | Roger Dingledine | 2006-02-26 |
| | | | | svn:r6078 | ||
* | fix up the links to contact us | Roger Dingledine | 2006-02-26 |
| | | | | svn:r6077 | ||
* | more thoughts on incentives | Roger Dingledine | 2006-02-23 |
| | | | | svn:r6076 | ||
* | Add a new circuit purpose 'controller' to let the controller | Roger Dingledine | 2006-02-23 |
| | | | | | | | | | | | | | 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 | ||
* | Add tor-osx-dmg-creation.txt and tor-rpm-creation.txt for distribution | Andrew Lewman | 2006-02-21 |
| | | | | svn:r6068 | ||
* | commit this so it matches the tarball | Roger Dingledine | 2006-02-21 |
| | | | | svn:r6060 | ||
* | It's FI not Fi..fo fum.. | Andrew Lewman | 2006-02-20 |
| | | | | svn:r6056 | ||
* | sort remaining 0.1.1.x todo items | Roger Dingledine | 2006-02-20 |
| | | | | svn:r6054 | ||
* | and put them in the man page | Roger Dingledine | 2006-02-19 |
| | | | | svn:r6048 | ||
* | mark off a few todo items | Roger Dingledine | 2006-02-19 |
| | | | | svn:r6043 | ||
* | clean up the Reachable*Addresses changes | Roger Dingledine | 2006-02-19 |
| | | | | svn:r6041 | ||
* | Updated instructions to work under the latest 10.4.5 point release from | Andrew Lewman | 2006-02-18 |
| | | | | | | | Apple. svn:r6040 | ||
* | New clear and concise directions for building Tor on OSX machines. | Andrew Lewman | 2006-02-17 |
| | | | | | | | Moved the documentation into the doc/ dir where it belongs. svn:r6027 | ||
* | All new, re-written instructions for building Tor binaries in rpm | Andrew Lewman | 2006-02-17 |
| | | | | | | | format. This re-write matches the new tor.spec.in changes. svn:r6026 | ||
* | fix the headers at the top of the tor-doc html files | Roger Dingledine | 2006-02-16 |
| | | | | svn:r6025 | ||
* | and don't ship it either | Roger Dingledine | 2006-02-16 |
| | | | | svn:r6022 | ||
* | remove the obsolete faq entries that were somehow still around. | Roger Dingledine | 2006-02-16 |
| | | | | svn:r6021 | ||
* | Remove the tor rpm creation text from the tor.spec.in file, as | Andrew Lewman | 2006-02-14 |
| | | | | | | | | 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 | ||
* | Make it an explicit step to allow connections to your local | Roger Dingledine | 2006-02-14 |
| | | | | | | | resources from your tor server. svn:r6017 | ||
* | document ReachableDirAddresses and ReachableORAddresses | Peter Palfrader | 2006-02-13 |
| | | | | svn:r6011 | ||
* | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses | Peter Palfrader | 2006-02-13 |
| | | | | svn:r6009 | ||
* | work out a few more details of the dirserver-based reputation | Roger Dingledine | 2006-02-13 |
| | | | | | | | scheme. svn:r6008 | ||
* | which leads to a new todo item. help from a windows person please? | Roger Dingledine | 2006-02-13 |
| | | | | svn:r6006 | ||
* | rearrange todo a bit | Roger Dingledine | 2006-02-13 |
| | | | | svn:r5999 | ||
* | Let the users set ControlListenAddress in the torrc. | Roger Dingledine | 2006-02-13 |
| | | | | | | | | This can be dangerous, but there are some cases (like a secured LAN) where it makes sense. svn:r5997 | ||
* | the *ListenAddress config options were still named | Roger Dingledine | 2006-02-13 |
| | | | | | | | *BindAddress in the man page. svn:r5996 | ||
* | and mark off another todo item | Roger Dingledine | 2006-02-13 |
| | | | | svn:r5993 | ||
* | Generate 18.0.0.0/8 address policy format in descs when we can; warn when ↵ | Nick Mathewson | 2006-02-12 |
| | | | | | | the mask is not reducible to a bit-prefix. svn:r5991 | ||
* | stop trying to maintain separate version number in the | Roger Dingledine | 2006-02-12 |
| | | | | | | | tor-doc-foo files. now just point to the download page. svn:r5986 | ||
* | Retain unrecognized options in state file, so that we can be forward-compatible. | Nick Mathewson | 2006-02-12 |
| | | | | svn:r5985 |