Age | Commit message (Expand) | Author |
2004-08-18 | 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-17 | 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-16 | Add a generic Comma-separated-value config type, and a FirewallPorts option t... | Nick Mathewson |
2004-08-15 | Implement strict{entry|exit}nodes config options | Nick Mathewson |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-08 | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine |
2004-08-07 | 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-06 | 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-04 | 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-07-22 | 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-21 | solve the authdirserver initialization precedence problem | Roger Dingledine |
2004-07-21 | disallow picking unverified routers in circuits | Roger Dingledine |
2004-07-21 | authdirservers accept the uploading of unverified descriptors. | Roger Dingledine |
2004-07-21 | rearrange to prepare to solve the authdirserver initialization | Roger Dingledine |
2004-07-20 | Remember list of digests for trusted dirservers; use this list to tell whethe... | Nick Mathewson |
2004-07-20 | clients can now pick non-authdirservers for fetching directories. | Roger Dingledine |
2004-07-18 | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson |
2004-07-16 | Remove 1024-router limit in routerparse.c; unify handling of running-routers ... | Nick Mathewson |
2004-07-16 | Resolve all DOCDOCs. | Nick Mathewson |
2004-07-12 | tor now tolerates down dirservers better | Roger Dingledine |
2004-07-12 | if connecting to an OR fails immediately, mark it as down | Roger Dingledine |
2004-07-04 | touchups all over | Roger Dingledine |
2004-07-04 | When tor_lookup_hostname says 0.0.0.0, treat it as an error. | Nick Mathewson |
2004-07-02 | More digest/nickname fixes | Nick Mathewson |
2004-07-01 | Switch most uses of *_by_addr_port to *_by_identity_digest | Nick Mathewson |
2004-07-01 | Track routers by hash of identity key; use hex hash of identity key in place ... | Nick Mathewson |
2004-06-30 | cleanups on 008pre1 items | Roger Dingledine |
2004-06-30 | Use arguments to routerlist_update_from_runningrouters correctly | Nick Mathewson |
2004-06-25 | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson |
2004-06-21 | Implement several 008pre1 items: needs more testing | Nick Mathewson |
2004-06-16 | router->is_trusted_dir implies router->dir_port>0 | Roger Dingledine |
2004-06-02 | Check directory signatures based on name of signer, not on whom we got the di... | Nick Mathewson |
2004-06-01 | Check recommended-software string *early*, before actually parsing the direct... | Nick Mathewson |