| Commit message (Expand) | Author | Age |
* | Add missing line; add similar check | Nick Mathewson | 2004-10-14 |
* | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson | 2004-10-14 |
* | Add default trusted-dir-server entries only when no dirserver lines are given... | Nick Mathewson | 2004-10-13 |
* | Make directories get generated properly again; debug key lookup. Also, it is... | Nick Mathewson | 2004-10-13 |
* | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson | 2004-10-12 |
* | Include a dir-signing-key token in directories to tell the parsing entity whi... | Nick Mathewson | 2004-10-07 |
* | Workaround for bug on windows where cached-directories get crlf corruption. | Nick Mathewson | 2004-10-07 |
* | when an OR starts up, it loads its directory from cache. | Roger Dingledine | 2004-10-06 |
* | Only check versions against downloaded directories, not cached directories. | Nick Mathewson | 2004-10-03 |
* | prefer tor_free to free | Roger Dingledine | 2004-09-29 |
* | if our local cached directory is new enough, go ahead and | Roger Dingledine | 2004-09-28 |
* | Make sure that routerlists contain only routers; give a better error message ... | Nick Mathewson | 2004-09-28 |
* | cached-directory has a directory, not a router list | Nick Mathewson | 2004-09-28 |
* | fix some local buffer overflows | Roger Dingledine | 2004-09-28 |
* | slightly better warn message | Roger Dingledine | 2004-09-21 |
* | Warn the user when we mark ourself as down. | Nick Mathewson | 2004-09-21 |
* | don't pick administrative-friends when picking your path | Roger Dingledine | 2004-09-10 |
* | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson | 2004-09-08 |
* | Flush more changes from sandbox | Nick Mathewson | 2004-09-08 |
* | Use new split function and strcmpstart correctly | Nick Mathewson | 2004-09-02 |
* | when picking unverified routers, skip those with bad uptime or | Roger Dingledine | 2004-08-20 |
* | if options.FascistFirewall but none are running on port 80, try | Roger Dingledine | 2004-08-18 |
* | tolerate old 0.0.7 clients that demand a certain ip:port for a router | Roger Dingledine | 2004-08-18 |
* | when we try to exclude our routerinfo from being picked in the | Roger Dingledine | 2004-08-18 |
* | remove crazy notion that clique_mode() means we are | Roger Dingledine | 2004-08-18 |
* | bugfix: make intro circuits work again | Roger Dingledine | 2004-08-18 |
* | choose exit nodes by bandwidth too | Roger Dingledine | 2004-08-18 |
* | when a verified routerinfo arrives with a new key than the previous | Roger Dingledine | 2004-08-17 |
* | now that we parse router->uptime, make use of it | Roger Dingledine | 2004-08-17 |
* | use unverified routers in the desired positions | Roger Dingledine | 2004-08-17 |
* | Clean up last patch; implement (mostly) proper handling for verified/unverifi... | Nick Mathewson | 2004-08-17 |
* | if a router claim huge bandwidth, don't believe it | Roger Dingledine | 2004-08-17 |
* | Add a generic Comma-separated-value config type, and a FirewallPorts option t... | Nick Mathewson | 2004-08-16 |
* | Implement strict{entry|exit}nodes config options | Nick Mathewson | 2004-08-15 |
* | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine | 2004-08-15 |
* | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine | 2004-08-08 |
* | Don't warn about being unverified if you're not in the running-routers | Roger Dingledine | 2004-08-07 |
* | Allow multiple ORs with same nickname in routerlist | Nick Mathewson | 2004-08-07 |
* | be willing to expire routers that have a dirport open | Roger Dingledine | 2004-08-06 |
* | let purging routerinfos and descriptors take an age argument | Roger Dingledine | 2004-08-06 |
* | Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig... | Nick Mathewson | 2004-08-04 |
* | put a comment by routerlist_update_from_runningrouters() to | Roger Dingledine | 2004-08-04 |
* | clean whitespace and tabs | Roger Dingledine | 2004-07-22 |
* | Chek for overlong nicknames in add_nickname_list_to_smartlist | Nick Mathewson | 2004-07-22 |
* | Add notion of "longest nickname-or-hex-digest-with-$" | Nick Mathewson | 2004-07-22 |
* | Add noisy debug log to hunt for bug in router_update_status_from_smartlist | Nick Mathewson | 2004-07-22 |
* | Never use time(NULL) as assumed publication time for a directory. | Nick Mathewson | 2004-07-22 |
* | populate router_get_my_routerinfo()->is_verified | Roger Dingledine | 2004-07-22 |
* | solve the authdirserver initialization precedence problem | Roger Dingledine | 2004-07-21 |
* | disallow picking unverified routers in circuits | Roger Dingledine | 2004-07-21 |