aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAge
* fix the man page to say that the maxseverity part of the log•••line is optional even when logging to files. svn:r3096 Roger Dingledine2004-12-07
* Tweak running-own-network instructions•••svn:r3093 Nick Mathewson2004-12-06
* three more items for shortly post 0.0.9•••svn:r3088 Roger Dingledine2004-12-06
* fix tor-doc urls to point to new website•••svn:r3066 Roger Dingledine2004-12-03
* rearrange TODO a lot; still needs more.•••svn:r3065 Roger Dingledine2004-12-02
* two more items for post 0.0.9•••svn:r3049 Roger Dingledine2004-12-01
* add some todo items before arma conflicts with them ;)•••svn:r3048 Nick Mathewson2004-11-30
* .exit stuff is done.•••defer intro point bug fix til after 0.0.9 is out since it will be invasive. svn:r3044 Roger Dingledine2004-11-30
* Rather have a badly worded FAQ than a wrong one•••svn:r3043 Peter Palfrader2004-11-30
* fix more grammar stuff•••svn:r3037 Nick Mathewson2004-11-30
* It seems that some people just don't appreciate my avant-garde communication•••style, and expect me to use sentences in documentation. Doh. svn:r3034 Nick Mathewson2004-11-30
* Update tor-spec.txt: list and describe all router and directory fields.•••svn:r3030 Nick Mathewson2004-11-30
* If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos...•••svn:r3024 Nick Mathewson2004-11-30
* Implement new version format for post 0.1.•••svn:r3022 Nick Mathewson2004-11-29
* Fetch cached running-routers from servers that serve it (that is, authdirserv...•••svn:r3018 Nick Mathewson2004-11-29
* assing and tweak 009 items•••svn:r3014 Nick Mathewson2004-11-29
* list remaining items for 0.0.9•••did i miss any? svn:r3008 Roger Dingledine2004-11-29
* and document it•••svn:r3007 Roger Dingledine2004-11-28
* change documentation to point to correct parts of torrc•••svn:r2996 Roger Dingledine2004-11-27
* document directory interaction a bit better•••svn:r2994 Roger Dingledine2004-11-27
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* Add a TODO item•••svn:r2966 Nick Mathewson2004-11-24
* Document that times are in 24-hour format.•••svn:r2964 Nick Mathewson2004-11-23
* fix some typos; move to 0.0.9rc1•••svn:r2951 Roger Dingledine2004-11-23
* update todo some more•••svn:r2949 Roger Dingledine2004-11-23
* Note TODO status; add a couple of items for post-rc1.•••svn:r2947 Nick Mathewson2004-11-23
* Mark some TODO items done•••svn:r2940 Nick Mathewson2004-11-22
* Document changed options; tweak formatting slightly•••svn:r2937 Nick Mathewson2004-11-22
* better text for AccountingMaxKB•••document SIGUSR2 svn:r2915 Roger Dingledine2004-11-20
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...•••svn:r2911 Nick Mathewson2004-11-20
* clean up the tor-doc some•••svn:r2909 Roger Dingledine2004-11-18
* mark some last items for 009rc1•••svn:r2908 Nick Mathewson2004-11-18
* add a TODO item and some comment changes.•••svn:r2904 Nick Mathewson2004-11-16
* add signals to man page•••svn:r2899 Roger Dingledine2004-11-16
* mark off almost all remaining pre6 items•••svn:r2892 Roger Dingledine2004-11-15
* fix yet another 404•••svn:r2884 Roger Dingledine2004-11-15
* Define an elaborate set of lunacy to make sure that RPM versions do•••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 Nick Mathewson2004-11-14
* Allow more clock skew from unrecognized hosts than from recognized ones.•••svn:r2874 Nick Mathewson2004-11-14
* Fetch running-routers.•••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 Nick Mathewson2004-11-14
* Note item completed•••svn:r2870 Nick Mathewson2004-11-14
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF•••svn:r2868 Nick Mathewson2004-11-14
* Make TODO items done.•••svn:r2866 Nick Mathewson2004-11-14
* clean up spec headers, mark a few todo items off•••svn:r2851 Roger Dingledine2004-11-14
* correct the link to torrc.sample•••svn:r2850 Roger Dingledine2004-11-14
* Update windows installer todo•••svn:r2841 Nick Mathewson2004-11-14
* Document remaining configuration options; add a ccheck for redundant authenti...•••svn:r2833 Nick Mathewson2004-11-13
* Track whether descriptor is dirty/uploaded. When any options are set, mark i...•••svn:r2832 Nick Mathewson2004-11-13
* add in some more todo items•••svn:r2831 Roger Dingledine2004-11-13
* remove finished 0.0.9pre5 items•••add a weasel-wishlist item svn:r2830 Roger Dingledine2004-11-13
* Allocate 009pre6 items•••svn:r2829 Nick Mathewson2004-11-13