aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
2011-11-30Rename one more recalcitrant function.Nick Mathewson
2011-11-30Make the router_get_*_orport interface consistent with node_*.Linus Nordberg
2011-11-30Make router_get_{prim,alt,pref}_addr_port take tor_addr_port_t *.Linus Nordberg
2011-11-30Merge node_get_{prim,pref,pref_ipv6}_addr with their _orport counterparts.Linus Nordberg
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-09-28Make sure the microdesc cache is loaded before setting a v3 md consensusNick Mathewson
2011-09-28Fix a crash bug in tor_assert(md->held_by_node)Nick Mathewson
2011-07-07Make nodelist_purge avoid orphaned microdescs in rs-less nodesNick Mathewson
2011-07-07Merge remote-tracking branch 'public/bug3153'Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-06-08Fix a memleak in nodelist_assert_ok()Sebastian Hahn
2011-05-12Track where microdescs are referenced to prevent free errsNick Mathewson
2011-05-11Hand-tune the new tor_memcmp instances in 0.2.3Nick Mathewson
2011-05-11Reapply the automated memcmp conversion to 0.2.3 to catch newly added memcmpsNick Mathewson
2011-01-03Bump copyright statements to 2011 (master)Nick Mathewson
2010-10-21Remove a ??? comment in node_get_by_nicknameNick Mathewson
2010-10-21Add a node_get_by_hex_id().Nick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-13Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson
2010-10-04Fix a couple more node_t-related nullpointer bugsNick Mathewson
2010-10-01More debugging code for node_t branchNick Mathewson
2010-10-01Implement policies for nodes (and for microdescriptors too)Nick Mathewson
2010-10-01Implement a few more node-based functionsNick Mathewson
2010-10-01Implement node-based router family codeNick Mathewson
2010-10-01Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerstatus_t interfaces constNick Mathewson
2010-10-01Implement a basic node and nodelist typeNick Mathewson