summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-08-07Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...Nick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-15Make "Couldnt add router to list" message more descriptive. Make messages co...Nick Mathewson
2005-07-15the other half of the bugfix: tolerate a trusted dirserver claimingRoger Dingledine
2005-07-01fix compile error (and likely a a crash bug in resolves)Roger Dingledine
2005-06-29make the local and private network masks explicit when we complainRoger Dingledine
2005-06-20overall cleanup and streamlining and doccingRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-18fix the assumption that uninitialized variables are 0Roger Dingledine
2005-05-18fix seg faults when router_load_single_router failsRoger Dingledine
2005-05-17doxygeny goodness from tyranixRoger Dingledine
2005-05-14if router_resolve fails on the descriptor the controllerRoger Dingledine
2005-05-14Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson
2005-05-10Patch for task 133Nick Mathewson
2005-05-06fix massive memory leakRoger Dingledine
2005-05-02Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson
2005-04-12be willing to load balance over up to 2mB, not 1mB, of advertised capacityRoger Dingledine
2005-04-06when using preferred entry or exit nodes, ignore whetherRoger Dingledine
2005-04-03Only warn once per nickname from add_nickname_list_to_smartlist per failure.Nick Mathewson
2005-04-02Better messages when POSTDESCRIPTOR failsNick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01when building testing circuits, always use middle hopsRoger Dingledine
2005-03-22Implement controller's "extendcircuit" directive.Roger Dingledine
2005-03-19Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-02Implement new controller events for changed descriptors and new (not-yet-atta...Nick Mathewson
2005-02-28When copying routerinfo, copy descriptor too to prevent later double-free.Nick Mathewson
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-27Make sure that router_get_by_* can always return "me"Nick Mathewson
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-24fix a seg fault from tor_free_allRoger Dingledine
2005-02-10Add more functions to free things to help dmalloc allong.Nick Mathewson
2005-02-10stop picking unverified dir mirrors, ever.Roger Dingledine
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