aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* commit this so it matches the tarballRoger Dingledine2006-02-21
| | | | svn:r6060
* bump to 0.1.1.14-alphaRoger Dingledine2006-02-21
| | | | svn:r6059
* i missed the other half of that grammar fixRoger Dingledine2006-02-21
| | | | svn:r6058
* last changes in 0.1.1.14-alphaRoger Dingledine2006-02-21
| | | | svn:r6057
* It's FI not Fi..fo fum..Andrew Lewman2006-02-20
| | | | svn:r6056
* Convert make dist-osx to new file output naming schemeAndrew Lewman2006-02-20
| | | | svn:r6055
* sort remaining 0.1.1.x todo itemsRoger Dingledine2006-02-20
| | | | svn:r6054
* when saveconf fails in controller v1, we were returning a malformedRoger Dingledine2006-02-20
| | | | | | | error string. svn:r6053
* make the NoPublish option obsolete.Roger Dingledine2006-02-20
| | | | svn:r6052
* tweakRoger Dingledine2006-02-20
| | | | svn:r6051
* the other half of fixing bug 257. catch an error in more places.Roger Dingledine2006-02-20
| | | | svn:r6050
* try to address bug 257: if rename() fails during saveconf, tellRoger Dingledine2006-02-19
| | | | | | | the controller. svn:r6049
* and put them in the man pageRoger Dingledine2006-02-19
| | | | svn:r6048
* New config options to address bug 251:Roger Dingledine2006-02-19
| | | | | | | | | | | | FetchServerDescriptors and FetchHidServDescriptors for whether to fetch server info and hidserv info or let the controller do it, and also PublishServerDescriptor and PublishHidServDescriptors. Add AllDirActionsPrivate undocumented option -- if you set it, you'll need the controller to bootstrap you enough to build your first circuits. svn:r6047
* Improve the "we have been waiting for 1140377851 seconds" logPeter Palfrader2006-02-19
| | | | svn:r6046
* Include the osx installer in the Makefile as well.Andrew Lewman2006-02-19
| | | | svn:r6045
* Include the uninstaller for osx in the distribution, but leave it hiddenAndrew Lewman2006-02-19
| | | | | | | for the time being. svn:r6044
* mark off a few todo itemsRoger Dingledine2006-02-19
| | | | svn:r6043
* an interim changelog for 0.1.1.14-alphaRoger Dingledine2006-02-19
| | | | svn:r6042
* clean up the Reachable*Addresses changesRoger Dingledine2006-02-19
| | | | svn:r6041
* Updated instructions to work under the latest 10.4.5 point release fromAndrew Lewman2006-02-18
| | | | | | | Apple. svn:r6040
* Add function names to log_* on non-gccPeter Palfrader2006-02-18
| | | | svn:r6039
* forward port 0.1.0.17 changelogPeter Palfrader2006-02-18
| | | | svn:r6038
* this is why you're not supposed to cut-and-paste codeRoger Dingledine2006-02-18
| | | | svn:r6037
* Finish log function renaming for non-GNUC systemsPeter Palfrader2006-02-18
| | | | svn:r6034
* Make it compile with VC7. It does not yet link.Peter Palfrader2006-02-18
| | | | svn:r6033
* another way for old-style bsd folks to maybe build tor ifRoger Dingledine2006-02-18
| | | | | | | they've got no other ways. svn:r6032
* New clear and concise directions for building Tor on OSX machines.Andrew Lewman2006-02-17
| | | | | | | Moved the documentation into the doc/ dir where it belongs. svn:r6027
* All new, re-written instructions for building Tor binaries in rpmAndrew Lewman2006-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 filesRoger Dingledine2006-02-16
| | | | svn:r6025
* Fix up Makefile.am for the rpm target_cpu and target_os implementation.Andrew Lewman2006-02-16
| | | | svn:r6024
* Implement first version of the ability to target arch and OS in rpmAndrew Lewman2006-02-16
| | | | | | | | builds. This also implements the resulting dist-rpm filename to match the target arch. svn:r6023
* and don't ship it eitherRoger Dingledine2006-02-16
| | | | svn:r6022
* remove the obsolete faq entries that were somehow still around.Roger Dingledine2006-02-16
| | | | svn:r6021
* fix typo found in phobos's logsRoger Dingledine2006-02-15
| | | | svn:r6020
* don't warn when we get a server descriptor from the controllerRoger Dingledine2006-02-15
| | | | | | | but it's too old. that's not something tor should fix. svn:r6019
* Remove the tor rpm creation text from the tor.spec.in file, asAndrew Lewman2006-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 localRoger Dingledine2006-02-14
| | | | | | | resources from your tor server. svn:r6017
* Just because both are obsolete does not mean we prefer the newerPeter Palfrader2006-02-14
| | | | svn:r6016
* Explain why we only expire open connectionsPeter Palfrader2006-02-14
| | | | svn:r6015
* document the frequency for reachability testing by theRoger Dingledine2006-02-14
| | | | | | | directory authorities. svn:r6014
* Do not mark connections obsolete before they have done their TLS handshake ↵Peter Palfrader2006-02-14
| | | | | | or are at least 60 seconds old svn:r6013
* Our connection_or_get_by_identity_digest() was slightly wrong. If bestPeter Palfrader2006-02-14
| | | | | | | | | didn't have any circuits on it, but conn had circuits, we would not make conn our new best unless it was also newer. Also, restructure the code a bit to maybe make it clearer. svn:r6012
* document ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
| | | | svn:r6011
* Warn if ReachableAddresses is set when also ReachableDirAddresses and ↵Peter Palfrader2006-02-13
| | | | | | ReachableORAddresses are set. svn:r6010
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
| | | | svn:r6009
* work out a few more details of the dirserver-based reputationRoger Dingledine2006-02-13
| | | | | | | scheme. svn:r6008
* and resolve long-lines and fix an error stringRoger Dingledine2006-02-13
| | | | svn:r6007
* which leads to a new todo item. help from a windows person please?Roger Dingledine2006-02-13
| | | | svn:r6006
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
| | | | svn:r6005