Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-16 | add signals to man page | Roger Dingledine | |
svn:r2899 | |||
2004-11-15 | mark off almost all remaining pre6 items | Roger Dingledine | |
svn:r2892 | |||
2004-11-15 | fix yet another 404 | Roger Dingledine | |
svn:r2884 | |||
2004-11-14 | Define an elaborate set of lunacy to make sure that RPM versions do | Nick 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-14 | Allow more clock skew from unrecognized hosts than from recognized ones. | Nick Mathewson | |
svn:r2874 | |||
2004-11-14 | Fetch 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-14 | Note item completed | Nick Mathewson | |
svn:r2870 | |||
2004-11-14 | Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF | Nick Mathewson | |
svn:r2868 | |||
2004-11-14 | Make TODO items done. | Nick Mathewson | |
svn:r2866 | |||
2004-11-14 | clean up spec headers, mark a few todo items off | Roger Dingledine | |
svn:r2851 | |||
2004-11-14 | correct the link to torrc.sample | Roger Dingledine | |
svn:r2850 | |||
2004-11-14 | Update windows installer todo | Nick Mathewson | |
svn:r2841 | |||
2004-11-13 | Document remaining configuration options; add a ccheck for redundant ↵ | Nick Mathewson | |
authentication mechanisms in options_validate; add TODO items for post-009 hibernation features svn:r2833 | |||
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark ↵ | Nick Mathewson | |
it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty. svn:r2832 | |||
2004-11-13 | add in some more todo items | Roger Dingledine | |
svn:r2831 | |||
2004-11-13 | remove finished 0.0.9pre5 items | Roger Dingledine | |
add a weasel-wishlist item svn:r2830 | |||
2004-11-13 | Allocate 009pre6 items | Nick Mathewson | |
svn:r2829 | |||
2004-11-13 | include control-spec.txt in the tarball | Roger Dingledine | |
svn:r2826 | |||
2004-11-12 | Write most of the implementation for SAVECONF. | Nick Mathewson | |
svn:r2820 | |||
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and ↵ | Nick Mathewson | |
directory connections too. Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act. svn:r2819 | |||
2004-11-12 | mention that Address doesn't need to be set | Roger Dingledine | |
svn:r2802 | |||
2004-11-12 | move datadirectory to the 'general' section, | Roger Dingledine | |
move contactinfo to the 'server' section svn:r2801 | |||
2004-11-10 | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson | |
choose circuit ID types. This is important because our view of "the nickname of the router on the other side of this connection" is skewed, and depends on whether we think the other rotuer is verified--and there's no way to know whether another router thinks you are verified. For backward compatibility, we notice when the other router chooses the same circuit ID type as us (because it's running an old version), and switch our type to be polite. svn:r2797 | |||
2004-11-10 | Note a pre6 item | Nick Mathewson | |
svn:r2796 | |||
2004-11-10 | More whitespace normalization | Nick Mathewson | |
svn:r2768 | |||
2004-11-10 | fix more typos in man page | Roger Dingledine | |
svn:r2767 | |||
2004-11-10 | clarify that nodefamily is only need when the server doesn't | Roger Dingledine | |
use myfamily svn:r2766 | |||
2004-11-10 | DirFetchPostPeriod is not a sub-element of AllowUnverifiedNodes | Roger Dingledine | |
svn:r2764 | |||
2004-11-10 | check off last 0.0.9pre5 todo items | Roger Dingledine | |
svn:r2761 | |||
2004-11-09 | control event logs include loglevel notice | Roger Dingledine | |
svn:r2746 | |||
2004-11-09 | our tor-doc.html has never once mentioned the authoritativedirectory | Roger Dingledine | |
config option. oops. svn:r2745 | |||
2004-11-09 | Document accounting | Nick Mathewson | |
svn:r2721 | |||
2004-11-09 | and another todo item for nick | Roger Dingledine | |
svn:r2720 | |||
2004-11-09 | 0.0.9pre5 approaches | Roger Dingledine | |
svn:r2719 | |||
2004-11-07 | Fix up error codes | Nick Mathewson | |
svn:r2706 | |||
2004-11-07 | clean up control spec, man page | Roger Dingledine | |
svn:r2703 | |||
2004-11-05 | Update log documentation | Nick Mathewson | |
svn:r2691 | |||
2004-11-05 | Mark items completed; clarify items; remove dups | Nick Mathewson | |
svn:r2690 | |||
2004-11-05 | Note item status from meeting | Nick Mathewson | |
svn:r2685 | |||
2004-11-04 | Adjust GETCONFIG/SETCONFIG specification in control-spec | Nick Mathewson | |
svn:r2677 | |||
2004-11-03 | Update control-spec.txt; some minor changes; more thoughts on authentication | Nick Mathewson | |
svn:r2665 | |||
2004-11-03 | Start implementing control interface. | Nick Mathewson | |
svn:r2652 | |||
2004-11-02 | First attempt at hibernation code. It needs more work around the XXXXs, but ↵ | Nick Mathewson | |
first I want arma to review the basic approach while I meditate on how to fix them. svn:r2649 | |||
2004-11-01 | make the tarball build | Roger Dingledine | |
svn:r2639 | |||
2004-10-31 | clean up confusing instruction | Roger Dingledine | |
svn:r2634 | |||
2004-10-30 | tor --list-fingerprint to print fingerprint and exit | Nick Mathewson | |
svn:r2627 | |||
2004-10-30 | add a note to the doc telling openbsd folks that their fd limit is | Roger Dingledine | |
too low svn:r2626 | |||
2004-10-30 | Add TODO item: gripe early when fd limits are low, rather than blowing up ↵ | Nick Mathewson | |
when we run out svn:r2625 | |||
2004-10-28 | Note item completion | Nick Mathewson | |
svn:r2622 | |||
2004-10-28 | Rename Python tor-resolve to tor-resolve.py; stop installing it; move ↵ | Nick Mathewson | |
tor-resolve manpage to doc directory svn:r2621 |