summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2004-10-15Ignore fascistfirewall when dealing with service descriptors; obey fascistfir...Nick Mathewson
2004-10-15Fix search-and-replace in comments: Friends->family does not imply friendship...Nick Mathewson
2004-10-15Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson
2004-10-14Try to always dtrt if routerlist==NULLNick Mathewson
2004-10-14rename addr to address to we avoid this bug laterRoger Dingledine
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-14Add missing line; add similar checkNick Mathewson
2004-10-14Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson
2004-10-13Add default trusted-dir-server entries only when no dirserver lines are given...Nick Mathewson
2004-10-13Make directories get generated properly again; debug key lookup. Also, it is...Nick Mathewson
2004-10-12Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson
2004-10-07Include a dir-signing-key token in directories to tell the parsing entity whi...Nick Mathewson
2004-10-07Workaround for bug on windows where cached-directories get crlf corruption.Nick Mathewson
2004-10-06when an OR starts up, it loads its directory from cache.Roger Dingledine
2004-10-03Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2Nick Mathewson
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-28if our local cached directory is new enough, go ahead andRoger Dingledine
2004-09-28Make sure that routerlists contain only routers; give a better error message ...Nick Mathewson
2004-09-28cached-directory has a directory, not a router listNick Mathewson
2004-09-28fix some local buffer overflowsRoger Dingledine
2004-09-21slightly better warn messageRoger Dingledine
2004-09-21Warn the user when we mark ourself as down.Nick Mathewson
2004-09-10don't pick administrative-friends when picking your pathRoger Dingledine
2004-09-08Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson
2004-09-08Flush more changes from sandboxNick Mathewson
2004-09-02Use new split function and strcmpstart correctlyNick Mathewson
2004-08-20when picking unverified routers, skip those with bad uptime orRoger Dingledine
2004-08-18if options.FascistFirewall but none are running on port 80, tryRoger Dingledine
2004-08-18tolerate old 0.0.7 clients that demand a certain ip:port for a routerRoger Dingledine
2004-08-18when we try to exclude our routerinfo from being picked in theRoger Dingledine
2004-08-18remove crazy notion that clique_mode() means we areRoger Dingledine
2004-08-18bugfix: make intro circuits work againRoger Dingledine
2004-08-18choose exit nodes by bandwidth tooRoger Dingledine
2004-08-17when a verified routerinfo arrives with a new key than the previousRoger Dingledine
2004-08-17now that we parse router->uptime, make use of itRoger Dingledine
2004-08-17use unverified routers in the desired positionsRoger Dingledine
2004-08-17Clean up last patch; implement (mostly) proper handling for verified/unverifi...Nick Mathewson
2004-08-17if a router claim huge bandwidth, don't believe itRoger Dingledine
2004-08-16Add a generic Comma-separated-value config type, and a FirewallPorts option t...Nick Mathewson
2004-08-15Implement strict{entry|exit}nodes config optionsNick Mathewson
2004-08-15o clients choose nodes proportional to advertised bandwidthRoger Dingledine
2004-08-08fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine
2004-08-07Don't warn about being unverified if you're not in the running-routersRoger Dingledine
2004-08-07Allow multiple ORs with same nickname in routerlistNick Mathewson
2004-08-06be willing to expire routers that have a dirport openRoger Dingledine
2004-08-06let purging routerinfos and descriptors take an age argumentRoger Dingledine
2004-08-04Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig...Nick Mathewson
2004-08-04put a comment by routerlist_update_from_runningrouters() toRoger Dingledine
2004-07-22clean whitespace and tabsRoger Dingledine
2004-07-22Chek for overlong nicknames in add_nickname_list_to_smartlistNick Mathewson