aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2005-02-01give a bit more load to servers that claim to be able toRoger Dingledine
2005-01-29if we fetch the dir from a mirror that has a wildly skewedRoger Dingledine
2005-01-20Log the offending policy, not the first policyNick Mathewson
2005-01-20Warn when exit policy implicitly allows local addresses.Nick Mathewson
2005-01-13get rid of 0.0.8 backwards compatibilityRoger Dingledine
2005-01-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2005-01-06Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson
2005-01-03Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson
2005-01-03Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson
2004-12-31require BandwidthRate to be at least 10kB/sRoger Dingledine
2004-12-07plug another memory leakRoger Dingledine
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04plus add a comment re: the previous bugRoger Dingledine
2004-12-04bugfix: router_exit_policy_rejects_all() was broken, so we wereRoger Dingledine
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29Fetch cached running-routers from servers that serve it (that is, authdirserv...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-25Clarify a bunch of log messagesNick Mathewson
2004-11-20if your requested exit node has bandwidth 0, pick it anywayRoger Dingledine
2004-11-15move second stat to a cleaner placeRoger Dingledine
2004-11-14ok ok the stat wasn't redundantRoger Dingledine
2004-11-14Remove redundant stat() for reading cached directory, and removeRoger Dingledine
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson
2004-11-09Add some documentation to routerlistNick Mathewson
2004-11-09resolve a 64-bit warningRoger Dingledine
2004-11-09Stop using the wrong DataDirectory when we're validating.Roger Dingledine
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-04make the default default options.FirewallPorts be the defaultRoger Dingledine
2004-11-04break out validate_optionsRoger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-11-03lay the groundwork for a default value for each config option.Roger Dingledine
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-10-28Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-27Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson
2004-10-19Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16Fix memory leakNick Mathewson
2004-10-15Implement user-declared node families.Nick Mathewson
2004-10-15Upload to trusted dir servers based on DirServer config options, not on route...Nick Mathewson