summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-21commit this so it matches the tarballtor-0.1.1.14-alphaRoger Dingledine
svn:r6060
2006-02-21bump to 0.1.1.14-alphaRoger Dingledine
svn:r6059
2006-02-21i missed the other half of that grammar fixRoger Dingledine
svn:r6058
2006-02-21last changes in 0.1.1.14-alphaRoger Dingledine
svn:r6057
2006-02-20It's FI not Fi..fo fum..Andrew Lewman
svn:r6056
2006-02-20Convert make dist-osx to new file output naming schemeAndrew Lewman
svn:r6055
2006-02-20sort remaining 0.1.1.x todo itemsRoger Dingledine
svn:r6054
2006-02-20when saveconf fails in controller v1, we were returning a malformedRoger Dingledine
error string. svn:r6053
2006-02-20make the NoPublish option obsolete.Roger Dingledine
svn:r6052
2006-02-20tweakRoger Dingledine
svn:r6051
2006-02-20the other half of fixing bug 257. catch an error in more places.Roger Dingledine
svn:r6050
2006-02-19try to address bug 257: if rename() fails during saveconf, tellRoger Dingledine
the controller. svn:r6049
2006-02-19and put them in the man pageRoger Dingledine
svn:r6048
2006-02-19New config options to address bug 251:Roger Dingledine
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
2006-02-19Improve the "we have been waiting for 1140377851 seconds" logPeter Palfrader
svn:r6046
2006-02-19Include the osx installer in the Makefile as well.Andrew Lewman
svn:r6045
2006-02-19Include the uninstaller for osx in the distribution, but leave it hiddenAndrew Lewman
for the time being. svn:r6044
2006-02-19mark off a few todo itemsRoger Dingledine
svn:r6043
2006-02-19an interim changelog for 0.1.1.14-alphaRoger Dingledine
svn:r6042
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-18Add function names to log_* on non-gccPeter Palfrader
svn:r6039
2006-02-18forward port 0.1.0.17 changelogPeter Palfrader
svn:r6038
2006-02-18this is why you're not supposed to cut-and-paste codeRoger Dingledine
svn:r6037
2006-02-18Finish log function renaming for non-GNUC systemsPeter Palfrader
svn:r6034
2006-02-18Make it compile with VC7. It does not yet link.Peter Palfrader
svn:r6033
2006-02-18another way for old-style bsd folks to maybe build tor ifRoger Dingledine
they've got no other ways. svn:r6032
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-16Fix up Makefile.am for the rpm target_cpu and target_os implementation.Andrew Lewman
svn:r6024
2006-02-16Implement first version of the ability to target arch and OS in rpmAndrew Lewman
builds. This also implements the resulting dist-rpm filename to match the target arch. svn:r6023
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-15fix typo found in phobos's logsRoger Dingledine
svn:r6020
2006-02-15don't warn when we get a server descriptor from the controllerRoger Dingledine
but it's too old. that's not something tor should fix. svn:r6019
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-14Just because both are obsolete does not mean we prefer the newerPeter Palfrader
svn:r6016
2006-02-14Explain why we only expire open connectionsPeter Palfrader
svn:r6015
2006-02-14document the frequency for reachability testing by theRoger Dingledine
directory authorities. svn:r6014
2006-02-14Do not mark connections obsolete before they have done their TLS handshake ↵Peter Palfrader
or are at least 60 seconds old svn:r6013
2006-02-14Our connection_or_get_by_identity_digest() was slightly wrong. If bestPeter Palfrader
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
2006-02-13document ReachableDirAddresses and ReachableORAddressesPeter Palfrader
svn:r6011
2006-02-13Warn if ReachableAddresses is set when also ReachableDirAddresses and ↵Peter Palfrader
ReachableORAddresses are set. svn:r6010
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-13and resolve long-lines and fix an error stringRoger Dingledine
svn:r6007
2006-02-13which leads to a new todo item. help from a windows person please?Roger Dingledine
svn:r6006
2006-02-13the last of the log convention conversion. finally.Roger Dingledine
svn:r6005