summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2004-12-12separate server instructions into mandatory and optional listsRoger Dingledine
svn:r3136
2004-12-12mark top of faq as obsolete, and point to real faq urlRoger Dingledine
svn:r3135
2004-12-12update the 'how to configure a server' section.Roger Dingledine
svn:r3134
2004-12-11reflect the tor-ops decision process more clearlyRoger Dingledine
svn:r3132
2004-12-11clean up ExitPolicy documentationRoger Dingledine
svn:r3130
2004-12-07fix the man page to say that the maxseverity part of the logRoger Dingledine
line is optional even when logging to files. svn:r3096
2004-12-06Tweak running-own-network instructionsNick Mathewson
svn:r3093
2004-12-06three more items for shortly post 0.0.9Roger Dingledine
svn:r3088
2004-12-03fix tor-doc urls to point to new websiteRoger Dingledine
svn:r3066
2004-12-02rearrange TODO a lot; still needs more.Roger Dingledine
svn:r3065
2004-12-01two more items for post 0.0.9Roger Dingledine
svn:r3049
2004-11-30add some todo items before arma conflicts with them ;)Nick Mathewson
svn:r3048
2004-11-30.exit stuff is done.Roger Dingledine
defer intro point bug fix til after 0.0.9 is out since it will be invasive. svn:r3044
2004-11-30Rather have a badly worded FAQ than a wrong onePeter Palfrader
svn:r3043
2004-11-30fix more grammar stuffNick Mathewson
svn:r3037
2004-11-30It seems that some people just don't appreciate my avant-garde communicationNick Mathewson
style, and expect me to use sentences in documentation. Doh. svn:r3034
2004-11-30Update tor-spec.txt: list and describe all router and directory fields.Nick Mathewson
svn:r3030
2004-11-30If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. ↵Nick Mathewson
Impose minima and maxima for all *Period options; impose even tighter maxima for fetching if we are a caching dirserver. Clip rather than rejecting. arma: are these good? svn:r3024
2004-11-29Implement new version format for post 0.1.Nick Mathewson
svn:r3022
2004-11-29Fetch cached running-routers from servers that serve it (that is, ↵Nick Mathewson
authdirservers, and servers running 0.0.9rc5-cvs or later.) svn:r3018
2004-11-29assing and tweak 009 itemsNick Mathewson
svn:r3014
2004-11-29list remaining items for 0.0.9Roger Dingledine
did i miss any? svn:r3008
2004-11-28and document itRoger Dingledine
svn:r3007
2004-11-27change documentation to point to correct parts of torrcRoger Dingledine
svn:r2996
2004-11-27document directory interaction a bit betterRoger Dingledine
svn:r2994
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
svn:r2989
2004-11-24Add a TODO itemNick Mathewson
svn:r2966
2004-11-23Document that times are in 24-hour format.Nick Mathewson
svn:r2964
2004-11-23fix some typos; move to 0.0.9rc1Roger Dingledine
svn:r2951
2004-11-23update todo some moreRoger Dingledine
svn:r2949
2004-11-23Note TODO status; add a couple of items for post-rc1.Nick Mathewson
svn:r2947
2004-11-22Mark some TODO items doneNick Mathewson
svn:r2940
2004-11-22Document changed options; tweak formatting slightlyNick Mathewson
svn:r2937
2004-11-20better text for AccountingMaxKBRoger Dingledine
document SIGUSR2 svn:r2915
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting ↵Nick Mathewson
setup. More docs needed svn:r2911
2004-11-18clean up the tor-doc someRoger Dingledine
svn:r2909
2004-11-18mark some last items for 009rc1Nick Mathewson
svn:r2908
2004-11-16add a TODO item and some comment changes.Nick Mathewson
svn:r2904
2004-11-16add signals to man pageRoger Dingledine
svn:r2899
2004-11-15mark off almost all remaining pre6 itemsRoger Dingledine
svn:r2892
2004-11-15fix yet another 404Roger Dingledine
svn:r2884
2004-11-14Define an elaborate set of lunacy to make sure that RPM versions doNick Mathewson
the right thing with our recalcitrant versioning scheme. See tor.spec.in for full details. Basically, the progression is now: Tor version RPM version 0.0.8 ---> 0.0.8 0.0.8.1 ---> 0.0.8.1 0.0.9pre1-cvs ---> 0.0.8.99.0.0.9.pre.1.cvs 0.0.9pre1 ---> 0.0.8.99.0.0.9.pre.1.release 0.0.9pre2 ---> 0.0.8.99.0.0.9.pre.2.release 0.0.9rc1 ---> 0.0.8.99.0.0.9.rc.1.release 0.0.9 ---> 0.0.9 0.0.9.1-cvs ---> 0.0.9.0.99.0.0.9.1.cvs 0.0.9.1 ---> 0.0.9.1 The spec file (but not the system) will break if a tor version ends in ".0", so don't do that yet. svn:r2877
2004-11-14Allow more clock skew from unrecognized hosts than from recognized ones.Nick Mathewson
svn:r2874
2004-11-14Fetch running-routers.Nick Mathewson
Split logic to initiate dirfetch, running-routers fetch, and descriptor post. arma: There are some XXXs here that raise design questions which we should solve before the next release. The biggest problem is this: Right now, the directory is about 50X as large as running-routers uncompressed, and about 36X as large compressed. Assuming: - everybody gets the compressed version of everything, - everybody gets cached directories from random dirservers and uncached r-r from authdirservers - everybody downloads r-r at the same rate they now download dirs, then using r-r from will *increase* authdirserver directory bandwidth usage if there are significantly more caches than authdirservers. I think it's safe to leave this in for now, since there aren't 3x36 caching dirservers, but we should make everybody with a dirport cache running-routers soon. But I could be wrong. svn:r2872
2004-11-14Note item completedNick Mathewson
svn:r2870
2004-11-14Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson
svn:r2868
2004-11-14Make TODO items done.Nick Mathewson
svn:r2866
2004-11-14clean up spec headers, mark a few todo items offRoger Dingledine
svn:r2851
2004-11-14correct the link to torrc.sampleRoger Dingledine
svn:r2850
2004-11-14Update windows installer todoNick Mathewson
svn:r2841