| Commit message (Expand) | Author | Age |
* | Sometime post 0.0.9, we should integrate an http proxy into Tor (maybe•••as a third class of worker process), so we can stop shipping with the
beast that is Privoxy.
svn:r3359
| Roger Dingledine | 2005-01-16 |
* | Note that we need to check return codes from more libevent functions•••svn:r3343
| Nick Mathewson | 2005-01-12 |
* | Make Tor use Niels Provos's libevent instead of it's current•••poll-but-sometimes-select mess. This will let us use faster async cores
(like epoll, kpoll, and /dev/poll), and hopefully work better on Windows
too.
There are some fairly nasty changes to main.c here; this will almost
certainly break something. But hey, that's what alphas are for.
svn:r3341
| Nick Mathewson | 2005-01-12 |
* | Enable Mac startup script by default•••svn:r3311
| Nick Mathewson | 2005-01-05 |
* | Implement SIGNAL control command.•••svn:r3307
| Nick Mathewson | 2005-01-05 |
* | Note some 0093 items•••svn:r3304
| Nick Mathewson | 2005-01-05 |
* | mention where to find the 'fingerprint' file•••svn:r3249
| Roger Dingledine | 2005-01-03 |
* | add items to TODO•••svn:r3222
| Nick Mathewson | 2004-12-24 |
* | sort TODO items in tier 1 and 2 by category. This needs more work.•••svn:r3214
| Nick Mathewson | 2004-12-23 |
* | we need to figure out how to make the rpm not strip the binaries it makes•••svn:r3191
| Roger Dingledine | 2004-12-20 |
* | Add opprotunistic circuit-building tweak to Tor TODO•••svn:r3172
| Nick Mathewson | 2004-12-18 |
* | add a wishlist item from weasel and aphex•••svn:r3159
| Roger Dingledine | 2004-12-17 |
* | Note windows __FILE__ nuisance in TODO.•••svn:r3146
| Nick Mathewson | 2004-12-13 |
* | update the 'how to configure a server' section.•••svn:r3134
| Roger Dingledine | 2004-12-12 |
* | three more items for shortly post 0.0.9•••svn:r3088
| Roger Dingledine | 2004-12-06 |
* | rearrange TODO a lot; still needs more.•••svn:r3065
| Roger Dingledine | 2004-12-02 |
* | two more items for post 0.0.9•••svn:r3049
| Roger Dingledine | 2004-12-01 |
* | add some todo items before arma conflicts with them ;)•••svn:r3048
| Nick Mathewson | 2004-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 Dingledine | 2004-11-30 |
* | Update tor-spec.txt: list and describe all router and directory fields.•••svn:r3030
| Nick Mathewson | 2004-11-30 |
* | If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos...•••svn:r3024
| Nick Mathewson | 2004-11-30 |
* | Implement new version format for post 0.1.•••svn:r3022
| Nick Mathewson | 2004-11-29 |
* | Fetch cached running-routers from servers that serve it (that is, authdirserv...•••svn:r3018
| Nick Mathewson | 2004-11-29 |
* | assing and tweak 009 items•••svn:r3014
| Nick Mathewson | 2004-11-29 |
* | list remaining items for 0.0.9•••did i miss any?
svn:r3008
| Roger Dingledine | 2004-11-29 |
* | Add a TODO item•••svn:r2966
| Nick Mathewson | 2004-11-24 |
* | update todo some more•••svn:r2949
| Roger Dingledine | 2004-11-23 |
* | Note TODO status; add a couple of items for post-rc1.•••svn:r2947
| Nick Mathewson | 2004-11-23 |
* | Mark some TODO items done•••svn:r2940
| Nick Mathewson | 2004-11-22 |
* | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...•••svn:r2911
| Nick Mathewson | 2004-11-20 |
* | mark some last items for 009rc1•••svn:r2908
| Nick Mathewson | 2004-11-18 |
* | add a TODO item and some comment changes.•••svn:r2904
| Nick Mathewson | 2004-11-16 |
* | mark off almost all remaining pre6 items•••svn:r2892
| Roger Dingledine | 2004-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 Mathewson | 2004-11-14 |
* | Allow more clock skew from unrecognized hosts than from recognized ones.•••svn:r2874
| Nick Mathewson | 2004-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 Mathewson | 2004-11-14 |
* | Note item completed•••svn:r2870
| Nick Mathewson | 2004-11-14 |
* | Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF•••svn:r2868
| Nick Mathewson | 2004-11-14 |
* | Make TODO items done.•••svn:r2866
| Nick Mathewson | 2004-11-14 |
* | clean up spec headers, mark a few todo items off•••svn:r2851
| Roger Dingledine | 2004-11-14 |
* | Update windows installer todo•••svn:r2841
| Nick Mathewson | 2004-11-14 |
* | Document remaining configuration options; add a ccheck for redundant authenti...•••svn:r2833
| Nick Mathewson | 2004-11-13 |
* | Track whether descriptor is dirty/uploaded. When any options are set, mark i...•••svn:r2832
| Nick Mathewson | 2004-11-13 |
* | add in some more todo items•••svn:r2831
| Roger Dingledine | 2004-11-13 |
* | remove finished 0.0.9pre5 items•••add a weasel-wishlist item
svn:r2830
| Roger Dingledine | 2004-11-13 |
* | Allocate 009pre6 items•••svn:r2829
| Nick Mathewson | 2004-11-13 |
* | Write most of the implementation for SAVECONF.•••svn:r2820
| Nick Mathewson | 2004-11-12 |
* | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...•••svn:r2819
| Nick Mathewson | 2004-11-12 |
* | Note a pre6 item•••svn:r2796
| Nick Mathewson | 2004-11-10 |
* | check off last 0.0.9pre5 todo items•••svn:r2761
| Roger Dingledine | 2004-11-10 |