Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-25 | Add core spec todos from meeting | Nick Mathewson | |
svn:r5304 | |||
2005-10-25 | add minor todos from meeting | Nick Mathewson | |
svn:r5303 | |||
2005-10-24 | if we expect tor to crash with the bug we can't solve, then at least | Roger Dingledine | |
try to give users a more pleasant experience. svn:r5299 | |||
2005-10-24 | make the hidden wiki link more prominent. | Roger Dingledine | |
svn:r5294 | |||
2005-10-14 | Enable trivial "download by descriptor digest" functionality. | Nick Mathewson | |
svn:r5250 | |||
2005-10-12 | More work towards a sane digest-based liveness testing. | Nick Mathewson | |
svn:r5238 | |||
2005-10-07 | the installer screenshot lists no version, so stop being so defensive | Roger Dingledine | |
svn:r5223 | |||
2005-10-05 | add a todo: clients should use Stable/Fast flags | Nick Mathewson | |
svn:r5205 | |||
2005-10-05 | On sighup, if usehelpernodes changed to 1, use new circuits. | Nick Mathewson | |
svn:r5203 | |||
2005-10-04 | When we get an EOF or a timeout on a directory connection, note how many ↵ | Nick Mathewson | |
bytes of serverdesc we are dropping. This will help us determine whether it is smart to parse incomplete serverdesc responses. svn:r5186 | |||
2005-10-04 | Check for named servers when looking them up by nickname; | Nick Mathewson | |
warn when we'recalling a non-named server by its nickname; don't warn twice about the same name. Fix a bug in routers_update_status_from_networkstatus that made nearly all clients never update routerinfo_t.is_named. Try to list MyFamily elements by key, not by nickname. Only warn about names that we generated ourself, or got from the local user. On TLS handshake, only check the other router's nickname against its expected nickname if is_named is set. svn:r5185 | |||
2005-10-04 | link nicknames to trusted directory servers; log these nicknames when ↵ | Nick Mathewson | |
mentioning servers; also, when we get a naming conflict; log which nicknames or keys are supposed to bind. svn:r5184 | |||
2005-09-30 | Note a couple more dir-spec TODOs | Nick Mathewson | |
svn:r5167 | |||
2005-09-30 | some more todo item, plus mark one off. | Roger Dingledine | |
svn:r5156 | |||
2005-09-27 | Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines ↵ | Nick Mathewson | |
(if they exist). svn:r5146 | |||
2005-09-27 | remove historical stuff from dir-spec.txt | Nick Mathewson | |
svn:r5145 | |||
2005-09-25 | added the one line hack for default selinux targeted policy to allow | Andrew Lewman | |
tor/privoxy to work correctly. svn:r5143 | |||
2005-09-24 | mention the new stable version. | Roger Dingledine | |
and explicitly mention that selinux on FC4 is a problem for tor. svn:r5136 | |||
2005-09-23 | Log even less verbosely. Also, do not download old (frequently-updating) ↵ | Nick Mathewson | |
servers more than once every 2 hours. svn:r5134 | |||
2005-09-23 | Provide dire warnings to any users who set DirServer; move it out of ↵ | Nick Mathewson | |
torrc.sample and into torrc.complete. svn:r5132 | |||
2005-09-22 | I love the smell of C in the morning. Make router-download rules smarter ↵ | Nick Mathewson | |
(download more so long as we dont duplicate existing requests; relaunch at staggered intervals); relaunch one a minute or on failure; reset 60 minutes; always open 3 requests if we can; add authority opinion to networkstatus; make naming rule correct. There is a remaining bug where we retry servers too quickly; We need to look at that harder. svn:r5110 | |||
2005-09-21 | Move items from meeting into dir-spec and TODO. | Nick Mathewson | |
svn:r5102 | |||
2005-09-21 | Add notes of things that must be done to dir-spec | Nick Mathewson | |
svn:r5099 | |||
2005-09-20 | Add a temporary section to dir-spec reflecting what we actually do now. | Nick Mathewson | |
svn:r5097 | |||
2005-09-20 | a few more todo items done | Roger Dingledine | |
svn:r5096 | |||
2005-09-20 | clean up new dir spec a bit more | Roger Dingledine | |
svn:r5094 | |||
2005-09-18 | Prevent a "try forever to download an unobtainable descriptor" bug. Still ↵ | Nick Mathewson | |
remaining: the "give up forever" bug. svn:r5090 | |||
2005-09-18 | Specify exactly what we meant by "the digest of a descriptor". Fortunately, ↵ | Nick Mathewson | |
we dont depend on it being right yet. svn:r5085 | |||
2005-09-16 | add a couple of directory items | Nick Mathewson | |
svn:r5084 | |||
2005-09-15 | Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ↵ | Nick Mathewson | |
every authdir has to be a naming authdir. svn:r5074 | |||
2005-09-15 | Stop downloading directories and download routers instead. This still needs ↵ | Nick Mathewson | |
some work, but at last clients are finally on the new architecture. Next comes the tuning and bugfixing. svn:r5070 | |||
2005-09-14 | tweak punctuation | Roger Dingledine | |
svn:r5065 | |||
2005-09-14 | Big commit: clients start downloading and using network-statuses. | Nick Mathewson | |
Only caches need to get running-routers; nobody needs to parse, store, or use it. Same for the router-status line in the directories. Add many #if 0's that can get removed once I'm convinced they don't contain anything I'm forgetting. Start all newly-parsed routers as non-running and non-valid; update them from the list of network statuses. Update all routers when a new networkstatus comes in. After 3 tries for a networkstatus, clients give up until they're told to try again. "Let's get those missles ready to **DESTROY THE UNIVERSE**!" -TMBG svn:r5063 | |||
2005-09-14 | update directory todos | Nick Mathewson | |
svn:r5052 | |||
2005-09-14 | update todo a bit | Roger Dingledine | |
svn:r5049 | |||
2005-09-14 | document the new functionality that crept in: | Roger Dingledine | |
RESETCONF exitpolicy=foo is equivalent to SETCONF exitpolicy=foo unless foo is a linelist with a non-null default (we don't have any of those currently), in which it appends to the default rather than replacing. svn:r5047 | |||
2005-09-13 | correct a mistake i just added | Roger Dingledine | |
svn:r5039 | |||
2005-09-13 | update control spec to reflect our new SETCONF behavior | Roger Dingledine | |
svn:r5038 | |||
2005-09-13 | make clearer the ulimit -n instructions | Roger Dingledine | |
svn:r5037 | |||
2005-09-13 | clean up the server docs for ulimit -n | Roger Dingledine | |
svn:r5036 | |||
2005-09-12 | put the last nail in tor-doc.html | Roger Dingledine | |
svn:r5019 | |||
2005-09-12 | answer question | Nick Mathewson | |
svn:r5010 | |||
2005-09-12 | fix some grammar and ask a question | Roger Dingledine | |
svn:r5008 | |||
2005-09-12 | Dir spec change: Clarify rules on how to treat servers based on ↵ | Nick Mathewson | |
networkstatus values. Is this sane? svn:r5004 | |||
2005-09-11 | it's a new month | Roger Dingledine | |
svn:r4999 | |||
2005-09-11 | reference exit policy faq entry, and add an item about rate limiting. | Roger Dingledine | |
svn:r4995 | |||
2005-09-10 | two more bugs we should fix | Roger Dingledine | |
svn:r4993 | |||
2005-09-10 | add another todo item | Roger Dingledine | |
svn:r4979 | |||
2005-09-09 | and say that in the man page | Roger Dingledine | |
svn:r4975 | |||
2005-09-09 | fix duplicate word | Roger Dingledine | |
svn:r4961 |