aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson2004-09-08
* Flush more changes from sandboxNick Mathewson2004-09-08
* Use new split function and strcmpstart correctlyNick Mathewson2004-09-02
* when picking unverified routers, skip those with bad uptime orRoger Dingledine2004-08-20
* if options.FascistFirewall but none are running on port 80, tryRoger Dingledine2004-08-18
* tolerate old 0.0.7 clients that demand a certain ip:port for a routerRoger Dingledine2004-08-18
* when we try to exclude our routerinfo from being picked in theRoger Dingledine2004-08-18
* remove crazy notion that clique_mode() means we areRoger Dingledine2004-08-18
* bugfix: make intro circuits work againRoger Dingledine2004-08-18
* choose exit nodes by bandwidth tooRoger Dingledine2004-08-18
* when a verified routerinfo arrives with a new key than the previousRoger Dingledine2004-08-17
* now that we parse router->uptime, make use of itRoger Dingledine2004-08-17
* use unverified routers in the desired positionsRoger Dingledine2004-08-17
* Clean up last patch; implement (mostly) proper handling for verified/unverifi...Nick Mathewson2004-08-17
* if a router claim huge bandwidth, don't believe itRoger Dingledine2004-08-17
* Add a generic Comma-separated-value config type, and a FirewallPorts option t...Nick Mathewson2004-08-16
* Implement strict{entry|exit}nodes config optionsNick Mathewson2004-08-15
* o clients choose nodes proportional to advertised bandwidthRoger Dingledine2004-08-15
* fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine2004-08-08
* Don't warn about being unverified if you're not in the running-routersRoger Dingledine2004-08-07
* Allow multiple ORs with same nickname in routerlistNick Mathewson2004-08-07
* be willing to expire routers that have a dirport openRoger Dingledine2004-08-06
* let purging routerinfos and descriptors take an age argumentRoger Dingledine2004-08-06
* Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...Nick Mathewson2004-08-04
* put a comment by routerlist_update_from_runningrouters() toRoger Dingledine2004-08-04
* clean whitespace and tabsRoger Dingledine2004-07-22
* Chek for overlong nicknames in add_nickname_list_to_smartlistNick Mathewson2004-07-22
* Add notion of "longest nickname-or-hex-digest-with-$"Nick Mathewson2004-07-22
* Add noisy debug log to hunt for bug in router_update_status_from_smartlistNick Mathewson2004-07-22
* Never use time(NULL) as assumed publication time for a directory.Nick Mathewson2004-07-22
* populate router_get_my_routerinfo()->is_verifiedRoger Dingledine2004-07-22
* solve the authdirserver initialization precedence problemRoger Dingledine2004-07-21
* disallow picking unverified routers in circuitsRoger Dingledine2004-07-21
* authdirservers accept the uploading of unverified descriptors.Roger Dingledine2004-07-21
* rearrange to prepare to solve the authdirserver initializationRoger Dingledine2004-07-21
* Remember list of digests for trusted dirservers; use this list to tell whethe...Nick Mathewson2004-07-20
* clients can now pick non-authdirservers for fetching directories.Roger Dingledine2004-07-20
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Remove 1024-router limit in routerparse.c; unify handling of running-routers ...Nick Mathewson2004-07-16
* Resolve all DOCDOCs.Nick Mathewson2004-07-16
* tor now tolerates down dirservers betterRoger Dingledine2004-07-12
* if connecting to an OR fails immediately, mark it as downRoger Dingledine2004-07-12
* touchups all overRoger Dingledine2004-07-04
* When tor_lookup_hostname says 0.0.0.0, treat it as an error.Nick Mathewson2004-07-04
* More digest/nickname fixesNick Mathewson2004-07-02
* Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson2004-07-01
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* cleanups on 008pre1 itemsRoger Dingledine2004-06-30
* Use arguments to routerlist_update_from_runningrouters correctlyNick Mathewson2004-06-30
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25